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 Required
Name: Sirius Date: February 11, 2004 at 02:02:34 Pacific OS: Win98SE CPU/Ram: Pentium MMX 250/64
Comment:
Greetings.... I want to create a batch file which search all files with given extention on current directory and delete them....
I know how to search all file but dont know how to delete them .... like Dir /s *.tmp Thanks
Summary: Ok..been trying all the things I know and alot of examples from this forum, but I can't seem to "hack" it enough to get what I need. I wrote a simple batch file with 4 commands to set time on a Win200...
Summary: I am writing a batch file that requires the user to remove the floppy disk from the a: drive. How do I make the computer beep or create an alert tone to advise the user that that the disk is ready to...
Summary: NT systems have the %OS% variable set by default to 'Windows_NT', and non-NT systems don't. So, if you just want to act depending if the OS is NT (Win NT4,2000,XP) or non-NT (Win9x, Dos 6.22), this wi...