Skip to content

Instantly share code, notes, and snippets.

@bparry02
Created August 3, 2016 21:10
Show Gist options
  • Select an option

  • Save bparry02/7dfb7830ece24ef59e58b675a5102443 to your computer and use it in GitHub Desktop.

Select an option

Save bparry02/7dfb7830ece24ef59e58b675a5102443 to your computer and use it in GitHub Desktop.
@echo off
set PUTTY="C:\Path\to\putty\ProgramFilesx86\Putty\putty.exe"
start /B "Starting PuTTY" %PUTTY% -load "profile-name"
timeout /T 1
start /B "Starting PuTTY" %PUTTY% -load "profile-name"
timeout /T 1
start /B "Starting PuTTY" %PUTTY% -load "profile-name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment