| | |
script not competing
Please support our Shell Scripting advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
I have a helper script that will grab weblogs for a particular domain, if called by itself from the MS-DOS command line it works as intended, but I'd like to call another script to call this script multiple times for the multiple domains, but it's only running the first call to the script and exiting out.
Is there a way to include helper batch files and have them all run sequentially?
Is there a way to include helper batch files and have them all run sequentially?
Shell Scripting Syntax (Toggle Plain Text)
g: cd g:\mydir rem collecting log files getlogs.bat site1 getlogs.bat site2 getlogs.bat site3 getlogs.bat site4 getlogs.bat site5 getlogs.bat site6
--
fayola
fayola
Change it to this:
Without the
dos Syntax (Toggle Plain Text)
call getlogs.bat site1 call getlogs.bat site2
Without the
call it will exit after the first call ![]() |
Similar Threads
- Clean Previous Next Script for MySQL results (PHP)
- Selling Imagehosting script (PHP)
- The name for the Resize Button to ad to Script (HTML and CSS)
- Random Programming Script (Computer Science)
- Importing SQL Script File - Urgent !! (Database Design)
- Adding mutiple PC's to an OU via script? (Windows NT / 2000 / XP)
- Table of Contents Script (Java)
- ASP slow-down server script (ASP)
Other Threads in the Shell Scripting Forum
- Previous Thread: how to implement cd
- Next Thread: book in shell script(india)
| Thread Tools | Search this Thread |






