- Windows 2000 command line usage and documentation
- Posted by Paul on February 23rd, 2004
I am new to Windows 2000 pro and I am looking for any books
and documentation on Command-Line usage? All the syntax,
switches, commands, etc.
Thanks
Paul
- Posted by Pegasus \(MVP\) on February 23rd, 2004
It's all on-line:
- Commands: Type Help at the Command Prompt.
- Switches: Type the command you're interested in,
followed by /?. Example: xcopy /?
"Paul" <anonymous@discussions.microsoft.com> wrote in message
news:1403101c3f9ab$19bac420$a101280a@phx.gbl...
- Posted by Dave Patrick on February 23rd, 2004
Create a shortcut with a "Target" value of;
%windir%\hh.exe Ms-its:%windir%\help\windows.chm::/ntcmds.htm
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
Microsoft Certified Professional [Windows 2000]
http://www.microsoft.com/protect
"Paul" wrote:
| I am new to Windows 2000 pro and I am looking for any books
| and documentation on Command-Line usage? All the syntax,
| switches, commands, etc.
|
| Thanks
|
| Paul
- Posted by Colon Terminus on February 23rd, 2004
See if'n you can find a book on MS-DOS 5.0.
Windows 2000 emulates the above. Any book from DOS 3.3 and up should be
applicable. Try your local library.
"Paul" <anonymous@discussions.microsoft.com> wrote in message
news:1403101c3f9ab$19bac420$a101280a@phx.gbl...
- Posted by Pegasus \(MVP\) on February 23rd, 2004
You've got to be kidding! While the most basic commands (copy,
del, format) are borrowed from DOS, dozens of network-related
commands were introduced with Windows. Furthermore, even
the basic commands such as xcopy, mode, more or del have
grown far beyond their DOS equivalents. cmd.exe did not even
exist in those days; now its help screen fills about five screens.
"Colon Terminus" <Colon_Terminus@hotmail.com> wrote in message
news:mIi_b.933847$9p3.176951@news.easynews.com...