10-14-2012, 05:59 AM
(10-14-2012, 05:29 AM)hyakki Wrote: could you try adding this to the bat file and see if it fixes itIt doesn't work for me when the path is containing a directory with a space in its name, e.g. "C:\Users\XXXX YYYY\Desktop\jpcsp-windows-x86"
add under @echo off
for /f %%I IN ("%0") do cd %%~dpI
(what this should do is extract the path of the running bat file then change the directory back to the working jpcsp directory.)
Always include a complete log file at INFO level in your reports. Thanks! How to post a log