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.
help writing a bat file
Name: grafter63 Date: October 17, 2008 at 10:23:12 Pacific OS: XP CPU/Ram: intel 2gb Product: dell
Comment:
I have some remote users who connect to the domain using a vpn tunnel. Once connected they are using a bat file to copy a spreadsheet to a server. The problem I am having is that their credentials for the domain are not nessesarily the one they are using to log onto their machine. Is there a way to prompt for username and password in a bat file? Here is what I have so far: Copy C:\file\*.xls \\server.mydomain.com\Sales\Sales\file\ /y pause
(I changed the real file names, server and domain name to generic names)
This bat works fine if it is run in the office, but not if they are a remote user.
Summary: I'm trying to write a .bat file (under WinXP) that will search for files containing a certain string (for example, if the words "hello there" are found within the file) and then delete those files. I ...
Summary: how do I close explorer.exe with a *.bat file what would that code be? (I don't wanna pause it I wanna close it) please help NOTE:I know how useless explore.exe is so you don't need to tell me all abo...
Summary: i just need some help with a batch file i made. it's used to start up some processes that i previously terminated. here is the script for it: sc start acrsch2svc sc start pdsched sc start adobeactivef...