I want to open notepad in fullscreen mode, but this script that I created can't do that. .
When I open Windows Manager Task, the program is just run in background, not appeared on web server dekstop.
Is the script wrong or missing something?
Please check out this script and give me your ideas.
<?
$WshShell = new COM("WScript.Sh ell");
$Return = $WshShell->Run("notepad ", 3, false);
?>
Your example will be appreciated.
Thanks! :)
When I open Windows Manager Task, the program is just run in background, not appeared on web server dekstop.
Is the script wrong or missing something?
Please check out this script and give me your ideas.
<?
$WshShell = new COM("WScript.Sh ell");
$Return = $WshShell->Run("notepad ", 3, false);
?>
Your example will be appreciated.
Thanks! :)
Comment