Skip to content

Instantly share code, notes, and snippets.

@mapfel
Created December 9, 2011 13:33
Show Gist options
  • Save mapfel/1451537 to your computer and use it in GitHub Desktop.
Save mapfel/1451537 to your computer and use it in GitHub Desktop.
Batchprogrammierung: Parameter verwenden
IF "%1" == "" (SET Configuration=Debug) ELSE (SET Configuration=%1)
ECHO Configuration=%Configuration%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment