How to Open Folder using HTML button, creating shortcut page.
I have to open some set of folders and registry location on different machines so want to created a page where i will have all those locations name as buttons, so whenever i want i can click and open that location.
Please guide or suggest any better idea.
Answers (1)
since you want to run exe's locally on the machine, you'll have to use an .hta file instead of regular HTML.
For more info on how to execute commands in HTA look here: http://www.codeproject.com/Articles/113678/How-to-execute-a-Local-File-using-HTML-Application
For opening regedit and jumping straight to a location, have a look at regjump: http://technet.microsoft.com/en-us/sysinternals/bb963880.aspx
Of course you can also use regular shortcuts to get the same effects.
Comments:
-
thanks for the reply, i used the above code given and got following error
error on page : Automation server cant create object.
I m working on VM - appfreak 10 years ago