Summary: Hello to all: I'm having a little problem with 2 batch files I have. I will refer to them as 1.bat and 2.bat What I would like to complish is as fol...
Summary: I need to create a dos batch file that will get the results from a previous batch (text file), and send it to a given email address through a hotmail ...
Summary: Yep, the CALL cmd was made to execute batch files from withing other batch files. I had never seen a .EXE/.COM that stoped the batch script's activiti...
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: I want to copy files onto either Win9x or Win2K computers with a single batch file. The files will be copied into different locations depending on the...
Summary: I am trying to create a DOS batch file that will shut down my Windows NT 4.0 workstation. I know there are Windows based schedulers that will do this,...
Summary: hi i am wanting to know how do i make a DOS batch file, so that it types out, when it has been run, the following: Welcome to Brannan Thermometers i w...
Summary: Hello: Need help with a DOS batch file. I am trying to write a very simple batch process, that checks if a DIR by the name MyFiles exists if it does n...
Summary: Is there something in dos batch programming that is similar to the back ticks found in shell scripting ? Basically i need to call a shell script from ...
Summary: Is it possible to open and read a data file from a batch file? I am working on a make batch file and it would be very nice if I could open and process...
Summary: Hope someone can help with this ... I'm trying to write a batch file that will search a text file and store a number from a set place in the text file...
Summary: I'm trying to write a DOS batch file that will determine which files are in a directory on a remote unix box and then write a ftp script go 'get' each...
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: I want to write a dos batch file to change the name a file from its original name to a timestamp (e.g., the key command would be: ren file.txt mmddhhm...
Summary: I am creating a DOS batch file that will automatically run when a user puts a disk into the CD ROM. I will prompt the user for 1 of 3 options. This w...
Summary: I am making batch file and need to know how to do the following if %1 = "debug" goto debug if %1 = "normal" goto normal At the moment I get syntax err...
Summary: Hi, I need to compile 18 VB programs daily so I want to do it using a batch file so I don't have to do one by one. It seems like memory gets saturated...
Summary: I need to create a batch file that changes one line in a .ini file. Basically I need to Find a word, replace it and then save it. After that is done I...
Summary: You can't make a DOS batch file to do this easily without the help of some DOS batch tool, such as ASET. You may find many useful DOS batch tools and ...
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: Many persons provided you a solution with the date and directory part so I'll concentrate with the FTP part. 1) If the program run in a DOS shell unde...
Summary: Can anyone show me where I can get a program that will decompile a compiled dos batch file? I have a compiled dos batch file that I need to decompile...
Summary: How do I close the MS-Dos Command Window after running a batch file? I have created a simple batch file that copies a dozen files from one folder to ...
Summary: Hi! I am trying to create a simple batch file to change a drive mapping, then run a program from the new drive - without a prompt! My attempt: net use...