pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
Untitled
2 sec ago
Untitled
2 sec ago
Dox for Finance/Therapi...
20 sec ago
Untitled
6 sec ago
How does For loop work ...
7 sec ago
João Paulo e Daniel, 1...
7 sec ago
Untitled
23 sec ago
Layout Width
Share Pastebin
dx
By: a guest | Mar 21st, 2010 | Syntax:
Winbatch
| Size: 0.16 KB | Hits: 104 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
@
echo
off
:start
echo Restarting python...
python whatever.py
if
errorlevel 3
goto
start
if
errorlevel 1
goto
pause
goto
end
:pause
pause
goto
start
:end
create new paste
|
create new version of this paste
RAW Paste Data
@echo off :start echo Restarting python... python whatever.py if errorlevel 3 goto start if errorlevel 1 goto pause goto end :pause pause goto start :end