Summary: i need help to rename the following filename with non-standard timestamp to yyyymmdd: xxxx ddmmm.ext -> xxxx yyyymmdd.ext xxxx dmmm.ext -> xxxx yyyy...
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: 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: Hmm.. Did you run it from a batch, or did you try to type in the commands manually? Paste the code in notepad and save the file as a .bat I rewrote th...
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, 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: 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: thanks for the "wget" info. i found a direct link to download the file in zip format. now i have a script to download the zip file and extract it, an...
Summary: Hi Razor. Thanks for the reply. Since I am a newborn in batch scripting, VB script almost sounds like swearing to me in another language... Now if y...
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 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: 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: 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: 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. ...
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: Excellent. I tried the vbscript and it worked correctly. I also added two extra lines: strSeason = UCase(Mid(ArrSplit(1) ,1,6)) And again, strNewName ...
Summary: how can i write the perl script inside the batch script. to be more specific . i need to write a batch script which scans the tab delimited file by sk...
Summary: hi all, i want a shell script to convert formatted file to a flat file formatted file is like below 10-apr-09 12:00:00 4214920304112348 rec no :585...
Summary: Hi, I need a batch script to copy the today modified sub-folders of a folder to a new folder. Ex: Folder "f:/test1" is having total 5 sub-folders and...