8 lines
118 B
Batchfile
8 lines
118 B
Batchfile
@echo off
|
|
setlocal
|
|
cd /d "%~dp0"
|
|
|
|
smartb2bsync-optima.exe stop
|
|
smartb2bsync-optima.exe uninstall
|
|
exit /b %errorlevel%
|