Summary: Hi, 1. gtaion did what you asked. You didn't originally specify that you wanted to search for substrings i.e. part of a directory's name. You just sai...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: You got me to playing with this and I found a new Exploit in Windows. If you want to create a folder that no one can delete or rename make a new folde...
Summary: I want to write a script that will go to an ftp server search for a particular file every 15 minutes and if it finds it it should start a sql job imme...
Summary: Alright here's what I have: Dim fname fname=InputBox("Enter the user to find:") Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = ...
Summary: Ok, I have a folder which contains a lot of files, each starting with a unique, 2-digit number, followed by their name. My code contains: set /P FILEN...
Summary: Hello! I'm making some program (not in java - in PHP if it matters but its really irrelevant). I need to compile some java files with javac.exe (and l...
Summary: *Some text (Bold) is veriable, and will be change every day. ah, i did not understand that file A changes. file B only needs line four changed, correc...
Summary: Hi guys: i'have a folder with subfolders named from 1 to n+1 any folder has an .sql file inside. I need to create a list of all sql files found in all...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: I'm a complete newb when it comes to batch programming and am struggling to do something that's probably very simple... I have a load of files in a ...
Summary: HI, I have about 400 xml files that have error in the productID line: <Product productID="0001"> the 0001 needs to be replace with another value w...
Summary: I want to translate a variable and read the output to another variable echo $my_var | tr '0123456789' 'ZZZZZZZZZZ' works as I'd expect, printing the c...
Summary: Hi all, do you guys know how to write a batch file that:- 1) Search for (*.swf) in "e:\example and its sub folders (recursively)" which is greater tha...
Summary: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
Summary: <warning type="thread-hijack" detail="off-topic rant"> I wish it were possible to run VBScript without having to create a file first. </warning>...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: Very cool. Printed out a text document, I wasn't naming the file after navigating to it so it wasn't being listed. Selected the Canon to print from a...
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...
Summary: Hey Guys, I have batch file that grabs files from ftp ... I'm not sure how I can specify destination folder ( place where file is getting downloaded ...
Summary: Indeed, always use path (folder) names between double quotes, it also cannot harm if there are no whitespaces in them, so you can safely use them, onl...
Summary: h: no need to mess with trying my suggestion as i was not correct about what i thought you were trying to do. you clarification has helped me understa...
Summary: Thanks for the reply, but doesn't the /d string only work if you are copying to the same destination folder. In my case I need each 5mins copy to be ...