Change Page:
< 123 | Showing page 3 of 3, messages 41 to 48 of 48
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
RE: VBS to EXE
Saturday, May 03, 2008 2:16 AM
( permalink)
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
DiGiTAL.SkReAM
-
Total Posts
:
1259
- Scores: 7
-
Reward points
:
0
- Joined: 9/7/2005
- Location: Clearwater, FL, USA
-
Status: offline
|
RE: VBS to EXE
Saturday, May 03, 2008 4:02 AM
( permalink)
I love how some of these threads simply turn into a competition of advertisements.
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
|
|
TNO
-
Total Posts
:
2094
- Scores: 36
-
Reward points
:
0
- Joined: 12/18/2004
- Location: Earth
-
Status: offline
|
RE: VBS to EXE
Saturday, May 03, 2008 4:07 AM
( permalink)
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
|
|
Hackoo
-
Total Posts
:
105
- Scores: 4
-
Reward points
:
0
- Joined: 6/25/2010
-
Status: offline
|
Re:VBS to EXE
Sunday, August 22, 2010 9:45 PM
( permalink)
|
|
|
|
TaterTot
-
Total Posts
:
33
- Scores: 0
-
Reward points
:
0
- Joined: 7/26/2010
-
Status: offline
|
Re:VBS to EXE
Monday, August 23, 2010 1:17 AM
( permalink)
I use BAM Compiler. Doesn't convert vbs to exe but should do what you want. Download the BAM Compiler here: http://www.bambalam.se/bamcompile/ (win32) Extract files and copy the file bamcompile.exe into a new folder. Next, create a bat file in the new folder called compile.bat with the following contents: bamcompile source.php Next, create a text file in the new folder and name it source.php with the following contents: <? $filepath = "C:"; exec("MYSCRIPT.vbs -command $filepath "); fopen($filepath,rw); ?> Replace MYSCRIPT.vbs with the name of your vbs script you want to run. Double click the compile.bat file and a new file called source.exe will be created. Copy source.exe into the same folder as the screipt you want to run and it will run the script and appear as a process until the vbs is finished running. In this case the process would be named source.exe You can change the file name source.exe to whatever you want.
|
|
|
|
Scripter4ever
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 9/10/2010
-
Status: offline
|
Re:VBS to EXE
Friday, September 10, 2010 7:56 PM
( permalink)
I think this is the answer: http://www.vbsedit.com/ It is free, the full versions costs but the trial never expires. With this you can also convert VBScript into executable file, select icon to it and other things like version info, copyright etc. :)
|
|
|
|
lmsmi1
-
Total Posts
:
27
- Scores: 2
-
Reward points
:
0
- Joined: 10/1/2011
-
Status: offline
|
Re: RE: VBS to EXE
Sunday, October 02, 2011 5:39 AM
( permalink)
I recently downloaded ScriptCryptor from Cnet. I opened a VBS file and compiled it. The resulting EXE file was detected as a virus (Norton detected it). Is this EXE file safe? Does it have a virus? Please help.
|
|
|
|
everstrike
-
Total Posts
:
12
- Scores: 0
-
Reward points
:
0
- Joined: 4/12/2007
-
Status: offline
|
Re: RE: VBS to EXE
Wednesday, November 30, 2011 9:00 PM
( permalink)
It's a common problem for all compilation tools. Try ExeScript - they fix this problems very fast, just let them know. And, of course, you have to always use the latest version.
|
|
|
|