-
Notifications
You must be signed in to change notification settings - Fork 2
using picoCLI
Keshav Sharma edited this page Jul 19, 2017
·
4 revisions
picoCLI is primarily developed to create short sticky-notes While using your computer, or surfing internet if you have habit to create short plans/notes or reminder of any kind you can use picoCLI for such purposes if you are going out of home but want your system to shut down after some time, you can use picoCLI to set a countdown for "shutdown" action.
Available Commands
-
**read file [ filename.txt ]**
this command will read filename.txt file and display content -
write file [ filename.txt ] < enter content to be written to file here >
this command will append data to file -
-q
this command will terminate picoCLI -
shutdown
this command will shutdown your System (works only on windows platform) -
do [ cmd ] < S >
: do-alarm triggers cmd command after S seconds, cmd can be any of the command including do itself, that mean you can nest multiple do statements.