SlipStreamer Posted May 29, 2011 Posted May 29, 2011 Hi,Please help me with something.I'm trying to create a folder inside Program Files (x86) through a dos command using the following command:{MAKEDIR} %programfiles(x86)%\FolderSince it seems that you need an elevated prompt section to use such command (even logged in as the admin), is there a way to circumvent this issue?Thanks!
myselfidem Posted June 1, 2011 Posted June 1, 2011 (edited) Use WPI.exe to add the command dos and add : {MAKEDIR} "%systemdrive%\Program Files (x86)\Folder"And you can see inside the file config.js:cmds[pn]=['{MAKEDIR} "%systemdrive%\\Program Files (x86)\\Folder"'];Give the name you want for the folder name! Edited June 1, 2011 by myselfidem
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