I'm writing pop-up's for a website (please don't get angry. It's an internal application that shows energy usage for different buildings and the specification is to alert the users every time they log on) and I have a VBScript script that will run at the end of the a Windows user's logon script.
Is there a command to run the script from within Visual Studio rather than having to drop to Windows Explorer. It's only a tiny thing but if I don't ask I'll never know!
I have VBScript script running at the end of some local builds and such but I'd like to be able to select the file, right-click, then run. But I don't seem to be able to.