I can't get this to work. Whenever im launching the .bat file I get;
Cannot find file:
'C:\Users\Myname\Desktop\Tibia.dat'. (Error Code 1)
Please re-install the program.
This is the code im using and I followed every step in your guide.
@echo off
start "Tibia" "C:\Program Files (x86)\Tibia\Tibia.exe"
start "Procexp" "C:\Program Files (x86)\Microsoft Procexp\procexp64.exe"
exit
Those are my locations. What am I doing wrong?
