Here's a "dirty" hack to do what you want.
Create wimgps.vbs and put the following contents in the file:
'Begin Script
'-------------------------------------------------------------------------
Set objShell = CreateObject("WScript.Shell")
'1000 Milliseconds per Second, Adjust as needed. (Defaulted at 30 seconds)
WScript.Sleep 30000
'Adjust Path to where you keep your wimgps executable
objShell.Run "C:\wimgps\wimgps.exe"
'-------------------------------------------------------------------------
'End Script
Put a shortcut to this script in your "Startup" folder to replace the wimgps.exe shortcut you have.



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks