Summary: Example of current batch file: Line1 Line2 Line3 Line4 MY PROG NAME=%PROGNAME% Line6 Line7 SET THIS IS IT= LINE9 MY PROG NAME= LINE11 I need my batch...
Summary: I have a batch file that I change the date(file name) everyday and then run. I would like the batch file to read in files or automatically change the ...
Summary: Hello All! I have a formatted text file that I wish to read with a batch file for further processing. It is formatted like so: o,object1.sql r,re...
Summary: hello Ive read a bit about reading and displaying a single line from a text file to the screen. But I'm after (if possible) to read a file copy a pa...
Summary: Hi I'm trying to create a batch file that will parse a text file and copy these files into the correct folders. The problem that I having is the file...
Summary: Good Morning, I'm new to this so please bare with me... I have an ini file I would like to edit with a batch file. Is this possible? I would like to a...
Summary: Hi, I was wondering if someone could assist me in making a batch file that would edit certain numbers in my .dat file? The file is 92 kilobytes, and ...
Summary: I am trying to create a .bat file to add to reg entries to to a PC's Registry. On a XP PRO Machine. Here is what i have come up with so far.... reg ad...
Summary: Hi, I need to add a exe to be run on startup and i tried altering the registry, i need a batch file /script to add a string value in startup for ru...
Summary: How do I make a batch file that will create a directory named the current date and copy specific data from a network drive to that directory? I'm the ...
Summary: Hi there, I need some help where I want to create a small batch file that will search inside all the text files (email files to be precise - *.eml) in...
Summary: Hi, Am trying to create a batch file that will pull some lines of data out of a text file, so for examplw - if I had dummmyfile.txt, I'd like to pull...
Summary: If I understand u correctly, try editing ur batch file as follows: copy A:\yourfile.abc C:\Windows\System copy A:\yourfile.xyz "C:\Documents and Setti...
Summary: I have a batch file called killmt I was able to create from a 2005 post in this forum. The code for the batch file (killmt) is: @echo off if %1'==' e...
Summary: I have a batch file containing an XCOPY command. The command works fine when run directly from the command line, but the batch file will not work? T...
Summary: Hello, I was chastened about posting this in the DOS section, so I'll try here. I'm creating a batch file that pauses, launches a program and then cl...
Summary: I know the basics, but putting a batch file with the harder commands together got me confused- Create a batch file that will create a new folder calle...
Summary: Ricardo, Thanks for the script. I updated the necessary varialbes as you directed and ran the script. It worked but I think it needs some tweaking. U...
Summary: Hello: I have been following the examples in here and they are great. I am stuck with one batch file though and am wondering if you could help me. I ...
Summary: I want to zip files in say d:/data/0001/*.* and d:/data/0002/*.* in d:/backup/0001.*.* through batch files. How to creat a batch file in win XP Vinee...
Summary: "would you know how to get yyyymmdd_hhmm.xls instead of yyyy.xls????" No. And I know very little about how to use variables in a batch file. When I fi...
Summary: I guess I need to make this clearer.. The line of text I want to add to the ini file is: ACCEPT, 1024 - 65535 I want that line of text to go under a t...
Summary: Hi Team, I am trying to create batch file that will search a directory on a server hard drive eg: c:\program files\*.* for a file called abc.doc and t...
Summary: hello, i would like to make a timer. where i enter a number and it then waits that long. so if i want it to do something in 5 minutes, it'll play a s...