Difference between revisions of "Command Prompt Basics"

36 bytes added ,  23:39, 24 January 2008
m
foder to folder
imported>JOG
m
imported>Galahaut
m (foder to folder)
 
(2 intermediate revisions by 2 users not shown)
Line 33: Line 33:




*Every commandline command supports the parameter /? or -? to displays it's complete syntax.
*Every commandline command supports the parameter '''/?''' to displays it's complete syntax.  
 
 
*When you want to access another directory than the current one type in the path relative to the current one: "." stands for the current folder, ".." for the foder where the current folder is in.




*When you want to access another directory than the current one type in the path relative to the current one: "." stands for the current folder, ".." for the folder where the current folder is in.


== Important Commands ==
== Important Commands ==
Line 66: Line 64:
  '''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:Tutorials]]
[[Category:Miscellaneous Tutorials]]
Anonymous user