Don,

The "DOS" command is pretty badly broken, particularly if you need to
try to use a quoted string with embedded spaces (e.g. '... "C:\Program
Files\MyApp\AppName.exe" ...').
After I bitched about it, a new GCI function "UVRunCommand" was
introduced (in 10.0 IIRC).

You need code like this
---------------------------------
DECLARE GCI UVRunCommand
DOS.COMMAND.STRING = <the DOS Command you want to run>
MY.GCI.STATUS = UVRunCommand('c:\WINDOWS\system32\cmd.exe /c
':DOS.COMMAND.STRING)
IF MY.GCI.STATUS NE 0 THEN
   <error process>
END
----------------------------------

I'm sure "UVRunCommand" is documented somewhere (apart from the Release
Notes when it was introduced), I'm just not sure where. Nor do I
understand why they just didn't fix the "DOS" command.

Hope this helps

Regards


Mike 

> -----Original Message-----
> From: u2-users-boun...@listserver.u2ug.org On Behalf Of Don P. Nagai
> Sent: Wednesday, 3 November 2010 08:35
> To: 'U2 Users List'
> Subject: [U2] UniVerse DOS Command - Batch File Error
> 
> I have a batch file on a server running UniVerse.  This file 
> can be executed from Windows Explorer with no problems.
> 
>  
> 
> If I attempt to run the same batch file using the UniVerse 
> DOS command, the batch file will not process.  The DOS 
> command line is displayed, there is a slight delay (2 sec or 
> so) before the "EXIT" command is issued and the system 
> returns to TCL, but the batch file doesn't run.
> 
>  
> 
> The UV User Ref is pretty vague on details for the DOS command.
> 
>  
> 
> Any ideas on what I might be missing?
> 
>  
> 
> TiA
> 
>  
> 
>  
> 
>  
> 
>  
> 
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to