Initial commit
This commit is contained in:
commit
3cba772836
1341 changed files with 532924 additions and 0 deletions
7
Diagnostik-App.bat
Normal file
7
Diagnostik-App.bat
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@echo off
|
||||
cd /d "%~dp0"
|
||||
|
||||
echo Starte Pseudonymgenerator...
|
||||
start "Pseudonymgenerator" python server.py
|
||||
timeout /t 2 /nobreak > nul
|
||||
start "" "http://localhost:8080"
|
||||
Loading…
Add table
Add a link
Reference in a new issue