May 29, 201115 yr 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!
June 1, 201115 yr 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, 201115 yr by myselfidem
Create an account or sign in to comment