How to use ShellExecute:...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to use ShellExecute:...

askoh
Administrator
I trying to use VW 7.8 to execute the following command in Windows:
taskkill /F /IM port4000.exe /T

How can I do that with ShellExecute:...?

Thanks,
Aik-Siong Koh
Reply | Threaded
Open this post in threaded view
|

Re: How to use ShellExecute:...

Boris Popov, DeepCove Labs (SNN)
ExternalProcess fork: 'taskkill' arguments: (Array with: '/F' with:
'/IM' with: 'port4000.exe' with: '/T')

'SUCCESS: The process with PID 7548 (child process of PID 6468) has been
terminated.'

-Boris


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of askoh
Sent: Monday, December 05, 2011 2:40 PM
To: [hidden email]
Subject: [vwnc] How to use ShellExecute:...

I trying to use VW 7.8 to execute the following command in Windows:
taskkill /F /IM port4000.exe /T

How can I do that with ShellExecute:...?

Thanks,
Aik-Siong Koh

--
View this message in context:
http://forum.world.st/How-to-use-ShellExecute-tp4161855p4161855.html
Sent from the VisualWorks mailing list archive at Nabble.com.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc