Re: Date of executable

2007-07-12 Thread Ted Roche
On 7/11/07, Jeff Johnson [EMAIL PROTECTED] wrote: Mike: I was using something like this, but I am not only working with terminal servers, but also virtual terminal servers. What's a virtual terminal server? Is that a session of the product formerly know as Terminal Server running in a VM? --

RE: Date of executable

2007-07-12 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Roche Sent: Thursday, July 12, 2007 5:50 AM To: [EMAIL PROTECTED] Subject: Re: Date of executable On 7/11/07, Jeff Johnson [EMAIL PROTECTED] wrote: Mike: I was using something like

RE: Date of executable

2007-07-12 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike yearwood Sent: Thursday, July 12, 2007 5:35 AM To: [EMAIL PROTECTED] Subject: RE: Date of executable Hi Jeff Does this help? lcExe = UPPER(JUSTFNAME(SYS(16, 0))) IF .EXE $ m.lcExe

RE: Date of executable

2007-07-12 Thread Mike yearwood
Hi Jeff Ted: I'm sure what it is. The word associated with the setup is called virtualization. They are all terminal servers, but most are physical servers, but a couple of them are virtual servers. A virtual terminal server was brought on line with a very old and outdated version of the

RE: Date of executable

2007-07-12 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike yearwood Sent: Thursday, July 12, 2007 7:46 AM To: [EMAIL PROTECTED] Subject: RE: Date of executable Hi Jeff Ted: I'm sure what it is. The word associated with the setup is called

Date of executable

2007-07-11 Thread Jeff Johnson
Is there any way to get the date and version of the executable while running in production? FDATE() and AGETFILEVERSION() you have to pass the file name. This application is running on terminal servers and it would be better if we could get those two bits of information programmatically.

Re: Date of executable

2007-07-11 Thread Mike yearwood
Hi Jeff Is there any way to get the date and version of the executable while running in production? FDATE() and AGETFILEVERSION() you have to pass the file name. This application is running on terminal servers and it would be better if we could get those two bits of information

RE: Date of executable

2007-07-11 Thread Jeff Johnson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike yearwood Sent: Wednesday, July 11, 2007 11:45 AM To: [EMAIL PROTECTED] Subject: Re: Date of executable Hi Jeff Is there any way to get the date and version of the executable while running