Advertisement
zinthose

VBScript Shell [Example Batch Script]

May 17th, 2011
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.18 KB | None | 0 0
  1. REM vbsshell.vbs is available at: http://pastebin.com/dLQx9tYG
  2. @ECHO OFF
  3. SET PATHTOVBSSHELL="C:\bin"
  4. TITLE VBS Shell
  5. CLS
  6. CSCRIPT "%PATHTOVBSSHELL%\vbsshell.vbs"
  7. EXIT /B %ERRORLEVEL%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement