ZEUS__ Posted March 20, 2008 Posted March 20, 2008 (edited) hi,after my silent install I want to delete a file.I look at here;http://unattended.msfn.org/unattended.xp/view/web/31/and same as I add my install.cmd;start /wait program.exedel %systemdrive%\%programfiles%\Common Files\xxx\xxx\xxx\some.exebut it does not work?how can I delete this file?thanksadded:opss..sorry for this I forget double quote("") after this; del "%systemdrive%\%programfiles%\Common Files\xxx\xxx\xxx\some.exe" /f /qıt works fine for another file..sorry.I'll try for the real file to delete I want. Edited March 20, 2008 by ZEUS__
Mijzelf Posted March 20, 2008 Posted March 20, 2008 %programfiles% is a complete path. So the command should bedel %programfiles%\Common Files\xxx\xxx\xxx\some.exe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now