Summary: I need a couple of Dos command to make a batch file which will find a specific word from few txt LOG file like backup01.txt, backup02.txt and if Match...
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: Hi, everyone. im having problems creating a simple batch file (DOH!!!), here goes,,, I want to copy an excel spread sheet from C:\abc\a.xls to c:\cba...
Summary: Hi! leonardbd, does it display this error "The system cannot find the file specified." if yes then try using qoutes on the second line of the batch fi...
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: Hi. At our company, we have been using MS-DOS to create batch files to back up our data and upload the data to another PC offsite. Up until now, we ...
Summary: Hi Im trying to write a batch file that will copy text from one file to another. How do I write this? Also when it goes into the second it needs to be...
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 I am simply trying to copy one file to replace and overwride it via a batch file, esentally trying to wipe clean my database csv file with a blank ...
Summary: I had a very basic copy file bach file working in Windows 98SE. I have not moved to Windows XP and the batch file isn't working. Here is the batch f...
Summary: I have Norton GHost to do backups between three computers, and I need help making a batch file that renames the backup files that Ghost creates to the...
Summary: I am looking for some batch file to create that copy file to another directory but I want to copy the files with concatenate original file with system...
Summary: Hi, I need to create a batch file on my computer that will copy a file from: \\virtus\dbbackups\tpos_Wednesday.gbk and then paste it here: \\172.25....
Summary: I have no batch file experience, but I need a batch file that will rename & copy files from multiple directories to one single directory all on the sa...
Summary: I'm looking to copy text from a file (.txt) and send it inside an email via SQL Server Mgt Studio's database mail. Here is the syntax I am using to s...
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: The rest of the batch file works perfect with the eol=parameter. There are a series of :Addtxt# sections with that parameter in the batch that all get...
Summary: Sort of, but could you give me an example on how I can implement it into a YYYYMMDD_HHMMSS, and I still don't understand how to implement it into the ...
Summary: I'm hoping someone can help me with this minor problem. I wrote a tiny batch file in XP that requires user input. However, if I make a shortcut on t...
Summary: I am using Windows XP and have a need for something similar to DOS batch files. Some of my software is old but runs well. I want to be able to run a ...
Summary: I have a folder that I want to back-up to an external hard drive. Anytime I write new data to this folder, I want a copy sent to the HD. I have foun...
Summary: a batch file can utilise any instruction you can type in the command line so yes you can use rename to rename a file or copy if you want to preserve t...
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: I need to write a batch file to copy the local pst file to the network drive and also it will close the MS Outlook before copying. "taskkill /F /IM ...