Utilities
cogcheck
cogcheck
Prints which cogs are active and which are free.
Usage:
cogcheck
copy
copy
Copies a file.
Usage:
copy srcfile dstfile
Copies srcfile to dstfile. If overwriting dstfile, will ask for confirmation first.
del
del
Deletes files.
Usage:
del files [options]
Options:
/Y -- delete without asking for confirmation
files can contain wildcard characters ("?" and "*").
dir
dir
Prints a directory of files.
Usage:
dir [files]
files can contain wildcard characters ("?" and "*"). If files is not specified, it defaults to "*.*".
echo
echo
Prints its arguments.
Usage:
echo [arguments]
Not particularly useful, just an example of reading arguments from args.d8a.