Skip to content

Windows Specific⚓︎

Executable⚓︎

Windows executable runs by simply:

rowdo.exe
Exe can also be installed as a service.

Service API⚓︎

Install⚓︎

rowdo.exe --service install
Or for automatic service start on logon. (Default is manual)
rowdo.exe --startup auto --service install

Update⚓︎

rowdo.exe --service update
To change start up option
rowdo.exe --service --startup delayed update
rowdo.exe --service --startup disabled update
rowdo.exe --service --startup manual update

Start⚓︎

rowdo.exe --service start

Stop⚓︎

rowdo.exe --service stop

Remove⚓︎

rowdo.exe --service remove