r0c/start-r0c.bat

9 lines
255 B
Batchfile
Raw Normal View History

2018-03-20 04:11:18 +00:00
python -m r0c.__main__ 23 531 %1
2018-03-20 04:11:18 +00:00
@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;
2018-01-13 14:32:03 +00:00
@REM all other python versions are happy with:
@REM python -m r0c 23 531