[U2] How do you determine terminal emulator?

2010-03-09 Thread Beverly Wilson
Hi folks, I'm wondering if anyone on the list can tell me what I can do to determine whether a user is using the Viaduct terminal emulator via UniBasic? We have some code that can tell if the emulator is Accuterm or Wintegrate, but I haven't been able to come up with a command string that wou

Re: [U2] How do you determine terminal emulator?

2010-03-10 Thread Beverly Wilson
inal Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Beverly Wilson Sent: Wednesday, 10 March 2010 07:40 To: U2 Users List Subject: [U2] How do you determine terminal emulator? Hi folks, I'm wondering if anyone on the list can t

Re: [U2] How do you determine terminal emulator?

2010-03-10 Thread Beverly Wilson
oughout our app). HTH, Bill ------------ Beverly Wilson said the following on 3/9/2010 12:39 PM: Hi folks, I'm wondering if anyone on the list can tell me what I can do to determine whether a user is using the Viaduct terminal emulator via UniBasic? We have some code that can tell if the

Re: [U2] How do you determine terminal emulator?

2010-03-11 Thread Beverly Wilson
Thanks for your input, Tony. I almost always find your responses to the list to be thought-provoking. I think for this project (converting greenbar reports to screen or exports) I'm going to go with the "hard way" approach. The "easy way" is interesting, but much more complex to set up than th

Re: [U2] UD: Phantoms

2010-04-02 Thread Beverly Wilson
Bill, We actually run this program to do what Marc suggests. Just formats the output a little nicer than the plain ps output. PROGRAM LIST.PHANTOMS STMT = '!sh -c "ps -ef |grep PHANTOM |grep -v grep"' EXECUTE STMT CAPTURING CAP NUM.LINES = DCOUNT(CAP,@AM) CRT CRT "uid pid ? ? st

[U2] wintegrate & printers question

2010-08-27 Thread Beverly Wilson
time I want to test something. Has anyone else seen this behavior? Thanks, --bev ________ Beverly Wilson Daedalus Books & Music Columbia, MD 21046 410.309.2700 voice 410.309.2701 fax www.daedalusbooks.com ___ U2-Use

[U2] Can I automate Wintegrate BridgeCopy?

2012-04-12 Thread Beverly Wilson
s my PC. Any suggestions on where I can read documentation on this, or can anyone tell me that it can't be done? Regards, --bev ________ Beverly Wilson Daedalus Books & Music Columbia, MD 21046 410.309.2700 voice 410.

Re: [U2] Can I automate Wintegrate BridgeCopy?

2012-04-17 Thread Beverly Wilson
t be simpler to just use the OS copy function if the two servers are connected. Rich Beverly Wilson wrote: Hi Folks, I've got several files I need to transfer between our live and test servers. Ideally, I would write a Unibasic program to take the list of filenames and feed them into the R

Re: [U2] Can I automate Wintegrate BridgeCopy?

2012-04-17 Thread Beverly Wilson
om a cmd prompt and use it to run a command. Just create a simple batch file and add it to your OS scheduler -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Beverly Wilson Sent: Thursday, April 12, 2012 3:47 PM To