Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
DOS
Name: Travis Date: June 10, 2002 at 09:00:50 Pacific
Comment:
I was just wondering when you try to ping using the ping.exe from the run command does that use dos? I am asking because I thought win xp does not have dos, but it looks like a dos based application
Name: joseph Date: June 10, 2002 at 09:13:41 Pacific
Reply:
Some people mistake the Windows XP command prompt for the DOS prompt provided under Windows 9x because it looks and acts like DOS. The command prompt under Windows XP isn't true DOS; instead, it's simulated. That's why you can use long file names in this "DOS" window. If you want to see true DOS, reboot the machine with a DOS boot disk. You can't use long file names in that case.
Bye
0
Response Number 2
Name: HondaNSX12 Date: June 10, 2002 at 10:40:51 Pacific
Reply:
Microsoft removed the DOS subsystem in Windows ME and it passed onto Windows XP. When you use a DOS program such as PING or FORMAT, you are using a virtual copy of DOS. This IS NOT the true DOS system, for you CANNOT really do any complex operations on there, such as format a hard drive or do diagnostics on one. This is why companies recommend you to use a boot disk when doing complex operations, for that uses the True DOS mode.
0
Response Number 3
Name: HondaNSX12 Date: June 10, 2002 at 10:42:17 Pacific
Reply:
To Joseph,
You cannot use long file names under the regular command prompt in Windows XP or any Windows for that matter. In Windows NT, 2000, and XP there is a program called CMD that allows you to use long file names and do other things real DOS cannot do.
Summary: Basically my batch script has to do a line count of a file (.txt) and append the value of the result to the end of the following (in parameter file): I have a parameter file with following contents: F...
Summary: Requirement Details: -------------------- PART ONE: --------- I need a Windows script that helps me in unzipping the files: NEW.PROD.RW9210M.CLI561.WK0933.DELTAIND.001.GZ NEW.PROD.RW9305A.WK0933.LINK0...
Summary: I need assistance in converting a XLS file that has a first header row to be converted to CSV file format using - DOS / Batch Program. Sample file name: 20080701-20090710_USO OBI 867.xls Required fil...