Summary: Not too sure what you are looking for, but most DOS commands are run from the DOS window when you type "CMD" in the "run" box that brings up the DOS w...
Summary: Would like to ask if there's any way to execute a DOS command on a remote server? (e.g. on Server A, run dos command "dir" to query files of Server B...
Summary: Whats the DOS commands to drop an IP address and configure a specific IP address on the machine, do you know? Im aware of Win 2000's networking and di...
Summary: I need to wite a batch file that will look at the files in a specific folder, and copy the latest file in the filder to a different directory. Does an...
Summary: I am trying to run the following dos command from inside a batch file: mysql< %SystemDrive%\filename.sql But when it gets passed to the dos prompt it ...
Summary: Ok, for all of you DOS junkies. Go open the Help on the Start menu of Windows 2000 and go to the Index tab, type in DOS and click on DOS Command. THEN...
Summary: In a DOS command no. There is no DOS. In a command line, yes. Rodney, it depends what you want to do. For a start you can look at the cacls comman...
Summary: Are there any commands to send a message using dos to another computer on a network, or is there a command to get a screenshot of another computer via...
Summary: We are trying to delete some files in DOS, some of the directories have spaces after them, how do you portray a space in DOS w/o it thinking its the n...
Summary: In windows 2000 it appears that the command CHOICE in DOS is not available. Does anyone know if this command was eliminated in windows 2000? ...
Summary: There is no DOS in Windows2000. It is a command prompt. So understand - There is no DOS. Edit will work but may not be the editor of choice for som...
Summary: Hi, I have to write a batch file in windows but I am totally new to DOS programming. My requirement is: 1. Search for a properties file which will hol...
Summary: Unlike Windows 98, I don't think you can boot to DOS with Windows 2000. However you can open a command prompt window to run DOS commands from within ...
Summary: Okay for the life of me I cannot recall what the command syntax is to change your Host Name and IP address from the DOS command line. MS TechNet prove...
Summary: As far as function, there is very little difference between the 2. cmd.exe is a dos window for win2k and xp, whereas command.com is the actual dos com...
Summary: I have a Gateway 600YGR Laptop that has bad sectors on the HDD. The only way that I can see the data on the HDD is to boot from a Win98 CD and then ac...
Summary: Hi folks! Just wanted to know if it is possible to save paramters for the "runas" command under Windows 2000, doesn't matter if the usual Windows shif...
Summary: I'm trying to format a hard drive that has been used for windows 2000 into a dos format that I can use to run an account creation computer (Just needs...
Summary: I have a Clipper program that runs fine on a Pentium 133, 330MB RAM Compaq Proliant 2000 under Win 2K Pro and Win 2K Server (dual boot). I can run mu...
Summary: How can you delete registry keys/vlaues using MS-DOS Command Prompt. I want to delete some keys or folders (if possible) using a boot floppy, but i d...
Summary: i have this dos command which will automatically scan ips in the given range . FOR /L %i IN (42,1,46) DO ping -a 192.168.1.%i it runs ok from command...