FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonbox/START_PythonBox_v8.bat at master · dev-bricks/pythonbox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dev-bricks
/
pythonbox
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonbox
/
START_PythonBox_v8.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (33 loc) · 790 Bytes
Breadcrumbs
pythonbox
/
START_PythonBox_v8.bat
Copy path
File metadata and controls
39 lines (33 loc) · 790 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@ech
o
of
f
chcp
65001
>
nul
cd
/d
"
%~dp0
"
echo
========================================
echo
PythonBox v8 starten
echo
========================================
echo
.
if
exist
"
dist\PythonBox.exe
"
(
echo
Starte dist\PythonBox.exe...
start
"
"
"
dist\PythonBox.exe
"
%*
exit
/b
0
)
if
exist
"
PythonBox.exe
"
(
echo
Starte PythonBox.exe...
start
"
"
"
PythonBox.exe
"
%*
exit
/b
0
)
python --version
>
nul
2
>&
1
if
errorlevel
1
(
echo
[FEHLER] Keine EXE und Python nicht gefunden!
echo
Bitte Python 3.10+ installieren oder build_exe.bat ausführen.
echo
.
pause
exit
/b
1
)
echo
Keine EXE gefunden, starte Python-Fallback...
echo
.
python PythonBox_v8.py
%*
if
errorlevel
1
(
echo
.
echo
[FEHLER] Anwendung mit Fehler beendet.
pause
)
Back
|
FazBrowse Home
|
New Git URL