Re: Stopping An External Script

2012-05-06 Thread BT
posted the explanation. Bruce Sent: Sunday, May 06, 2012 11:46 AM Subject: Re: Stopping An External Script Hi Chip: I have tried most everything to shut down gracefully from within the script itself without closing down the Target application. The only thing that has worked so far

Re: Stopping An External Script

2012-05-06 Thread RicksPlace
Subject: RE: Stopping An External Script Hi Rick, I think you were asking how do you prevent your script from running while you try to work this out, because you don't want it to run? If that's it, you can go into app manager and highlight your script and use the alt-e (enable/disab

First Working Solution: Stopping An External Script

2012-05-05 Thread RicksPlace
: Stopping An External Script Hi Rick, I think you were asking how do you prevent your script from running while you try to work this out, because you don't want it to run? If that's it, you can go into app manager and highlight your script and use the alt-e (enable/disable)

RE: Stopping An External Script

2012-05-04 Thread Chip Orange
E has started your script running, it doesn't do anything directly to keep it running. At least, that's my understanding. hth, Chip _ From: RicksPlace [mailto:ofbgm...@mi.rr.com] Sent: Friday, May 04, 2012 8:05 AM To: gw-scripting@gwmicro.com Subject: Stopping An

Re: Stopping An External Script

2012-05-04 Thread RicksPlace
hanks again Aaron and I'll try killing the process and post up the results - likely tomorrow. Rick USA - Original Message - From: Aaron Smith To: gw-scripting@gwmicro.com Sent: Friday, May 04, 2012 10:41 AM Subject: Re: Stopping An External Script As long as you kill yo

Re: Stopping An External Script

2012-05-04 Thread Aaron Smith
ilto:gw-scripting@gwmicro.com> *Sent:* Friday, May 04, 2012 8:16 AM *Subject:* Re: Stopping An External Script Hi Rick, How about product ID, or Process ID, each should have a unique number associated with it running. Bruce *Sent:* Friday, May 0

Re: Stopping An External Script

2012-05-04 Thread RicksPlace
t: Re: Stopping An External Script Hi Rick, How about product ID, or Process ID, each should have a unique number associated with it running. Bruce Sent: Friday, May 04, 2012 8:05 AM Subject: Stopping An External Script Hi: I am creating a script in VB.net 200

Re: Stopping An External Script

2012-05-04 Thread BT
Hi Rick, How about product ID, or Process ID, each should have a unique number associated with it running. Bruce Sent: Friday, May 04, 2012 8:05 AM Subject: Stopping An External Script Hi: I am creating a script in VB.net 2008 for VB.net 2010. I check the ProductName and

Re: Stopping An External Script

2012-05-04 Thread Stephen Clower
Rick, You should use the Script.StopScript method. Regards, Steve On 5/4/2012 8:05 AM, RicksPlace wrote: Hi: I am creating a script in VB.net 2008 for VB.net 2010. I check the ProductName and attempt to close the script if it is not vb.net 2010 which opened it. The Application.Exit() fires

Stopping An External Script

2012-05-04 Thread RicksPlace
Hi: I am creating a script in VB.net 2008 for VB.net 2010. I check the ProductName and attempt to close the script if it is not vb.net 2010 which opened it. The Application.Exit() fires ok but the script is not stopped. So: I open vb.net 2008 to do some editing on the vbnet2010script, the ModuleNa