User Profile
Collapse
Profile Sidebar
Collapse
RamyaMuru
Last Activity: May 8 '13, 12:33 PM
Joined: Apr 20 '13
Location:
-
i don know how to set scripting permissions, just i add the above coding -
run .exe file from my web page
Hi, I have application.exe in http://folder/application.exe
I used the following java script and html code to insert into my webpage:
...Code:<SCRIPT Language="JScript"> function runcmd() { File="http://myfolder/application.exe"; WSH=new ActiveXObject("WScript.Shell"); WSH.run(File); } </SCRIPT> <body onLoad="javascript:runcmd();&Last edited by Dormilich; May 8 '13, 11:49 AM. Reason: Please use [CODE] [/CODE] tags when posting code. -
RamyaMuru started a topic how do i install my msi file directly on client customer from our web pagein HTML CSShow do i install my msi file directly on client customer from our web page
i created a msi file from c# and want to save on our site and give a permission to our client such that if they click a button it has to install msi file directly on to the client computers -
how to run .msi file in website by clicking button
its working on my pc, i want to do this on our website by clicking button,
...Code:<script type="text/javascript" language="javascript"> function RunFile() { WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run("rundll32 SHELL32.DLL,ShellExec_RunDLL msiexec /qb /i C:\\WINDOWS\\Setup\\SMART_V1.0.msi REBOOT=ReallySuppress", 1, false); } </sc -
RamyaMuru started a topic how to improve visual studio 2008 application on intel pentium 4 CPU 3Ghz processorin .NEThow to improve visual studio 2008 application on intel pentium 4 CPU 3Ghz processor
my visual studio 2008 application in perfectly running on i5 processor but same application on intel(r) pentium(r) 4 CPU 3Ghz is 3 times slow compared intel core i5 cpu
No activity results to display
Show More
Leave a comment: