Skip to content

Instantly share code, notes, and snippets.

@thehydroimpulse
Created October 2, 2012 03:14
Show Gist options
  • Save thehydroimpulse/3815955 to your computer and use it in GitHub Desktop.
Save thehydroimpulse/3815955 to your computer and use it in GitHub Desktop.
@ECHO OFF
:; Clear the screen and turn echo off (above) to keep it clean
CLS
SET PPath=
SET FPath=
:; Get Value from 'where make' command output
FOR /F "" %%i in ('where make') do SET PPath=%%i
:; Call the make command
call %PPath%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment