9 lines
189 B
Batchfile
9 lines
189 B
Batchfile
@echo off
|
|
cls
|
|
|
|
echo Status previous to uninstallation:
|
|
ucc XC_Setup -nohomedir *engine *netdriver *editor
|
|
|
|
echo Disabling all components:
|
|
ucc XC_Setup -nohomedir -engine -netdriver -editor
|