dwskillz Posted July 30, 2010 Share Posted July 30, 2010 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 More sharing options...
dimitrifrom31 Posted July 30, 2010 Share Posted July 30, 2010 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 More sharing options...
dwskillz Posted July 30, 2010 Author Share Posted July 30, 2010 Got it working now i must of put one of the folders in the wrong directory. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.