odoo/win32/start.bat

8 lines
125 B
Batchfile

@PATH=%WINDIR%\system32;%WINDIR%;%WINDIR%\System32\Wbem;.
@net stop tinyerp-service
@net start tinyerp-service
cls