Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created December 26, 2013 20:43
Show Gist options
  • Save vanpeerdevelopment/8138484 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8138484 to your computer and use it in GitHub Desktop.
cli.bat file use in the setup of the development environment to open a command line interface with all the environment variables set.
@echo off
cd %~dp0
call environment.bat
cd %PROJECT_HOME%
cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment