Page 1 of 1

RESTART_POL

Posted: Tue Apr 25, 2006 8:34 am
by Matrix
Well, I don't know if it is possible to make pol restartable...

Posted: Tue Apr 25, 2006 8:56 am
by FreeSoul
yes it is...
Shutdown();

then some program (win)/script(linux) which will check if pol is running (every 1 minute for example)
then if not execute pol

Posted: Tue Apr 25, 2006 2:30 pm
by tekproxy
There are numerous examples of .bat files that automaticly restart POL when it closes using goto. Is that what you want?

Posted: Tue Apr 25, 2006 4:21 pm
by Matrix
ye, you can just move this board in general help for pol95 lol...

Posted: Tue Apr 25, 2006 9:05 pm
by tekproxy
loopPOL.bat:

Code: Select all

@ECHO OFF
SET PATH_POL=pol.exe

GOTO :POL()

:POL()
%PATH_POL%

GOTO :POL()

Posted: Wed Apr 26, 2006 9:35 am
by Matrix
Thank you . :wink:

Posted: Thu May 25, 2006 8:04 am
by Mordaunt
Shadow Lord wrote a program a few years back that will work on any EMU really... so long as you name it POL ;)

http://scriptsharing.org/library/Shadow ... estart.zip