Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: That did exactly what i needed thanks, another question, how can i compare say line 4 from the boot.ini file with a test file and kill the program if ...
Summary: i created a batch file and i'm invoking three programs in it one by one. but when i click on batch file all three programs are running simultaneously....
Summary: Hi I'm sending files to a friend that have been split using a program and they are joined back together by a batch script using copy /b The thing is...
Summary: to bad i don't know what a .pif file is!? in aim, i can give it commands to put an away message up with any words i want with a batch file, i can make...
Summary: looking for help with a batch file, what i need to do is run it in a folder and have it get all the different names of the files and then output the n...
Summary: I need a batch file that changes the following .txt file located in “C:\Program Files\Adobe\temp\a001day\cram32\index.txt” the batch file will be ...
Summary: what i need is an example please.. i want a batch file to create a file.. c:\test.txt Prompt user for there name and place that inside the text.txt fi...
Summary: for /f - A loop that iterates over lines of text that can break the lines up into "chunks"(tokens). "tokens=3" - Option telling the for loop that we o...
Summary: Hi, I'm trying to associate a type of file to an app from a batch file using reg add command: reg add hklm\software\xxx /ve /t reg_sz /d ""%cd%\prog.e...
Summary: I am going to create a batch file and put it in the send to folder. Users are going to right click on excel files and send to this batch file which w...
Summary: I need a batch file that will search my drive and delete empty folders . I have a few left over and want to delete them all so how would I do that wit...
Summary: You seem to be making two copies of a directory tree and then deleting the original. Instead of the second copy, why not use the MOVE command. It is m...
Summary: So I am working on some SNMP scripting with a batch file and I need to be able to put the response from an SNMP query into a variable in my batch file...
Summary: I have a device that outputs a 5 digit number to the serial port, waits 5 seconds and sends a cr/lf to the serial port. I want to take that number, c...
Summary: Hello all, I'm having an issue with a batch file I'm trying to run. What I would like to do, is search for a specific file type and output the result...
Summary: I'm trying to create a batch file that will ask a user for a drive letter and then it will run 2-3 commands on the specified drive. I can't figure out...
Summary: Hi All Is it possible to open file extensions with a batch file? I am struggling with this and could really do with some help Thanks Tor Fey ...
Summary: Hi All, I have a little problem... I have the following two csv files: File1.csv -------------- A,B,C,,D E,F,G,,H I,J,K,,L File2.csv -------------- 1 ...
Summary: I want to build a script or a batch file that I can set to run on a daily basis that will telnet to a device and then send commands to it. Basically i...
Summary: I am running auditing software on multiple computers with a batch file and saving the results to a shared folder on a server. The problem that I have...
Summary: I am trying to write a Windows O.S. install batch. I want the install batch to allow me a choice before proceeding to the next step. I have added the ...
Summary: There are some batch file "compilers" out there. A google search of "batch compiler" will bring up many. Most of them just compress a text file and ma...