Jump to content

Recommended Posts

Posted

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)%\Folder

Since 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!


Posted (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 by myselfidem

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...