Last active
October 26, 2021 21:20
-
-
Save suuhm/d01ae2b48efd7d3b379e3804823939ae to your computer and use it in GitHub Desktop.
Amplitube Runner and Driver Activator - needs to run as Admin and terratec-ts22-driver-start-stop.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo check for TS PCI State... | |
C:\Windows\System32\cmd.exe /c start C:\terratec-ts22-driver-start-stop.bat enable | |
echo run aplitube now... | |
ping -w 2000 -n 1 2.0.0.0 >nul | |
cd "C:\Program Files\IK Multimedia\AmpliTube 4" | |
start "C:\Program Files\IK Multimedia\AmpliTube 4" "AmpliTube 4.exe" | |
REM pause | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment