View Single Post
piet piet's Avatar

JCF Member

Joined: Feb 2003

Posts: 438

piet is doing well so far

Dec 10, 2004, 11:18 PM
piet is offline
Reply With Quote
:loop
jazz2.exe
goto loop

this way "goto loop" will be if jazz2.exe is exited.

this way jazz2.exe will be started untill your lose your mind:

:loop
start jazz2.exe
goto loop

batch is like dos commands in a document
start jazz2.exe is like this
a little program called "start'" opens a new command window and runs jazz2.exe in it
(this cant be done in DOS becouse you cant multitask)

so if you would run the script it will start at :loop then it will open a new window that starts jazz2.exe and then it will go back to :loop, this is NOT what we want.

so we dont use the start command but just jazz2.exe so the script can only contunue if jazz2.exe ends, just like in good old dos.


this script is so simple it that if it works it will work for ever.
i will try it now :P
__________________
I remember playing jazz2 like crazy!