Skip to content

Instantly share code, notes, and snippets.

@SibTiger
Created September 2, 2016 05:06
Show Gist options
  • Save SibTiger/a9f2d660dbc25bed81907909550b7a78 to your computer and use it in GitHub Desktop.
Save SibTiger/a9f2d660dbc25bed81907909550b7a78 to your computer and use it in GitHub Desktop.
Emulates the Bash prompt used on a particular VPN server.
@REM Emulate Bourne Shell 'waiting for input' string that appears within the terminal
@prompt [$D$S$T]$S[$P]$_$$$S
@CLS
@START "Command Shell" CMD /K CD /D "%UserProfile%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment