Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Option Explicit
  2.  
  3. Const cnAFS = 3 ' 3 Activates the window and displays it as a maximized window.
  4. Dim iRet : iRet = CreateObject("WScript.Shell").Run("25939545.bat", cnAFS, True)
  5. WScript.Echo "Done"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement