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.
Creating a batch file to copy files
Name: Andrew Leaf Date: March 24, 1999 at 08:19:04 Pacific
Comment:
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 on for the first time to a NT machine
Name: mick Date: April 23, 1999 at 06:36:50 Pacific
Reply:
At first excause my bad english. Then try this. You need at your Novell Server an IP Address and “Unix FTP Services“ At The NT server start your batch including FTP commands.(Use Winat.exe) ciao, mick
1
Response Number 2
Name: Adeline Hagl Date: December 4, 2000 at 09:04:54 Pacific
Reply:
I need to start to learn how to create batch files in a dos enviroment to run specific programs.
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 password already defined, because if they try to map t...
Summary: ::------------------------------------------- ::Create a batch file called wait.bat ::add the following line below. ::For batch files that neeed to ::pause for a period of time. ::To use just at the...
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 file that will do this. ...