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
RationalNumber CPP
C++ | 1 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
annekexposed+sadodomina...
19 sec ago
Untitled
10 sec ago
Arakis.java
Java | 11 sec ago
Untitled
12 sec ago
Untitled
13 sec ago
Layout Width
Share Pastebin
dx
By: a guest | Mar 21st, 2010 | Syntax:
Python
| Size: 0.16 KB | Hits: 82 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
@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