Summary: This batch file, above, works great while it searches the current directory. How can the same concept and results be narrowed to search a mapped netwo...
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, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: I am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move t...
Summary: How do I make a batch file re-play itself automatically every 30 minutes? OR, better, how do I make it play automatically just BEFORE the PC (WinXPPr...
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: Any one got a solution as how to make a batch file containing the following : backup all files from a specified location to a dated stamped folder car...
Summary: thank you for trying to answer my question, but you misunderstand what I am asking. I would like to know how to rename files *from within a batch file...
Summary: script file (ftpscript) for ftp (based on test.txt f/e): open myconn.net user me passwd binary cd whatever ls test.txt quit bat: setlocal enabledelay...
Summary: This is a good example of why it is essential, when asking for support, to show exactly all of the steps involved. In this case, the issue took a long...
Summary: Well to help you further you will need to tell me a little bit about what you are doing and what problem you are trying to solve. I tried the code ins...
Summary: Help anyone??? I am writing a batch file and need to have the date displayed like this: "Today is Tuesday 24 November 2009" vs. standard dos output ...
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: To expand on M2's answer: variable is just the word 'variable' (but see below). %variable% gets "expanded" i.e. translated to its value and literally ...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: I have a file runContractExports.xml which is as below ***************************************************************** <REQUESTS ServiceName="E...
Summary: I have a text file containing numeric and non-numeric characters. I want to create a batch or vbs to remove these non-numeric characters. Text file is...
Summary: hi all, m new to this site and read some others post regarding coping,deleting etc using batch files. I would like to know is it possible to copy mult...
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: Sorry I should have mentioned that - I need to repeat the exercise for all csv in the folder.... And even worse I just received some files which need ...