Summary: I am trying to develop a batch file, which deletes user profiles. In our profile directory there are four user profile folders, which must not be dele...
Summary: I need to create a batch file to correct a user's inabiltiy to logon to the server from another office location. See the following: I am here in DC I...
Summary: I have created some maintenance batch files (ie. clean up tmp files, reboot server, etc.) that are scheduled to run on an NT server. I would like them...
Summary: Is it possible to create a batch file to change your IP, Subnet Mask, and Default Gateway? I have a laptop user who travels to 2 cities (different ...
Summary: Hi there, Working on some batch files. Getting to a point where it is critically to delete everything in a couple of folders. I tried "ERASE" nd "DEL"...
Summary: I am trying to "kill" a process like in UNIX, but I don't know how it's done in NT outside of the GUI "Task Manager". My goal is to create a batch fi...
Summary: Hello, Microsoft KB Q174160 describes an error with the command interpreter. This error causes files not be created and extra characters inserted. ...
Summary: Greetings. I am currently working in a large multiuser environment where we are trying to implement a login script that will do an automatic install ...
Summary: Hi all, I have a unique question here regarding the command utility pullmail and batch files. I'm using pullmail to grab mail from a non-local POP3 ma...
Summary: Hi I would like to add to my login script to update a file in the client machine by setting it to update every Friday. It's a *.exe file that I like t...
Summary: Hi everyone, I have install winzip add on, so that I can have my batch file run on everyday on my server. There are one problem, I want to get ride of...
Summary: I'm not finding how you can run a batch file from within a batch file. Can this be done? And if you can could someone please show me the syntax? Tha...
Summary: Hi, I am developing a Batch file to accept values at the the ime of execution and then call respective batch files based on the input given by the ...
Summary: Hi, can some one please help! How can i get a batch file to run when ever someone logs off a computer. Is this possible? Also how can i get a batch...
Summary: Create a batch file called inst2ws.cmd with the following: @echo off if "%1"=="" exit FOR /F "" %%i IN (ws.txt) DO %1 %%i Then create another batch ...
Summary: I am seing letters where a person is trying to create place a shortcut to the desktop using a batch file. I am attepting to do the same thing. This ...
Summary: Hi, I'am trying to schedule a batch file to run on a remote computer by using the AT command. When this batchfile is stored locally on the remote pc i...
Summary: I run several batch files wich take anywhere from 2-4hrs to complete and I need it to reboot as soon as it is complete. Is there an easy way to do t...
Summary: I want to avoid user input while my batch file is running on an NT 4.0 server. No control-Break or control-C. The dos BREAK=OFF doesn't work, alas. ...
Summary: I'm trying to write a batch file that will ask for a prompt from the user and then create a directory using that name (and then it will create some st...
Summary: Hello, I'm looking for some advice on batch files. I have a file called either blue.txt or red.txt located in c:\data. If the file is blue.txt i want ...
Summary: I am writing up a batch file for installing multi hotfixes on a Win NT 4.0 machine, on a win Y2K machine but when I try to run it gives error message ...