Jump to content

BAT File


dwskillz

Recommended Posts

I have a bat file that needs to be working with tcadmin to stop and start it when required.

 

@echo off

:1

D:/PHP/php.exe -f daemon.php config log

goto 1

 

I tried to make a game config but i failed badly. :|:

 

Thanks

 

Skillz

Link to comment
Share on other sites

game config with bat file as executable works fine, what is failing?

 

else you can put the php files in game installs and use php.exe as executable and "-f daemon.php config log" as command line maybe.

the goto 1 is for crash prevention isnt it? or the batch just makes a loop?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use