Hi there,
i'm from germany so I hope you excuse me my bad english!
I have to remove a program, but it is not possible to remove it with the normal deinstallation. There are still some files which are not be removed with the deinstaller.
The content of my batch file looks like this:
del /F /S /Q "c:\IKOL-OWI"
del /F /S /Q "%ALLUSERSPROFILE%\STARTM~1\PROGRA~1\IKOL-OWI"
exit 0
If I execute this file manually on the workstation where the files should be deleted, everthing is fine, but it doesn't work via SMS!!??!!
Does anyone got a hint or another way to delelte these files??
Thanks a lot!
Tim
i'm from germany so I hope you excuse me my bad english!
I have to remove a program, but it is not possible to remove it with the normal deinstallation. There are still some files which are not be removed with the deinstaller.
The content of my batch file looks like this:
del /F /S /Q "c:\IKOL-OWI"
del /F /S /Q "%ALLUSERSPROFILE%\STARTM~1\PROGRA~1\IKOL-OWI"
exit 0
If I execute this file manually on the workstation where the files should be deleted, everthing is fine, but it doesn't work via SMS!!??!!
Does anyone got a hint or another way to delelte these files??
Thanks a lot!
Tim