Admin Tip #107: Use prompt unc command as visual key to server name |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
prompt $m$_$p$g
This keeps me from getting confused when I am coping files from server to server. For example, lets say I have a network drive P: mapped to \\serverp\shareA and a network drive Q: mapped to \\serverq\shareA, then the prompt when I am on drive P: displays as
\\serverp\shareA
P:\
and if I change to drive Q:
\\serverq\shareA
Q:\
Its great if you have drive letters for multiple remote servers opened. Much easier than trying to remember what drive letler Q:, R:, S:, T:, etc are mapped to. For the options available to the prompt command, issue the command help prompt :
PROMPT [text] text Specifies a new command prompt. Prompt can be made up of normal characters and the following special codes: $A & (Ampersand) $B | (pipe) $C ( (Left parenthesis) $D Current date $E Escape code (ASCII code 27) $F ) (Right parenthesis) $G > (greater-than sign) $H Backspace (erases previous character) $L < (less-than sign) $N Current drive $P Current drive and path $Q = (equal sign) $S (space) $T Current time $V Windows XP version number $_ Carriage return and linefeed $$ $ (dollar sign) If Command Extensions are enabled the PROMPT command supports the following additional formatting characters: $+ zero or more plus sign (+) characters depending upon the depth of the PUSHD directory stack, one character for each level pushed. $M Displays the remote name associated with the current drive letter or the empty string if current drive is not a network drive.
If this doesn't work for you, the command extensions may have been disabled. To temporarily enable the extensions:
cmd /x enables command extensions for this cmd session
If the extensions now work, you can permanently enable them using the Windows 2000 / Windows XP registry hack:
Enable / Disable Command (cmd.exe) prompt extensions
CMD.exe looks like a normal DOS prompt but it isn't DOS. Nor is it a DOS emulator. It's a native 32-bit application that has little to do with DOS except for the user interface and its shell supporting similar commands. From a unix perspective, cmd.exe is NT/W2K/XP's native shell. Using it, you can run shell commands or any programs. Some of the commands are the same as in DOS. Run Cmd.exe and you'll see the version information displayed in the first two lines:
Microsoft(R) Windows NT(TM) (C) Copyright 1985-1996 Microsoft Corp. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp.Command.com is available under NT/W2K/XP and is another shell. When you run it, you'll see :
Microsoft(R) Windows NT DOS (C) Copyright Microsoft Corp 1990-1996.Note it says NT DOS. Its there to run 16-bit DOS programs. If an old program will not run under the cmd.exe shell, try running it under Command.com. Note as a 16-bit program, Command.com doesn't support long filenames.
takes the reader through the basics of scripting all the way up to advanced topics such as Active Directory Service Interfaces (ADSI) and Windows Managment Instrumentation (WMI). packed with practical scripting solutions. Admin Scripting gives practical, usable examples of scripting silent installations of service packs, updates and Internet Explorer. Scripting scandisk and ftp transfer sessions are covered as well as a chapter on scripting applications that covers scriptit, autoit and send-keys. Kixtart, command shell scripting and WSH are all covered - sometimes in a comparitive context showing the same task in each script language. Because this book is not trying to teach you the details of each language and automation area, it can cover vast scope of content in a concise format. Illustrates how to use scripting to perform user and group management, backups and scheduling, and make key security and registry changes