Jump to content

Recommended Posts

Posted

Run is for programs. A text file would need to be run as a notepad parameter.

Use this:

ShellExecute("Buttons.txt", "", @ScriptDir, "edit")

Posted

That works! Point taken, I assumed that because the run command (winkey+R) would open the path.txt that the run() would as well! Thanks!

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...