Jump to content

Creating folder in Program Files (x86)


Recommended Posts

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!

Link to comment
Share on other sites


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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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