RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-22 Thread Bob Witney
David Set up a unix script and run the (can be from the crontab if you like) This works for us ## # Invoke program EWEMAILHANDOFF in /TESTING # Process email requests

RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-22 Thread Tony G
You're talking about an environment where the DBMS is on the same Windows system as the system where the command is being executed. A couple days ago a colleague suggested to me that it would really be cool if we could start an MV process from anywhere on the network. Well, for about a year now

Re: [U2] [UV] Start a phantom from DOS Command Line

2008-08-21 Thread Kevin King
Why start a DOS command prompt? Why not just kick off: uv *command parameters... * ...right from the scheduler? I could be all wet here, but I thought this was possible. On Thu, Aug 21, 2008 at 7:57 PM, David Wolverton [EMAIL PROTECTED] wrote: I need to run a UniVerse BASIC program or a

Re: [U2] [UV] Start a phantom from DOS Command Line

2008-08-21 Thread Ray Wurlod
The uv command takes an optional command line argument, the command to be executed. Make sure you're attached to an account directory, and that the UniVerse bin directory is in your PATH. uv PHANTOM PROGNAME VAR1 VAR2 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-21 Thread David Wolverton
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Thursday, August 21, 2008 11:17 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] Start a phantom from DOS Command Line The uv command takes an optional command line argument, the command

RE: [U2] [UV] Start a phantom from DOS Command Line

2008-08-21 Thread David Wolverton
Subject: Re: [U2] [UV] Start a phantom from DOS Command Line Why start a DOS command prompt? Why not just kick off: uv *command parameters... * ...right from the scheduler? I could be all wet here, but I thought this was possible. On Thu, Aug 21, 2008 at 7:57 PM, David Wolverton