Summary: I have written a console application that takes in various agruments and returns a pipe delimited string. I need to first figure out how to set the re...
Summary: I am trying to run an executable in a batch file that returns a value. I would like to be able to set this return value to a variable in the batch fi...
Summary: Hello, I was just trying to set a variable to the contents of a file in a batch file. For example... I did a CD>Current_dir.txt to find out where I a...
Summary: Ok..been trying all the things I know and alot of examples from this forum, but I can't seem to "hack" it enough to get what I need. I wrote a simple ...
Summary: This line will add the directory you mentioned to the path, if placed in autoexec.bat, after the present path statement (like at the end), or in a se...
Summary: Hi. I hve written a batch file which connects to a series of computers, checks for the existence of a file then published the result, however I have a...
Summary: At URL: http://home.mnet-online.de/horst.muc/ you'll find: LMOD (a 12 Kb download) Versatile line/list modification tool to generate lists of command...
Summary: If you're going to pass default values to your program from a batch file. Then these variables become constants and can be defined in your c program....
Summary: Hi Guys, I'm trying to write a batch file witch redirects its output to a text file. I would like a new text file to be created for each day the scrip...
Summary: sir how i can use variables in batch files i need to receive return values from c -exe files to batch file variables and i want to check the values...
Summary: I need to connect to a ftp site & upload files usind a dos batch program (.bat file) . How can i do that . From the command line i type ftp 100.100.10...
Summary: Hi I'm looking for a way to capture a specific piece of text within a designated text file from a DOS batch file. I need to pick up a string preceded...
Summary: Hi Guys i'm trying to create some test files in dos in order to study network transfer times. They have to be byte specific. Can a batch file be creat...
Summary: Hi Pete You seem to be having a problem getting the first word of a text file. I do'nt know why the existing programs do'nt work. I could write a C...
Summary: tjdabomb wrote: > So if it finds c:\email*.*, to create > c:\emailbac2, 3, 4, etc., probably up > to five directories. So, if the last time the batch ...
Summary: I need to write a batch file that I can execute with the AT command. The batch file just needs to run an SCP command that I have. Thats all it needs t...
Summary: Something standard like: titerun -rp data.txt <response where "response" is a short text file with the keyboard character to respond with and a Car...
Summary: Hi again. I have a simple batch file copying files from c: to a server. I want this file to work reduced as icon, as the files to copy are very big an...
Summary: Greetings, I am a newbie and I have been struggling with a batch file that I have been requested to create. This batch file simply needs to read...
Summary: Hi, We are creating a CD that will run in any users browser when it is inserted into their CDROM drive. We want them to be able to install some of th...
Summary: There's a way to make a batch file self-delete without that message comming up: @echo off echo Main batch goes here! echo %0? |FIND/i ".bat?" > nul if...
Summary: I have a batch file that executes three macro files. After the second macro is run i want to either stop the batch file or proceed to run the third ma...
Summary: By the way, if you're gonna use such code more than once on the batch file, you have to use different labels for each time you use it: for /F "skip=0 ...
Summary: I am looking for a command(s) to copy a file to a particular directory on a server, would probly have to be Servername based? Only one batch file will...