Summary: is it possible to make a batch file to download and replace files? here is a line from one i tried but it said HTTP was not a recognised device copy ...
Summary: I actually got something working that will do just fine. @ECHO OFF FOR %%V IN (*.msg) DO FOR /F "tokens=1-5 delims=/: " %%J IN ("%%~tV") DO IF EXIST %...
Summary: What is it that you are trying to do? Are you trying to make an install program? Then yes you could do it with Batch Scripting but this would be very ...
Summary: I have to download files from unix ftp server to a local directory as and when it is uploaded by my friend. Is there a way I can write MS-DOS batch f...
Summary: Hi, i am a novice for writing batch files, i would like to know how to write .bat file so that it can run the command "nbtstat -a 192.168.0.1" (for ex...
Summary: HI i am totally new at writting batch files so forgive me if i dont understand I am trying to create a batch file that deletes files in a certain dire...
Summary: Hi, How can I write a batch file to restrict others to use Internet Explorer and Yahoo Messenger on my system. Please help me in this regard. Sweetie....
Summary: Hi Team, I am trying to create batch file that will search a directory on a server hard drive eg: c:\program files\*.* for a file called abc.doc and t...
Summary: I am using Windows XP and have a need for something similar to DOS batch files. Some of my software is old but runs well. I want to be able to run a ...
Summary: I have a folder that I want to back-up to an external hard drive. Anytime I write new data to this folder, I want a copy sent to the HD. I have foun...
Summary: Hi all could somone give me a batch file to establish an internet connection in windows xp. I have certain application which has an option for opennin...
Summary: For the last week or so, every time I try to download a file by clicking on a link the 'File Download' box appears as normal, but no download progress...
Summary: How do I make a batch file that will create a directory named the current date and copy specific data from a network drive to that directory? I'm the ...
Summary: I am trying to run a batch file that backs up directories into a new directory that has the current date in the form YYYY-MM-DD. I got it to work on ...
Summary: Hi, I need a batch file to edit a text file. This file contains test results from a program. The data is separated by spaces and "00000" (space and nu...
Summary: What I need to do is create a batch file to read the %HOMEDRIVE%\windows.ini file, look for the entry LAUNCH=C:\UTILITIES\LAUNCH.EXE and then change t...
Summary: been searching a while for a solution. what i want to do is have a batch file (or .exe) that i could drag files/folders onto and it will securely dele...
Summary: Hello, I'm attempting to make a batch file which will telnet into my router, send my password through the telnet connection, and then a few basic comm...
Summary: I have Norton GHost to do backups between three computers, and I need help making a batch file that renames the backup files that Ghost creates to the...
Summary: Hi, I'm trying to create a simple batch file to copy the entire contents of my Favorites folder to another location on a diferent hard drive for backu...
Summary: I realize there are other posts about said topic, but I can't quite figure it out so I thought I would just post my own message. I have a file contain...
Summary: I need to make a batch file to clean the temp files out of a few computers they are 2000 XP computers and I don't want to rename all the users paths ....
Summary: I want to make a batch file that backs up certain files to my CD-RW drive. I use the standard XP cd burner build into windows. I know how to write b...