jeandremelaria
1/9/2018 - 10:17 AM

Basic comand line

Basic comand line

//-- COMMANDS --//

cd.. --> return to prev directory
cd --> change directory

dir --> list folder and files
md --> Make directory
rd -- remove directory

copy --> copy a file (copy path\filename.txt path/destination)
del --> delete a file (del path\filename.txt)
move --> move a file (move path\filename.txt path/destination)