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: maybe someone can suggest a solution as i have been playing with awk and sed but cannot get the desired result I have a CSV file delimeted with quoted...
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: Greetings, I am a newbie and I have been struggling with a batch file that I have been requested to create. This batch file simply needs to read...
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: Hi, Can anyone please help me with a batch file that will run a program called "abc.exe" and when prompted to click "yes" or "no" it will automaticall...