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: 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: I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delet...
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: Hi IVO, The above solution has worked except that I replaced the ! with the % bcoz with ! it din work. Thank you very much for the solution. I have a ...
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: Mechanix2Go, A better example than the one above would be: ---%temp%\~atempfile.tmp VARIABLES Date=%date% Time=%time% Name=%stringName% --- I want to ...
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: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...
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: 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: This topic seems beaten into the ground, however, any help would be appreciated. I'm trying to piece together a script that'll rename a season of a sh...
Summary: I have these EDI files that I need to reformat from a single line to line per segment format. Normally, I use Textpad to reformat the file. I replace ...
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: 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: 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: 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 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: Hi, I want help to write a script to watch for a file. the script should watch the file and then ensure that complete file appears if the complete fil...
Summary: Hi I need a batch script which will read file content till a certain character, rename file with the original file name_content read. Thanks Starp ...
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, I have used IDL to generate data from MODIS satellite images of array based, which has been stored into files named- testop.400.215.dat, testop.40...
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...