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 files on Win2000
Name: Nish Date: July 21, 2003 at 08:39:53 Pacific OS: Win 2000 CPU/Ram: 1GB/256MB Ram
Comment:
Hi All
We are using a batch file for dialup purposes. Is there a way to activite a timer such that it disconnects the connection after an hour? I have explored the CHOICE command however it is Not currently supported in Windows 2000.
Name: Ventz Date: July 21, 2003 at 08:56:59 Pacific
Reply:
Hey, yea...write a batch file and use the Task Manager to execute it...or write any kind of a timer script...actually that would be better...prob. in something like vb...make it execute a batch file which disconnects:
shell("nameofbatch.bat")
That's used in vb to execute an outside file. In vb it would be good b.c u can meke it start upon a connection and it will count down to w.e u want...then when the time runs out, it will log off.
My friend did this. If you need more help i will ask him how.
Summary: Not sure if anyone can help. I am trying to figure out how to execute a batch file on a second server (once a set of instructions are completed on the first server). Meaning the first server will se...
Summary: I am running WIN2000 Professional on a workstation accessing a Novell 4.11 file server. I have a DOS application on the file server that has a batch file to run it. We use this batch file from Win95...
Summary: My understanding of your question is that you what the batch files to execute on the server where each batch file is physically located but you want to initiate that execution from a remote server. I...