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 ...
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 wh...
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...
Summary: I am trying to write a batch file to open a player with an avi file loaded that will run from a CD drive. All files including the Batch File will run ...
Summary: I would like to create a batch file that will move all files in a folder into another folder if they were created older than 1 day(24 hours) from the ...
Summary: I have a text file that has several lines of information in it. I am trying to create a batch file that will append the date to each one of these line...
Summary: 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...
Summary: Hello I'm new to this forum And I'm a noob at programming (I don't even know the "C" of "C++" :)) I was messing with Batch file few monthes ago and I ...
Summary: I am about to pull my hair out here. I need help writing a batch file that will send us an alert when our hard drive space reaches a certain threshold...
Summary: Hi, I was wondering if it is possible to get the last line of a text file and save it to a variable? I found a script that gets the first line, but ...
Summary: Hello all I have been working on changing menu display with on this batch file. I found this open source batch file online. The only thing I want t...
Summary: Hi, So far I have a batch file that creates a set of nested folders within a specified folder. So far so good. Then I want to create a file by using i...
Summary: Hi, I want to create a batch file using "choice" which take user's input and run different steps. But it seems not working under NT system. can some l...
Summary: Hi, could someone take a look at this batch file and explain why it is not writing the output to my desktop.It was working previously but now it no lo...
Summary: Hi I Have An App Thats In C# That Sets User Environment Variables PCManufacturer PCModel I Need To Be Able To Read The Values From Them Varibles In A ...
Summary: Can some one please help me with batch file. I am trying to create a batch file for multiple files which will check the first 17 characters of the fil...
Summary: Thanks for the help. :) I didnt know about the /Q command , but I'll give it a try in a few min. I'm still green with batch files , but they seem to b...
Summary: I am looking for some help with Batch Program creation. I would like to create a batch file that asks you a question "what would you like to name the...
Summary: I need a batch file to copy files from 1 location to another on a network daily. The only problem I have is I dont know the exact folder the files are...
Summary: Hello. I'm Running a WinME and have wrote a batch file to change some helpful things. It works up until it accepts the user input for the choice vari...
Summary: I hope someone can help me, I'm looking for a batch file that can convert a text file (say data.txt) to a number of variables that I can call up withi...
Summary: Hi, I want to store variables in a temp file and to be able to call those variables for usage in the batch file. Im not sure how to manipulate the FOR...
Summary: hi..i'm newbie with batch file i need some help,,,,i need rename a file... for example: name.txt to name_AAAAMMDD.txt where AAAAMMDD is the actual...
Summary: I have a problem. I am trying to write a batch file which will delete a 0 KB .SPL file and an associated .SHD file, which is not 0 KB. Each .SHD fil...
Summary: Hi Can you please help to create a batch file which will search a given directory (can be passed as command line argument), and looks for all the file...