Skip to content

Instantly share code, notes, and snippets.

@suuhm
Last active October 26, 2021 21:20
Show Gist options
  • Save suuhm/d01ae2b48efd7d3b379e3804823939ae to your computer and use it in GitHub Desktop.
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
@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