Do you mean you are storing the HTA in a varchar that is encrypted? I don't
understand exactly what you mean now.
----- Original Message -----
From: "Paul InterlockInfo" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Wednesday, February 17, 2010 6:53 PM
Subject: [RBASE-L] - Re: Launch Encrypted file as hta
I tried your ideas and still no luck, But thank you! Could you point me
in a direction of what you referred to in this email below?
I thought/assumed that RBase was using a proprietary encoder and not
something like 'blowfish'. Maybe I am wrong? Not the first time.
Sincerely,
Paul Dewey
Tried the following;
set var ep text = 'prd'
set var v1 text = (FILENAME(0))
out .v1 encrypt .ep
dir
out screen
set var vhta text = '.hta'
set var v2 text = (.v1 + .vhta)
copy .v1 .v2
-- need to correct file ext, just delete .$$$ for now
set var vl text = ('Launch' & .v2 & .ep & '&vl')
show var
&vl
This creates a file w/wrong ext. I have a work around (well it is your
dll)
but you get the idea I am sure. It fails.
** Reason for private - Just because of the nature. I also respect your
sharing of your dll's I will post a bit, but generic.
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of MikeB
Sent: Wednesday, February 17, 2010 5:56 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Launch Encrypted file as hta
Also, the encrypted part is more likely just encoded. There are a
plethora
of decoders available so you can get back to readable VBScript / JScript
source code.