@echo off
set UNINSTALLER="C:\Program Files\FormatFactory\uninst.exe"
if exist %UNINSTALLER% (
%UNINSTALLER% /S
)
exit /b 0
Retrouvez, créez et partagez vos snippets en temps réel.
@echo off
set UNINSTALLER="C:\Program Files\FormatFactory\uninst.exe"
if exist %UNINSTALLER% (
%UNINSTALLER% /S
)
exit /b 0
Créé il y a 3 semaines.