cyberchicken Posted May 21, 2004 Posted May 21, 2004 I was going to make a little reminder pager like this (to launch ad GuiRunOnce)"Welcome to your new XPremind to:add a password to your userchange machine's namechange hd nameanother thing i don't remember now"now that's very easy and works.But I had the idea to put directly in the html page the links to the panels that are used to accomplish that task, just like in xp's helpSpecifically I found that "control.exe userpasswords"is the users control panel and "rundll32.exe shell32.dll,Control_RunDLL C:\SYSHOPE\WINXP\System32\sysdm.cpl,,1" opens the computer name under system properties.Do you know if it's possible? Where should I ask?It seems that javascript is absolutely protected from reading/writing/launching anything.Thank you.
Godfatha Posted May 21, 2004 Posted May 21, 2004 I am not 100% sure, but if you try to launch programs out of a html file, it will always try to download it. And even if you say execute it would try to temp download it. The links in the windows help are in the help files, you could use programs to generate a help file (i don't know which programs can do so) and launch that instead of a html file. That should do the work...
cyberchicken Posted May 21, 2004 Author Posted May 21, 2004 I talked about help files because they're basically chm.Hmm maybe forcing the help system to parse my html would allow me to "launch" instead of "download"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now