Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
calling a bat file.
Name: Ole Jørgen Date: October 10, 2001 at 00:22:49 Pacific
Comment:
When I try call or start xxx.bat, the bat file excecutes, but it automaticly closes when it is finished. Is it possible to make the dos window stay opened after the called bat file is excecuted?
Name: astroraptor Date: October 10, 2001 at 17:43:54 Pacific
Reply:
You can use the CALL command: CALL xxx.BAT
It won't stop after the batch is finished, it'll return to the previous one after the line from which CALL was used, and furthermore and can be run in DOS.
Summary: Humm... Let's forget about logfiles and all that, let's talk about that main file itself... What you really want is a batch file that will read a list of commands and will execute one by one. If an er...
Summary: Hi- I have two files, called page1.txt and page2.txt, and I need to create a bat file which will replace the text "Heading", "Heading2" , "Heading3" , and "Heading4" with whatever the user inputs. Ple...
Summary: i really hope u can spoon-feed me as i'm not good in dos commands. what i really want is a bat file which my computer's TASK SCHEDULER can execute on time when i'm not at the computer but it is on. t...