<i><b>Originally posted by : Mathieu Oulmann (oulmann@ifrance.com)</b></i><br /><br />I'm trying to launch the calculator in a displayed window. By using my actual script, I will only see the calc.exe process in the task manager, but no window is beeing displayed on my screen.<br /><br />My code :<br />set wsh = createobject("WScript.Shell")<br />return = wsh.run ("C:winntsystem32calc.exe",2)<br /><br />Is there something I can do ?
<i><b>Originally posted by : </b></i><br />me too

<br /><br /><br />------------<br />Mathieu Oulmann at 7/3/2001 7:22:20 AM<br /><br /><br />I'm trying to launch the calculator in a displayed window. By using my actual script, I will only see the calc.exe process in the task manager, but no window is beeing displayed on my screen.<br /><br />My code :<br />set wsh = createobject("WScript.Shell")<br />return = wsh.run ("C:winntsystem32calc.exe",2)<br /><br />Is there something I can do ?
Was this answer helpful ?
Yes No