>
>IIRC the "CALL' command was used for Batch files and required a 'RETURN'
>command. like;
>
>ECHO ON
>CALL "C:\PROGRAM FILES\(PROGRAM A)"
>CALL "C:\PROGRAM FILES\(PROGRAM B)"
>ECHO OFF
>RETURN
>EXIT
>
>All the little BAT files I created, I didn't use the CALL command for EXE
>files. Like;
>
>ECHO ON
>C:\PROGRAM FILES\(PROGRAM A)
>C:\PROGRAM FILES\(PROGRAM B)
>ECHO OFF
>EXIT
>
>If that doesn't help I'd comment out ECHO ON, so you the commands execute. You
>can also use 'ctrl C' to terminate the batch file or executable.
>
Nope, none of that helped. Taking the CALL command out results in no
program(s) launched.
Chris
When the going gets weird, the weird turn pro
- Hunter S. Thompson
--
_________________________________________________________________
Options: http://lists.thomasclausen.net/mailman/listinfo/olympus
Archives: http://lists.thomasclausen.net/mailman/private/olympus/
Themed Olympus Photo Exhibition: http://www.tope.nl/
|