fholger / RocksmithToTab

Exports Rocksmith 2014 songs to Guitar Pro tabs
http://www.rocksmithtotab.de
BSD 2-Clause "Simplified" License
211 stars 36 forks source link

batch convert psarcs #13

Closed DeathEvil closed 10 years ago

DeathEvil commented 10 years ago

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

DeathEvil commented 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

fholger commented 10 years ago

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?