Created
October 6, 2016 18:38
-
-
Save thephilip/dddac6460c0b73b8264ae44ddeb69dd5 to your computer and use it in GitHub Desktop.
Startnet Replacement Script for Custom Deployment Scripts (PIP)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo ##### ## ##### # ##### ## | |
echo ###### /### ###### / ###### /### | |
echo /# / / ### /# / / /# / / ### | |
echo / / / ### / / / / / / ### | |
echo / / ## / / / / ## | |
echo ## ## ## ## ## ## ## ## | |
echo ## ## ## ## ## ## ## ## | |
echo /### ## / /### ## /### ## / | |
echo / ### ## / / ### ## / ### ## / | |
echo ## ######/ ## ## ## ######/ | |
echo ## ###### ## ## ## ## ###### | |
echo ## ## ### # / ## ## | |
echo ## ## ### / ## ## | |
echo ## ## #####/ ## ## | |
echo ## ## ## ### ## ## ## | |
echo ### # / ### # / | |
echo ### / ### / | |
echo #####/ #####/ | |
echo ### ### | |
echo. | |
echo|set /p=Initializing WinPE environment...& wpeinit >nul 2>&1 & echo OK | |
echo Launching PIP... | |
call PIP2.cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment