Skip to content

Instantly share code, notes, and snippets.

@justnom
Created November 25, 2013 20:41
Show Gist options
  • Save justnom/7648519 to your computer and use it in GitHub Desktop.
Save justnom/7648519 to your computer and use it in GitHub Desktop.
Run EXE from command line with another name.
@echo off
start my_exe_with_a_long_random_name_that_I_cannot_change.exe %1 %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment