title compiling encrypter... ::Normal Mode: set /p var="Debug? [y/n]> " if %var%==n pyinstaller test.py -F -w -i icon.ico if %var%==y pyinstaller test.py -F -i icon.ico