Tuesday, July 28, 2009

Help with DOS commands?

I am learning DOS and I need help learning these command lines.





1. Command to copy Myfile.dat from the root directory of Drive A to the \DATA folder in the C drive





2. Command to copy all data and sub folders from the A:\data folder to the C:\data folder.





3. What is the purpose of the EBD.cob file on the 98 start up disk?





I respect all of you DOS users we are spoiled by GUI and I am having a little trouble with certain commands I think I grasp the whole wild card concept so that has really been helping.

Help with DOS commands?
I don't know what OS your using...But


Typically


Typing HELP at a command prompt will give you the dos commands with a brief description.


HELP "command name" Will give you the switches(options) for that command.


There are also “undocumented” commands.


For


1: Copy a:\Myfile.dat c:\data


2: Copy a:\data *.* c:\data


3: See link


http://www.duxcw.com/digest/Fromshop/sof...
Reply:From A:\%26gt;





copy myfile.dat c:\data





From C:\DATA%26gt;





copy a:\myfile.dat





--------------------------------------...





From A:\DATA%26gt; (copying all folders/files)





xcopy *.* c:\data /E
Reply:Here is a link to the DOS commands with a short description shown against each of them.





http://www.computerhope.com/overview.htm





Good luck with your quest.





WDW


No comments:

Post a Comment