Skip to content

Instantly share code, notes, and snippets.

@rduplain
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rduplain/45b4b880c8181223a644 to your computer and use it in GitHub Desktop.
Save rduplain/45b4b880c8181223a644 to your computer and use it in GitHub Desktop.
Wait, then launch Ventrilo, in order to include in autostart programs.
@echo off
title Waiting to Launch Ventrilo
rem Delayed launch ventrilo, since it does not as executable in Startup.
rem Sleep for 60s using a dummy ping.
ping 127.0.0.1 -n 60 > nul
start "Ventrilo" "C:\Program Files\Ventrilo\Ventrilo.exe" -cHOST:PORT:PASSWORD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment