Start > Run > cmd (enter)
Then this will appear on your screen. Type this 1st command:
Then this will appear on your screen. Type this 1st command:
Create new folder using dos command (optional). Others wise you can transfer your file to root directory.
MD MY-FOLDER (enter)
MD MY-FOLDER (enter)
Let say we want transfer file from cd-rom to hard disc drive & my cd-rom drive is G:\
key in:
G: (enter)
DIR/W (enter)
key in:
G: (enter)
DIR/W (enter)
Let say I want copy file from folder "software".
Key in this command:
CD SOFTWARE (enter)
DIR/W (enter)
as picture above
Key in this command:
CD SOFTWARE (enter)
DIR/W (enter)
as picture above
If you want copy a specific file, use this command:
COPY <> <> (enter)
Example
COPY ar500cht.exe C:\MY-FOLDER (enter)
COPY <> <> (enter)
Example
COPY ar500cht.exe C:\MY-FOLDER (enter)
Else if you want copy both file (same type), use this command:
COPY <> <> (enter)
Example
COPY *. EXE C:\MY-FOLDER (enter)
COPY <> <> (enter)
Example
COPY *. EXE C:\MY-FOLDER (enter)
Now you can check your file in your directory by using this command (let say we still in G:\ directory)
C:\ (enter)
CD MY-FOLDER (enter)
DIR/W (enter)
see that? 2 files has copied now in your folder
C:\ (enter)
CD MY-FOLDER (enter)
DIR/W (enter)
see that? 2 files has copied now in your folder
If you a beginner in dos, it's very hard to understand. Before this I'm in your place learn dos command when I was 13 years old. Yeah it's hard to understand unless you have someone to ask why? when? what?
Short Note (command):
Meaning:
Short Note (command):
- CD\
- MD MY-FOLDER
- DIR/W
- G:
- DIR/W
- CD SOFTWARE
- DIR/W
- CD ACROBAT
- DIR/W
- - COPY ar500enu.exe C:\MY-FOLDER
- - COPY *.EXE C:\MY-FOLDER
- C:
- CD MY-FOLDER
- DIR/W
Meaning:
- DIR = Directory
- W = Wide
- MD = Make directory
- CD = Change directory
No comments:
Post a Comment