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: 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: Hi, What is the syntax needed to call an exe from a batch file without having the cmd window showing? I can't remember nor find it. thanks ...
Summary: How can I remove and delete the contents of more than one folder using wildcard entries from a batch file ran from Windows NT. ie. rmdir /s /q abc* t...
Summary: hi: I want to write a batch file so that the following info is put into a text file: user name computer name log in date as each new user logs onto my...
Summary: I am needing to create a batch file that will copy lotus notes files from a novell server to an NT server. This batch will run once when the user logs...
Summary: how can i create a batch file so when users logon they get mapped to a specific drive; key thing here is that the script must have a user name a pass...
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: 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: 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: I know you just have to save the file as .cmd or as .bat to make it a batch file but what can you put in it. What i am trying to learn is what are th...
Summary: hello sirs, I need to write a batch file that read the users names and passwords from Access file and stops running when finish. i need only the com...
Summary: I would like to know the commands that will let me log on to Windows NT throught a batch files and run some commands to modify the registry with admin...
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: Can anybody tell how to close a DOS window in NT from a batch file? I can do it in Win 98 with cls, but it doesn't work in NT. thanks Martin ...
Summary: A batch file is a simple text file of commands with a .bat extension. From explorer tools, find file, enter *.bat this will search for all files wi...
Summary: In the NT resource kit there is a file called shutdown.exe (You can probably get this from the web or I can mail it to you) which you can call from a ...
Summary: I've scheduled a task to run a batch file and it executes the task but it does not run it. I can run the task manually by clicking on the batch file ...
Summary: Thanks to all who replied... unfortunately, I'm no closer. Perhaps some endeavoring soul can tell me why the following batch file isn't working on an ...
Summary: I am trying to increment a counter as I loop through a section of a batch file. I tried using 'set /a' and incrementing a variable, but I could not f...
Summary: That only applies for different Hardware configurations, not individual settings. The only way I can think of running a "batch" file to change the IP...
Summary: Hi folks, Hoping someone out there can help me. Im trying to run a series of batch files, one after the other. At first I was hoping to be able to...
Summary: A simple question. How do I exit a batch file after doing a call on an executable? With NT the batch file doesn't read the next line after the call ...