r0c/start-r0c.bat

9 lines
255 B
Batchfile

python -m r0c.__main__ 23 531 %1
@REM if an argument is provided to this bat file,
@REM it will be used as the admin password.
@REM
@REM "r0c.__main__" is required by python 2.6;
@REM all other python versions are happy with:
@REM python -m r0c 23 531