Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Win XP and Batch Files
Name: Paul Date: August 11, 2002 at 08:55:15 Pacific
Comment:
Anyone know of any txt files or website that have infomation on programming dos batch files for windows xp
Name: Andrew Ordo Date: August 11, 2002 at 09:51:54 Pacific
Reply:
You might want to check out the Window XP forum right here on Computing.Net. I don't know if they've got the information you need, but your question really is Windows NT/2000/XP-specific.
Many DOS batch files execute as expected under NT/2000/XP, but a few don't. Also, severl DOS shell commands are simply not available under NT/2000/XP. Plus, NT/2000/XP include additional commands and utilities not available for DOS.
0
Response Number 2
Name: Secret_Doom Date: August 11, 2002 at 13:16:40 Pacific
Reply:
A very good place to ask is the newsgroup alt.msdos.batch.nt:
The Windows XP forum from this site (computing.net) is for general WinXP questions, but that newsgroup is specific for NT batch scripting related questions.
Though NT batch scripting is kinda off-topic for this forum, you might get some good answers here, since some people who hang around here does also have some experience in NT scripts (like me hehe).
Summary: I'm running xcopy32 in a batch file to copy files. This batch file is being used by multiple people running Windows 98. I want the DOS window to close when finished. I've tried the "Exit" command, ...
Summary: Hello i was just wondering if anyone know any good web sites or even books to find out information about DOS and Batch files. I am at work using them and do not understand about what it all means. Fo...
Summary: I want to write a batch file that runs two programms without me having to do it. However the batch file stops after the first prog is open and dosnt open the second until the first is closed - Any Ide...