Jump to content

Recommended Posts

Posted

Why does this work

#RequireAdmin

ShellExecute("C:\windows\system32\curl.exe","C:\windows\system32",@SW_MAXIMIZE)

but not this?

#RequireAdmin

ShellExecute("C:\windows\system32\bash.exe","C:\windows\system32",@SW_MAXIMIZE)

I get this error message

Windows cannot find 'C:\windows\system32\bash.exe'. Make sure you typed the name correctly....etc.

Bash.exe is present and it does work from the cmd line.

 

I haven't added the rest of the bash.exe args/parameters to make this simpler but obviously returns the same error message

 

 

 

 

 

 

Posted (edited)

That was it;

merci oh grand Maître!

I did it by compiling x64 or running script x64

but is there a way to run it in x64 directly from SciTE while editing?

I usually just "Go" it but seems like it runs x86 by default

I am on v3.3.14.5  and SciTE 32-bit Version 4.2.0 

 

 

Edited by Homeseer666

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
×
×
  • Create New...