Wednesday, 27 June 2012
Dos Commands
The following of dos commands list
cd
move directory
example: cd windows, to move to the directory windows
copy
to copy file
copy file1.txt new file.txt
Copy file1.txt, copy the file name is new file.txt. So will there file1.txt and new file.txt with the same content. Replace file1.txt and new file.txt with the filename you want copy
copy file1.txt c:\data
Copy file1.txt to the data directory on drive C (name of the copy of the file is file1.txt)
copy file1.txt
File1.txt to copy the data directory by name
c:\data\newfile.txt
file a copy of the results of newfile.txt
dir
Displays file and directory
dir c:
Displays file and directory on drive C
dir / p
Displays file and directory per page
dir / w
Displays the files and directories in a "short"
ren
Renaming a file
ren oldfile.txt newfile.txt
Mengganti nama file oldfile.txt menjadi newfile.txt
Related articles windows dos command, windows 7 dos commands, dos commands windows 7, dos commands for windows 7, windows xp dos commands, dos commands in windows 7, windows 98 dos commands, windows vista dos commands, dos commands windows xp, dos command window
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment