In the bellow code the execution stops after executing the code system('"%windir%\system32\mstsc.exe"');(opening Remote Desktop Connection), And restarts when I close the window poped by the exicution of it.
I guess that perl waits for the system call to return. Try
system('"start %windir%\system32\mstsc.exe"');
This might help solving (part of) issue 1.
In reply to Re: Controlling the execution.
by shmem
in thread Controlling the execution.
by pradeep,krishna
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |