watch dir;echo G4 pretty nifty, huh? G0;show;echo and that's all! registers echo register values:;echo R0=$R0;echo R1=$r1;echo R9=$r9;echo memory echo start of bios = $M000200h;echo start of bdos = $M000700h;echo files sd $"'file spec' = ";echo alias complete;echo command $'enter command line: ' param echo parameters are "$1 $2 $3";echo tail echo tail is "$*";echo tail2 echo this is the tail less two parameters;echo --> "$-2";echo name echo alias name is "$0";echo disk echo disk is $d0;echo user echo user is $u0;echo sysfile1 echo system file 1;echo name is "$n1";echo type is "$t1";echo recurse $z xif;echo loop again?;if in;arunz $0;else;echo the loop is now complete;fi norecurs xif;echo loop again?;if in;arunz $0;else;echo the loop is now complete;fi parse echo parsing token 1;echo - directory: $d1$u1;echo - filename: $:1;echo - filetype: $.1;echo getfiles $z if nu $2;echo syntax: $0 src-dir: file1 [file2 [file3..]];echo;else;xif;echo getting $1$2;cp $d0$u0:=$1$2;fi;if ~nu $3;$0 $1 $-2;fi repeat $z if nu $2;echo syntax: $0 cmd arg1 [arg2 [arg3..]];echo;else;xif;$1 $2;fi;if ~nu $3;$0 $1 $-2;fi : echo this is default alias;echo alias "$0" not found;echo g1 [arg2 [arg3..]];echo;else;xif;$1 $2;fi;if ~nu $3;$0 $1 $-2;fi : echo this is defau