Warning: Trying to access array offset on value of type null in /home/site/wwwroot/lib/plugins/move/action/rename.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/lib/plugins/move/action/rename.php:42) in /home/site/wwwroot/inc/Action/Export.php on line 106
--- //[[alan.coelho@bigpond.com|Alan Coelho]] 2017/04/27 16:49//
Command prompt commands that users should be familiar with
dir, cd, md, copy, del, type
dir examples
dir *.*
dir *.xy
dir my-file.txt /s
dir *.inp > somefile.txt
cd examples
cd c:\topas-6
cd \tmp
cd \
cd ..
md examples
md some-directory
rd some-directory
copy examples
copy my-file.out my-file.inp
copy old-directory\*.* new-directory
copy my-directory\*.*
del examples
del *.out
del my-file*.out
type examples
type some-file.inp > results.txt
type some-file.inp >> results.txt