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.
Batch File Help
Name: Adam Date: March 4, 2002 at 16:15:06 Pacific
Comment:
Hey, what's a clever way to detect to see if the computer has a hard drive in it? I'm working on a batch file that I would like to work under any circumstances and if the computer has no hard drive, I would like the batch file to inform the user of that. Thanks!
Name: bill 2 Date: March 4, 2002 at 17:44:11 Pacific
Reply:
not that I am aware of but this would do it
rem check for C: drive IF EXIST c:\autoexec.bat GOTO HDD @echo You have no c: drive go to SKP :HDD @echo yes you have no bananas but you have a C: drive :SKP
Summary: iam trying to make a batch file so that it copies some dll files from the cdrom from to the system directory. since the cdrom drive letter may vary in different systems iam trying to accept an input ...
Summary: Can anyone help me with this problem i am having. I am trying to get this stupid Batch file to work on an NT machine. How do I make an enviromental variable = to the contents of a text file? Thanks fo...
Summary: Comment: hey every one , I would like to create a batch file that will do the following: when i start a computer for new install i want the batch file to see if there is c, b, d, f, h, drived and so ...