Re: Running EXE Name

2010-04-01 Thread Grigore Dolghin
Sys(16) issued in the prg should return the fullpath of the running exe. Is this what you need? On Tue, Mar 30, 2010 at 11:50 PM, Philip Borkholder plbor...@netzero.netwrote: Hey all, Anyone know the VFP code or Windows API to be able to find out what runtime EXE is running the code? Reason

RE: Running EXE Name

2010-04-01 Thread Richard Kaye
...@leafe.com Subject: Re: Running EXE Name Sys(16) issued in the prg should return the fullpath of the running exe. Is this what you need? On Tue, Mar 30, 2010 at 11:50 PM, Philip Borkholder plbor...@netzero.netwrote: Hey all, Anyone know the VFP code or Windows API to be able to find out what runtime

Re: Running EXE Name

2010-04-01 Thread Fred Taylor
You can use _VFP.ServerName to get a full path of the running .EXE, or JUSTFNAME(_VFP.ServerName) for the .EXE name only. Fred On Tue, Mar 30, 2010 at 1:50 PM, Philip Borkholder plbor...@netzero.netwrote: Hey all, Anyone know the VFP code or Windows API to be able to find out what runtime

Re: Running EXE Name

2010-04-01 Thread Philip Borkholder
Thanks Guys, Both of the results worked just great!! I am going to use: JUSTFNAME(_VFP.ServerName) Cheers, -Philip ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list:

RE: Running EXE Name

2010-03-31 Thread Dave Crozier
Philip, Won't Version() will give you this information? Dave C -Original Message- From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf Of Philip Borkholder Sent: 30 March 2010 21:51 To: ProFox Email List Subject: Running EXE Name Hey all, Anyone know the VFP code