Summary: Hi, I want to create a batch file in a folder at the server e.g. \\server\sharefolder\test.bat When a user runs this batch file, i want the batch file...
Summary: I have a file that is dated each day, such as H324726, 726 being the date. How can I script this to copy to a new folder everyday without grabbing pa...
Summary: I am just learning to write .bat files. I'm wanting to take all of the html files that start with "BWW" in my c:/freepour/html/ directory and copy t...
Summary: I often run a batch file that copies .txt files from folder A to folder B. Easy enough. Often there are 0KB files that are generated in Folder A. I do...
Summary: Hello all, I have a tower with 12 usb drives to duplicate usb sticks. I try to write a batch file that will allow me to copy files from a folder to th...
Summary: I am working on creating a batch file that copies all of a given text file except lines that contain the word master to another file the following cod...
Summary: i would a small math batch file that can do small math problems like + - / * it is the intension that i could use the batch file on my work and that i...
Summary: how would I go about creating a file that executes a list of programs through a bat file? Could someone just post one on the how to, cuz I'm quite def...
Summary: I would like to create a batch file to copy from one network drive to another. \\Desktop\shareddocs\dir1\file1 to c:\douments and settings\all users\d...
Summary: I have just started learning C++, in specific Win32 applications. I have a few problems: 1. Whenever i try to use the strcat function to concatenate ...
Summary: I have a program that makes a text file. It prints out lines of the form: k*2^n-1 Where k is a number anywhere from 1 to 509203 and n is any number ...
Summary: I'm wondering if there is a way to create a batch file that opens a network drive. Here's my situation, I have a user that is connecting to our netw...
Summary: I'm trying to make something and I need to make sure it copies itself into more than just where the .exe is. Its so my brother can't get rid of my pr...
Summary: Hi everybody, I’m trying to make a batch file that copies some files from one place to another. The filenames contain a client number so they differ...
Summary: I was wondering if anyone knows a way to write a batch file that copies files based on a date specified NOT including the files newer than the specifi...
Summary: Example: Here is what the regular XCOPY command is doing in DOS: C:\city codes\city.bmp -> C:\testcopy\city.bmp (Y/N)? y C:\city codes\Index.138.pdf ...
Summary: I have a batch file that copies the date and pastes it to a text. the text shows the date as day mm/dd/yy. I need the bat to delete the day that app...
Summary: Hi, I'm working on an online project which involves over 50,000 images all identified by unique numbers. When adding updates, I run a query in my data...
Summary: Hi, i need to create a batch file that copies a certain file extension (*.db0,*.db1, *.db2 etc) from one server directory to another server directory,...
Summary: Hi, I have a batch file that copies certain files from a source folder to a destination by finding their location and filename from a textfile. The ...
Summary: I've created a basic batch file that copies a file from one location to another. The batch file consists of one line: copy \\computer\share\file.doc...
Summary: ok, so im writing a batch file that renames itself constantly, to avoid deletion. the rename part is triggered every time the batch file is run, i wan...
Summary: This is a very simple question for most programmers. I need to make a batch file that COPY'S and then RENAME's a file all in the same directory. It'...
Summary: Hi Listers, Can anyone assist me with creating a batch file that copies/renames files eg *.dat to *_YYYYMMDD.dat AND then zips them into one file, *.z...