Summary: I need a batch file to find and rename any file in a directory that is bigger than 7k. I have a materials directory that posts a file out every hour ...
Summary: Thank You Karin for the reply.As you can see,the post is quite old now and the issue has long been resolved.i had pretty much done the same as you hav...
Summary: @echo ren macro.dyr macro1.txt end I am using this syntax for renaming a file with extension name changed, but while i run this file " the syntax of t...
Summary: hi... i am looking for a batch file to change the file name of a word pad file automatically.i am using a windows xp platform.the batch file should ch...
Summary: I am renaming a bunch of .pdf files and I'm having a hard time adding a counter after renaming. Here is what I have so far for my batch file--- rename...
Summary: I actually got something working that will do just fine. @ECHO OFF FOR %%V IN (*.msg) DO FOR /F "tokens=1-5 delims=/: " %%J IN ("%%~tV") DO IF EXIST %...
Summary: Please could you help . I would like to create a batch file to do the following:- copy orig.csv to new location. if orig.csv is present at new locatio...
Summary: I created a batch file to delete the profile data of our companies propriatary application. The issue we have is that the profile for some users becom...
Summary: have you checked contests of batch file (right click and select edit option)? r u sure nothing happens - will depend on contents of batch file normall...
Summary: I need a batch file that takes input that has the full path of the file and removes the directory information. To make it easy, the directory informa...
Summary: Hi, i am a novice for writing batch files, i would like to know how to write .bat file so that it can run the command "nbtstat -a 192.168.0.1" (for ex...
Summary: Hi All, First time poster; Long time listener. lol. How would one create a batch file that deltetes the contents of a folder upon exit? The folder i...
Summary: im using the rxvt shell that comes with cygwin, the default prompt is shell-3.0$ and i would like to change it to #. i have tried a batch file like th...
Summary: I'm having trouble converting a unix shell script into a batch file. Is there any way I can concatenate a batch file parameter. I know you can do so...
Summary: how to write a batch file to delay 30 seconds between the two command line in the batch file. for example, I need to use batch file to execute two .ex...
Summary: HI i am totally new at writting batch files so forgive me if i dont understand I am trying to create a batch file that deletes files in a certain dire...
Summary: Hi, How can I write a batch file to restrict others to use Internet Explorer and Yahoo Messenger on my system. Please help me in this regard. Sweetie....
Summary: Hi there This forum has been a real help, I had to create a really complicated batch file that would search for and add specific lines of text within ...
Summary: I have tried this batch file and i cannot get it to work. it appears to work but i check the dir and the files are still there. Does anyone know why? ...
Summary: I am trying to create a batch file that will delete all files and folders under one particular folder, but I am unsure of how to go about it, what to ...
Summary: Hi, I'm trying to figure out a way to make a batchfile, or any other type of file that will run at timed intervals, that will try to telnet to port 9...
Summary: How would i be able to do a batch file to open multiple Internet Explorer windows pointing to different websites in XP? Im lost.....thanks :-) ...
Summary: Thank you. It now seems to store the data from the text file but I only end up with 1 variable storing the last value. version!No! = 356 Im not really...