Difference between revisions of "Command Prompt Basics"

25 bytes added ,  08:01, 17 June 2006
m
no edit summary
imported>JOG
m
imported>JOG
m
Line 58: Line 58:
==Examples==
==Examples==


  '''dir myfolder'''   shows the contents of "myfolder"  
  '''dir myfolder'''             shows the contents of "myfolder"  


  '''cd ..\'''         goes back one level in the folder-tree.
  '''cd ..\'''                   goes back one level in the folder-tree.


  '''copy ..\myfolder\*.* .''' copies all files in "..\myfolder" to the current folder.
  '''copy ..\myfolder\*.* .'''   copies all files in "..\myfolder" to the current folder.


  '''ren *.nif Mymod_*.nif''' puts a "Mymod" in front of all nif files in the current folder.
  '''ren *.nif Mymod_*.nif'''   puts a "Mymod" in front of all nif files in the current folder.


[[Category:Solutions]]
[[Category:Solutions]]
Anonymous user