Summary: 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...
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 th...
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 ...
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 t...
Summary: I use a batch file on a 2000 DC to map drives for 98 clients, is it possible to map different drives for groups? ex. if member "MIS" then net use m...
Summary: Jennifer is incorrect. For NT batch file on a NT system (WinNT/2K/XP), this is the correct forum. There is no DOS in NT system. You can post DOS batch...
Summary: Hi, I'd like to be able to run a script or batch file on any log on in W2000. That includes after logon on after resuming from standby or hibernate. L...
Summary: Greetings. I have a login script / batch file on a Windows NT 4.0 server that replicates in our domain. The login script will map drive letters for my...
Summary: When we try to run a batch file on a server via Terminal Services it does not work. It looks like it runs, but it doesn't do anything. It works usin...
Summary: Then you must be writing the batch file wrong. Let's say you have the shared folder: \\server_name\share with several folders underneath it. ex: fol...
Summary: Sorry if I sounded unclear. Everything works great from the hdd. I run the web page it references everything correctly. Now its on CD, I can run th...
Summary: Is your 2k server logging on to another novell server? You could try to delay the batch file on the 2k server. Check here: http://www.computerhope.c...
Summary: HELLO GUYS, I NEED HELP WRITING A BATCH FILE THAT WOULD DELETE EVERY THING IN MY TEMP FOLDER ON START UP, I AM USING O/S WIN2000, I HAVE NEVER WRITTEN...
Summary: I am trying to write a batch file that I can net send the same message to certain Win2000/XP IP address on my network. Where I only have to add the m...
Summary: Hi Mechanix It's the %Date% format that's the problem echo %Date% WinXp on my system produces 22/10/2005 Win2000 = Sat 22/10/2005 but if your amer...
Summary: hello how can i make a script or batch file where it got an ip address for the machine tht includes the dns/gateway ips. this is for a particular room...
Summary: With Win95 etc in the batch file properties there is the option 'close on exit'. I have some batch files that are run from a form under win2000 and th...
Summary: I want to create a batch file which will automatically copy a file created on the current day by using the system date variable, i.e. "xcopy /d:%date...
Summary: Hiall, Scenario: my contact puts files with sequential numbers on an FTP location and my batch-script is running in 5 minute interval to get these fil...
Summary: Has anyone wirtten a batch file or know of a program that I can use with win2k to close a program that is running. I have software running on my machi...
Summary: I need to copy 3 files on a set schedule to another network drive or write them directly to a CD. I need to do a straight copy...not a backup, because...
Summary: Hello, I cannot figure out how to run SCAN DISC on Win2000. There is no option for it in the System Tools menu like there was in Win98 and I read some...
Summary: I'm writing a small batch file to release and renew the ip address in Win 2K / Win XP. This is what I've written: ipconfig /release sleep 10 ipconfig ...