Summary: I need to create a batch file to go through all the .CSV files in the local directory. I want to simply delete lines 2-29, 31-59, etc deleting eve...
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: A filetype is an abstract thing. It could mean a proprietary binary encoding or just a plaintext file with a random extension. A format may be anyth...
Summary: I'm not that experienced using batch files but I need to get this batch file to work relatively soon. The bat file is supposed to echo a user name and...
Summary: Im just not a big fan of how that other batch output's the information, The following outputs the Empty Files to a .csv file with the date. I'm not ...
Summary: Create a batch file. Open a text editor and type the names of the apps you want to run including the full paths and then save your text file. Then cha...
Summary: Hi Eduardo, Create a file temp.dat and type the following and see the results. You can use the same implementation according to your requirement. Typ...
Summary: OK ok ok.. i got 48 archives that need to be unzipped... number name.001,name.002name.003....name.048... there is no ace file, and no rar file.. ju...
Summary: I need to look in a folder and rename a randomly named file with the extension .ls to temp.ls It will be the only .ls file in the folder. I then wan...
Summary: Hi I am writing a batch file to automatically run some commands by telnetting to a network device. Everything goes fine until the device asks for inpu...
Summary: Hope someone can help... I am looking to create a small batch file or script that will take a flat CSV file and remove all dollar signs ($) from all t...
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: Im making a batch file were the .bat checks which computers that are available on the network, using the command ping. But i cant seem to get the erro...
Summary: I need a batch file that will: 1. add the prefix: http ://www.onlinesuperbargainmall.com/goto.html?url= to the first column 2. delete everything befor...
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'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: I'm looking for something like this. I want my batch to copy a directory and all its contents to another directory that the batch creates based on dat...
Summary: creating a batch file to include the following command c:\dumpevt\dumpevt.exe /logfile=sec /outfile=c:\logs\log.csv /reg=local_machine I would like to...
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: 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 all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
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: Hi Guys, Please help me to create a batch file. I'd like to run a batch file from "server1". If I run the batch file, it rename the file in the \\serv...
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...