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.
ideas for .bat files
Name: Dan Date: May 3, 2003 at 23:39:13 Pacific OS: all kinds of em' CPU/Ram: depends on box
Comment:
Howdy all. I'm looking for some ideas on what everyone uses .bat files for. I like using them, but I can't think of any other ways to use them. Can anyone help brainstorm to come up with some inventive ideas? I'm sure many people would also benifit. Thanks much, Dan
which enables to me to scandisk all 4 drives from a dos prompt at once instead of having to type it out for each drive and as my pc is not the most stable in the world its a great help.
Woof
0
Response Number 3
Name: elmoso Date: May 6, 2003 at 08:25:56 Pacific
Reply:
How about to copy files from the network with a few prompts and grep data from either a .txt or .log file. I cannot put any of the code here because it is a registered batch file. Possibilities are great. I love batch files myself.
Omg, I have 400 batch files, where do I start? I have batch files to make batch files.
- changing to directories - editing files I edit a lot (autoexec's, host files, etc) - clearing and setting file attributes - zipping files - backing up my doc's with ms scheduler to zip disk - Making all my 'emergency' diskettes (scandisk, etc) - making batch files (I really don't want to explain this, you all will think I'm whacked) - printing docs to specific print queues - move files
anything to save typing a character or two!
My boss makes me email my batch files to him every couple of months because it gives him ideas.
0
Response Number 5
Name: Garyd4 Date: June 21, 2003 at 23:24:58 Pacific
Reply:
Batch files are awesome for any Microsoft Operating System. NT/2000 admins can make great uses of them for login/logout scripts as well as other uses.
Summary: I am trying to write a batch file that will back up selected files...folders actually. I would like to backup everything in my 'My Documents' folder. The .bat file I have so far, will backup files i...
Summary: i had changed my file association with bat files to 4DOS and now i've unistalled 4DOS and back to the usual command.com, my batch files no longer run automatucally, just the command box pops up and si...
Summary: I'm writing a bat file as an assignment at Tech (college) and i need to know this (please!) * how do you display the time, or date without it promting for a new time/date? * I need to be able to allow...