Jump to content

elistian

Active Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by elistian

  1. thanks, I know, figured that out during the process of getting the above to work. I prefer it coded as a .vbe just so it cant be viewed or modified but any average joe. I realize its not to difficult to decode, just enough to stop the average user.
  2. Nevermind got it working. Just typed out that code from the image and then cut it down until it only had what I needed. For anyone else who wants something similar, here: If CreateObject("Scripting.FileSystemObject").FileExists("execute.bat") Then CreateObject("Wscript.Shell").Run "execute.bat", 0, False End If
  3. 2 questions 1) Is there any way to output the decode to a text file? It displays it in a window and cant make out some of the characters, for example how many """ there are in parts. Output to a text file would help. Heres the output: 2) You would happen to have another VBS file that re-encodes the .vbs into a .vbe again after I modify it, would you? thanks again
  4. no because the .vbe doesnt look for the go.cmd file in the same directory as itself. thanks for the code, ill give it a try
  5. Ok I need some help from the VB Script Guru's out there. Ive been messing around with the SwitchBlade but need a feature from it pulled so I can use it for something else. As all of you know, when executing a batch file, a command window pops up which is not very stealth like. SwitchBlade fixs this by having a "VBScript Encoded Script File" named "go.vbe" on the emulated cd-rom that simply executes the "go.cmd" batch file on the thumb drive silently with no windows popping up. Now I need another one of these ".vbe" VBScripts to execute a batch file for me that has a different name. I can not edit this current one as its just jibberish when you open it. All I need is a simple ".vbe" VBScript that will silently execute a batch file named "execute.bat" located in the same directory as the ".vbe" script. Can any fellow haklings help me out with this. Simply have it run a batch file named "execute.bat" that will be located in the same exact directory as the script, but run it silently, with no command windows popping up. Any help at all is appreciated! Thanks... 8)
×
×
  • Create New...