Tweaker Posted October 22, 2004 Posted October 22, 2004 I've created a perfectly working clean up file with an XPlode GUI.Can I call this cleanup file like a regular XPlode installer like this, but then under GUIRunOnce (in winnt.sif):[GUIRunOnce]UserExecute="%systemroot%\system32\Temp\XPlode\XPlode.exe"or does it HAVE to be a .cmd file?If so how can I call the XPlode file (XPlode.xml) via .cmd file?Like this?:cmdow @ /HIDSTART %systemroot%\system32\Temp\XPlode\XPlode.exeEXIT
Tweaker Posted October 22, 2004 Author Posted October 22, 2004 I think this will work (I call the clean up file cleanup.xml):[GUIRunOnce]"%systemroot%\system32\Temp\XPlode\XPlode.exe /x:#systemroot#\system32\Temp\XPlode\cleanup.xml"
Tweaker Posted October 23, 2004 Author Posted October 23, 2004 Can I exchange "%systemroot%\system32" for "%system%"?
MHz Posted October 23, 2004 Posted October 23, 2004 %system%, i would doubt. The forum for xplode would be your best chance for answers though?
Alanoll Posted October 23, 2004 Posted October 23, 2004 Can I exchange "%systemroot%\system32" for "%system%"?will you be defining said %system% somewhere? It does not exist otherwise.
Tweaker Posted October 24, 2004 Author Posted October 24, 2004 I thought I read somewhere yesterday that you can use that string for the System32 folder in Windows XP. But I can't find that site anymore
Glowy Posted October 24, 2004 Posted October 24, 2004 As far as I know it doesn't exist.try typing SET in your command prompt.. it shows all your environment variables, both custom and system.You can however define one for yourself:SET system=%systemroot%\system32but then again, maybe %system% is a reserved name...
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