have you tried these:
LAUNCH runh|.vcmd|W
or
LAUNCH runh|&vcmd|W
or
set var vcommand text = ('LAUNCH runh|' + .vcmd + '|W') --puts the command
into a variable
&vcommand --runs the command
Dan Goldberg
PS is that Runh program available?? It would like it if is.
_____
From: [email protected] [mailto:[email protected]] On Behalf Of Kenny Camp
Sent: Friday, August 14, 2009 10:00 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - 7.6 compiler - Is zip supported?
In the full version of R:Base 7.6 for Windows "ZIP runh .vcmd " works
exactly like I want, but not in my compiled version. Is ZIP supported in
the compiler? I haven't been able to get launch to work correctly for this
yet.
Runh.exe runs a file in the background (Thanks John)
I'm trying to use BLAT.exe and it's parameters in a variable to send email
from my Citrix server directly using SMTP instead of setting up 50 email
clients on the Citrix server (one for each user now and add one for each in
the future)
Example of vcmd
blat.exe -f [email protected] -to [email protected] -subject "CRM Communication
METRO AVIATION, INC. 48025 Record# 192 AT8 Tami / Greg " -server
smtpout.xxxxx.net -bodyf \elec\crm_email\6.txt -u [email protected] -pw xxxxx
-log \elec\crm_email\CRM_Log.txt
Kenny Camp