Tuesday, September 9, 2008

Pain In Right Shoulder Blade When Working On Pc

MS-DOS commands

Main MS-DOS command
Viewing contents of a directory dir
show current directory content
dir nomedirettorio ** view content from specified directory nomedirettorio
dir / p current directory to view content page
dir / w display current directory does not contain detailed

Change the current directory cd
nomedirettorio
** change the current directory cd .. goes to the parent folder
cd \\ goes directly to the root containing
to: passes 3.5-inch floppy drive
c:, D:, E: goes to a hard drive or partition if your disk partitioned

Create a directory
md nomedirettorio ** create directory in the location specified by nomedirettorio

Destruction of a file
of filename * destroys file specified by filename

Destruction of a directory (if empty)
rd nomedirettorio ** destroys directory specified nomedirettorio

Copying a file
copy filename nomedirettorio ** * creates the file specified by filename in the location specified by nomedirettorio

Renaming a file
ren vecchionomefile nuovonomefile * * rename the file specified by vecchionomefile with the new name nuovonomefile

MS-DOS Editor
edit filename * open text file specified by filename with MS-DOS Editor opens
edit editor file with unspecified

Viewing the contents of a file type
filename * Display contents of a text file specified by filename

Reference Guide MS-DOS
Help view all DOS commands with syntax and semantics
help commandname displays syntax and semantics of the command specified by commandname

Performing a program from MS-DOS prompt
nomefileeseguibile *** run program specified by nomefileeseguibile

redirection commands
nomefileeseguibile ***> * nomefileoutput redirects' s output of the program specified by the file specified by nomefileeseguibile nomefileoutput
nomefileeseguibile *** <> redirects * 's input of the program specified by the file specified by nomefileeseguibile nomefilinput


0 comments:

Post a Comment