Try
Code:-d3path "C:\Program Files (x86)\Diablo III\Diablo III.exe"
@echo off
tasklist|find "Diablo III.exe"
if errorlevel 1 goto diablo
echo %time% >> c:\db\report.log
echo OK >> c:\db\report.log
goto end
:diablo
echo %time% >> c:\db\report.log
echo Not in process, starting >> c:\db\report.log
start c:\DB\start_db.cmd
:end
same problem hereI cant get this sucker to log in to save my life. Everything opens, but it just stops at the login screen
Above is what I have, and it just chills there. Any suggestions?
I get a DB error:
Profile not found path:true Path will not be loaded. I take it that he can't parse the path for some reason. Can't figure out why =(
"C:\Demonbuddy\Demonbuddy.exe" ... -profile YOUR_PROFILE -routine ROUTINE_NAME
"C:\Demonbuddy\Demonbuddy.exe" ... -profile="C:\...\smth.xml" -routine ROUTINE_NAME
This would be nice feature to see indeed!Can you please add a "-pid" parameter to attach to a specific Diablo III that is already running? Thanks a lot.