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: 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 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: Ello! Am wondering if you guys can help... I've managed pieces of this problems, but not the whole thing... I need to make a batch script that renames...
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 need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.ed...
Summary: new to batch scripting. would it be possible to have a script that can read a list of file names from a directory and determine if there is a series i...
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 all, I am writing a XP batch script which prompts the user to enter a value for a file name. The question is How do I restrict/validate the users r...
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 am looking for a batch file or vbs script to rename multiples files under multiples and different subfolders where 4 characters within the file...
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: Thanks IVO. It has worked perfect :) Actually I needed to change these file names bcoz I had to find if these files were in certain folder and if so e...
Summary: Hi, I need help to find solution to this problem well my motto is to combine files within a folder with common string in their file name into one. I a...
Summary: If you're open to seeing other options, here's a simple and efficient Perl script. The script would need to be in the same dir as the target files. I...
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: 1) In the script to RENAME files change this line: ren %%2 !level2!%%2 to: ren %%2 !level2!-%%2 In the script to COPY the files change this line: co...
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 am looking for a VB Script that would rename several Acrobat files based on a reference list (txt, csv, ect). The acrobat files are created with tim...
Summary: Well I need help writing a batch script to do several things. I need one batch to run in a loop over and over and take screen shots and save them as a...
Summary: Hello. I have been trying for a few days to get a batch script to work with no luck. I have several subdirectories in a folder called "test box" tha...
Summary: sorry but - gtaion's batch is not working correctly (it's deleting everything: files and dirs); I'll try to spot the bug... - sen's reply altought qu...
Summary: Trying to rename multiple existing files to append their create date/time (in military time format) to the filename. Current code: FOR %%V IN (SELT*.E...
Summary: hi, so 'im trying to run a batch script. its not supposed to be very difficult. i run an encoding machine for audio at the company i work at. it i...