WinApp that create another exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I would like to create a WinApp that create another exe based on a simple vbscript
Is it possible

Vittorio
 
if you have vbscript runtimes you can run your script, there is no need
for exe file

vb script is an interpreted language
 
Hi,
It doesn't seems this example (and also the link from Herdfried) create
another exe from a vbscript, it only execute code, doesn't it ?
Regards

Vittorio
 
If you put authentication information within vbscript, they are visible to
everyone ...
 
Hello,
I would like to create a WinApp that create another exe based on a simple vbscript.
Is it possible ?

Vittorio

I'm curious to know what possible use there is for this besides
creating worms/viruses that cannot be solved in some other simple,
elegant way?

I don't mean to doubt your intentions here; I just don't see the
utility in this aside either doing something harmful or creating a
vastly convoluted/over-engineered solution. I have seen the latter
result in the fall of more IT projects, and the dissolution of entire
US companies over the last 20 years than any other single reason.
 
I need to delegate application that needs administrative right to simple
users (eg. delegate IIS to our customer); so I tried to use RunAs within
vbscript but the administrator password was saved in clear text.
Regards

Vittorio
 
TL said:
I'm curious to know what possible use there is for this besides
creating worms/viruses that cannot be solved in some other simple,
elegant way?

Are you serious? Do you say the same about VBA's usage within MS Access or
any Microsoft Office Solution? Given you know nothing about the application
being developed I don't think its fair to judge it. Just because your
creativity stops at virii creation, doesn't mean others does.
I don't mean to doubt your intentions here; I just don't see the
utility in this aside either doing something harmful or creating a
vastly convoluted/over-engineered solution. I have seen the latter
result in the fall of more IT projects, and the dissolution of entire
US companies over the last 20 years than any other single reason.

Or an incredibly simplified solution. Some of us like to develop frameworks
for others to develop from to expand our product beyond waht we would
normally do.
 
Back
Top