Paul,
Try making the whole command into a text var:
set var vCmd text = ('Launch c:\file.hta' & .ep)
&vCmd
The only rules for HTA is if there are any spaces in the arguments passed,
they must be enclosed in quotes (double quote).
----- Original Message -----
From: "Paul InterlockInfo" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, February 17, 2010 5:47 PM
Subject: [RBASE-L] - Launch Encrypted file as hta
Is it possible to launch an encrypted file that also is a .hta? or am I
missing a important part? /or impossible?
I tried setting a var to the password Example: set var ep = 'prd' then
launch c:\file.hta .ep
launch c:\file.hta &ep
I also tried setting var vtest text = 'launch c:\file.hta &ep' also
('launch c:\file.hta' & .ep)
I also tried setting var for both the path/file and password (.ep) and
they
failed.
The closest one I think was launch 'c:\temp\file.hta' &ep At least it
made
the computer think!
I also know this idea is way out in left field and I am just hoping it is
an
error on my part syntax wise.
Paul
MS-XP-3, RBase=9.0 eXtreme (latest build .10214),Linux Novell