Summary: I have a program I use, mControl. This program allows control of x10 and INSTEON systems. My question is this, could I create a batch program to cha...
Summary: Hi Everyone, Does anyone know a very good website to learn about batch programming. I have searched in google and found many but none were impressive...
Summary: Sir, I am in beginning stage of batch programming. And want to know that, when i right click on folder, through batch programming....it takes the n...
Summary: Hello all, I am a network admin at my local library and have been requested to have the public computers automatically log off after 60 min to avoid u...
Summary: I need a dod batch program that can do the following: check if a file exists if it does fire of another batch file if it doesnt sleep for 2 min and th...
Summary: I need a batch program in perl to process some files.[ I run perl in Dos prompt( ActivePerl for windows is installed ] I have a list of file names i...
Summary: What I am trying to do is I have a variable that is in the format of FS/SYS\Homedir\username and I need it to be in the format of F:\Homedir\username....
Summary: I currently use a batch script which uses xcopy to copy multiple files from one folder to another. it also logs the start time and end time of the cop...
Summary: I am writing a batch program that generates another batch program by utilizing the append (>>) function. I have had considerable success in program b...
Summary: How do i make this command for batch programming to understand? aim:goim?screenname=Nameoftheuser it works if i run it in Start-->Run THNX ...
Summary: Hello All, I am creating a simple batch file to copy files, log the timestamp and log the copy result. However, I got error when using a program to c...
Summary: I'm trying to write a batch program to go through a specified directory and delete files according to a wildcard match. If there's a [ ] in the filen...
Summary: Hi, I was just interested in a post made last year - a simple batch program: @Echo Off ClS Echo Hey, my name is Mike. Pause CD C:\MyVideo :LOOP Set /P...
Summary: Hi i am new to batch programming I just need to: 1. start Windows Task Manager inside my batch file 2. list all active processes 3. discover the wante...
Summary: I would like help in code for a batch program were it searches for any file in a folder (example xyz.xls), get the name xyz and searches for similar n...
Summary: I'm having a problem with a batch program, needless to say, I'm a novice with batch in fact i just started this week. Anyway, the program originally j...
Summary: Please forgive any errors as this is my first post. I have a text file that is used to import job details. each record in the file contains a line in ...
Summary: Hi, I am not intending to learn batch programming now. So will have to try your solutions without giving much thoughs/ going through it. I have a hug...
Summary: I want to open all the .jpg files present in a folder in paint application, and then exexute Ctrl + S on each file (i.e. save with same name), and t...
Summary: Hi i am just starting programming. i have chisen batch to start off (i know not realy a program langue) but when i type a command for it it just repea...
Summary: I was trying to write a simple batch file to copy files from my main OS to a backup drive so that when I rebuilt my machine i could then restore them ...
Summary: There are three solutions for your problem: 1. Get Unix/Linux 2. Get Cygwin 3. Write this small program: int main() { int pr_it = 1; int tcr; while...
Summary: i have a very boring chore to do and it involves a lot of ctrl-c and ctrl-v... Now i'm trying to create shortcuts by programming the multimedia keys o...
Summary: I know, but unfortunately it is very likely to contain spaces. The string could, for example, be %PATH%. Let's say it's "C:\Windows\system32;C:\Progra...