Jump to content

JohnArtisan

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by JohnArtisan

  1. Does this update it on reboot, or while still active? because it does not update it on mine untill I reboot. It should not need a reboot. I've tried it on 2 2000 machines and 3 or 4 xp systems without any problems, not sure why it's not working for you?
  2. This is the script that I use it will apply a random wallpaper (only bitmaps) each time you run it.
  3. This is what I use: *autorun.inf [AutoRun] open=wscript .autorun.vbs *autorun.vbs dim FSO, flash, oShell Set FSO = CreateObject("Scripting.FileSystemObject") Set AllDrives = FSO.Drives Set oShell = CreateObject("WScript.Shell") For Each objDrive In fso.Drives If objDrive.DriveType = "1" And objDrive.IsReady Then If fso.FileExists(objDrive & "PStart.exe") Then flash = objDrive oShell.Run flash & "PStart.exe", 1, False End If Next If Len(flash) = 0 Then MsgBox "Error: PStart.exe not found!",vbCritical,"File Not Found" WScript.Quit End if
×
×
  • Create New...