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 with Batch File
Name: Shaadow Date: June 9, 2006 at 12:19:10 Pacific OS: XP pro CPU/Ram: varies Product: Dell
Comment:
Just curious is there a way to search for a file (could be multiple on the pc) called test.lnk and replace it with the file test2.lnk?
where test2.lnk is located at \\servername\dir\test2.lnk.
And test.lnk may be in more than one place on the PC?
If not or if its too complicated no worries just started writing batch files and was curious about whether or not this is possible.
Summary: Hi, Can anyone help me with this script..what i need is a script or a batch file to do: 1. FTP get from one location for a specified file. 2. Zip the file. 3. FTP put to another location 4. Rename the...
Summary: For some reason this batch file I created a while back will no longer work. It used to work, but now it doesn't and I can't tell from looking at it what is wrong, could you please help me? Thanks. @F...
Summary: Hi, Here is the batch file i am using for monitoring connectivity, but i want know when i get disconnected ! can you help me! echo off title loop cls :up echo %date% time /t tracert 192.168.63.24 g...