Skip to content

Instantly share code, notes, and snippets.

@Archigos
Created July 29, 2014 14:48
Show Gist options
  • Save Archigos/cee4e99a4e2b18f2367e to your computer and use it in GitHub Desktop.
Save Archigos/cee4e99a4e2b18f2367e to your computer and use it in GitHub Desktop.
Total Commander
@ECHO OFF
TITLE Total Commander
PUSHD .
CLS
CD C:\totalcmd\
START totalcmd64.exe
POPD && TITLE %COMSPEC%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment