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 scripting
Name: Gurps Date: May 13, 2005 at 05:13:19 Pacific OS: WIN NT4 CPU/Ram: pent 4
Comment:
I have no experience of writing batch files in DOS. I have a bunch of log files on a NT directory. The files are named in the following format 'MIS_ddmmyy.log' where ddmmyy identifies the create data of the file.
I need a script that will execute (manually) on sunday night and will pick up the files created in the last 7 days (so it will be M, T, W, T, F, S, S) and execute the following command for each FILENAME found:
Summary: HI, I am trying to write a batch script in MS-DOS that will stop execution when current Time is greater than specified time. for this we need comparison between strings or dates. please let me know if...
Summary: I have a long batch script that processes several jobs. This script writes various outputs and logs. What I am trying to accomplish is that these logs are stored seperately by date. How do I create...
Summary: Hi, I'd like to run a (dos) batch script to launch a persistent app ... a server. In dos, I can simply start the script from Explorer and it will remain open until I give it a Ctl-C. In NT Explorer, ...