1.

Solve : VBS to EXE?

Answer» HELLO!

I have a file that i need to save as an exe so it can not be edited at or and/or so users are not getting our passwords... i have been searching for some time now and cannot find freeware that will let me convert and ALSO append an icon... does anyone know of any free software that will let me perform these tasks?

Thanks for the assistance!

HoFLFrom your information iut is hard to understand what you want to do.
Do you intend to prevent the use of VBS to PROTECT your system?
Dio you have a script that must be PROTECTED?
Is the script part of a web page?
Can you program in another language instead of VBS?

I want to convert the following script into an ".exe" file. I just cannot seem to find a free app that actually works. One of the takes i need to be able to do is append an icon to the newly created ".exe".

CODE: [Select]Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.run ("runas /env /user:administrator fluidpower.exe")
WScript.Sleep (100)
WshShell.AppActivate "C:\windows\system32\runas.exe"
WScript.Sleep (100)
WshShell.SendKeys "password"
WScript.Sleep (100)
WshShell.Sendkeys "~"
WScript.Sleep (100)
Thanks for he help!

HoFL


Discussion

No Comment Found