Computing.Net > Forums > Disk Operating System > ideas for .bat files

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

Reply to Message Icon

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



Sponsored Link
Ads by Google

Response Number 1
Name: Helper
Date: May 4, 2003 at 03:19:16 Pacific
Reply:

Make a program which is like a toolbox
having to open scandisk, defrag, etc...


0

Response Number 2
Name: Woof
Date: May 4, 2003 at 11:48:47 Pacific
Reply:

I use one I called sdisk.bat which is simply the following:

scandisk c: /autofix /nosummary
scandisk d: /autofix /nosummary
scandisk e: /autofix /nosummary
scandisk f: /autofix /nosummary

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.


0

Response Number 4
Name: James D. Buskirk
Date: May 7, 2003 at 12:52:29 Pacific
Reply:

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.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: ideas for .bat files

Backup bat file www.computing.net/answers/dos/backup-bat-file/3828.html

*.bat file associations www.computing.net/answers/dos/bat-file-associations/13381.html

Time, Date, and User input (bat files) www.computing.net/answers/dos/time-date-and-user-input-bat-files/2335.html