Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in...
Summary: Hi, I need to replace filenames having spaces and dots with underscre using a .bat script example: need to convert filename like RBS Diff data we 06.0...
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: I have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find ...
Summary: The following returns each word in a For controlled loop For /F "tokens=*" %%I in ('FindStr /C:"TestString" File.txt') Do Call :PARSE %%I .... .... Go...
Summary: I'm having a little trouble with parsing strings in batch. Basically, I'm trying to make a batch script to automatically compile and run Java files, ...
Summary: Hi I really need some help to do what I thought would be a simple task. I am a real n00b when it comes to programming, but have now spent many hours ...
Summary: Hi, I have a batch script which, amongst other things, parses and rewrites a text file using the "for /f" command. The reason it does this is to appe...
Summary: I am trying to copy zip files from one server to another with a batch file. Problem is, I only need the 4 zip files with the current date and not the...
Summary: HI All, I am new to batch scripting and this is my first script pls help me out. I have to right a batch script, which has to pick the latest file in ...
Summary: All, I'm looking for assistance with putting together a batch file to be loaded at logon or system startup that will: 1)Search the local C drive for a...
Summary: Hi, I want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Window...
Summary: Hello. I'm a complete beginner at scripting and would like some help. I've got about 1 000 .txt files in a folder and I would like to delete character...
Summary: I've got a batch script that runs through a file, but every time it hits a line with a less-than sign, it bombs. Here's the script: REM Gets line from...
Summary: I realise this is an old thread but I tried the finished script in response six and could not get it to change files within env var referenced folders...
Summary: I am new to Batch Script for Windows so hoping you can help me out. There are two things I need: 1) Say a1.csv is in C:\batch and has below info: aaa...
Summary: I have a few hundred files, each with a different name (e.g. 012345.htm, 987654.htm, etc...). Each file has to have the file name in it. Is there a ba...
Summary: I want to write a batch file to do a few things.. unfortunately I've never done this before, and some of the code I've managed to find online has been...
Summary: Hi, I require some help in modifying a csv file using a batch script. I have a csv file that contains details obtained from a database. So an example ...
Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...
Summary: I need some help writing a batch script to do the following: First check to see if Network connection is on DHCP. If it is, exit. If not, change the D...
Summary: I am trying to get Apache ant to work on Windows, the problem is that I have to set environment variables, like so, set ANT_HOME=c:\ant, (you call tho...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...