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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now