TogetherFreaksDREI

Untitled

Mar 30th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @echo off
  2. Set oShell = CreateObject ("Wscript.Shell")
  3. Dim strArgs
  4. strArgs = "cmd /c dvb.bat"
  5. oShell.Run strArgs, 0, false
  6. exit
Advertisement
Add Comment
Please, Sign In to add comment