Summary: I am not a programmer by any chance, and I am looking for a batch file to identify dirs/files that have been modified within the last month. The fo...
Summary: im running windows xp. Basically i have a program that im testing, that checks the file modified date of an ini text file before it can run. Presentl...
Summary: Thank you so much Mechanix! For the FTP part, I always use a file (example: MyPC.ftp) with the commands: open 192.168.1.1 user password prompt lcd c:\...
Summary: Hi there. I am working on an Oracle migration project, and could use some assistance on a particular piece. I am trying to create a batch file to pull...
Summary: Hi guys .. worked on it yesterday and today and it works. I used three files. One Batch file, two script files for the telnet client Thanks for all t...
Summary: Ive been working on this batch file to swap some file names for a game Ultima Online, Heres how it works: I have 3 different sets of files in the same...
Summary: hi how can i create a text file using batch file with date and time in name eg testThu 02/08/2007 2300.txt and also i want to read a text file which ...
Summary: This is what I have...I have an existing .bat file on a system that backs up a folder lets call it C:thisfolder. For some though it may be D:thisfold...
Summary: Nah, you don't get me. I wanna run multiple BATCH files from one particular file (another batch, executable or Perl script) I tried the call command, ...
Summary: Under Windows 2000 and NT/XP you can use the Date content to timestamp your files while renaming so: @Echo Off Ren %1 %~n1-%Date:~-4,4%%Date:~-10,2%%D...
Summary: I have a text file which has more then 10000 lines in it. I want to add a < in the begining of each line and > at the end of each line through a ba...
Summary: I'm having a problem with running a program in a batch file. The batch file starts the program but then hangs waiting for it to complete. I need the b...
Summary: hi all I want to create a batch file for rename multiple files , or rename only a part of file name for examples: original: 01-one.txt 02-five.txt ren...
Summary: Hi, how can I call from a batch an html file that is stored locally and have it come up with the default browser ? My plan is to create a CD that ca...
Summary: If anybody's looking. I've spent some time with this and have come up with a method for sequencing. Never thought of multiple delays, but this is work...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: I created this batch file (XP Cleanup.bat) to faster automate deleting temporary files. I currently have the batch file logging the user, start, and ...
Summary: I got in trouble last time I asked this, but here goes again...Do you have to do this using exclusively batch files? Can you do it in, say, perl? I ...
Summary: is it possible to generate a new txt doc. from a batch file, and name it and send it to a certain location all from within the bat file. kinda like ma...
Summary: I have a small msdos batch file I would like to be able to execute from the windows desktop, the problem is - the file the batch file is executing is ...
Summary: Sorry, but what you wish to achieve is far beyond the plain capabilities of batch files. A batch file could be invoked by right clicking the file name...
Summary: Hi, I want to rename the following files in a batch/DOS/Linux: az1_rdb To az_rdb.txt1 az2_rdb To az_rdb.txt2 Any ideas? [Of course I'm talking about l...
Summary: The .ini is on each client, all of the .ini's bare the same name, and no there are not more then one on each machine. All i need is a batch file that ...