Closed DeathEvil closed 10 years ago
nevermind, for some reason it wont work on my laptop, but works fine on desktop. sorry for jumping the gun. Thanks again for your nifty program
You might still want to check out the Wiki page I just created: https://github.com/fholger/RocksmithToTab/wiki/BatFileTricks It contains a slightly updated version of that batch file. Maybe that one works better?
Hi,
I just updated to the newest build and the .bat file no longer works (just shows list of commands as if help section was called for)
@echo off for /f "delims=" %%f in ('dir /b /a-d-h-s %1*.psarc') do ( c:\temp\RocksmithToTab\RocksmithToTab.exe -f gpx -o gpx_tabs "%1\%%f" ) pause
any idea? thanks