Guest Shark Posted July 18, 2007 Posted July 18, 2007 Hi guys I want to run script or app on XP station (XP pro / XP home) whenever its idle, How do I catch the Idle event? I can create service using C# that checks the system status but I refer simple app that will be initiated by the operating system Thank you Sharon pl
Guest 3c273 Posted July 18, 2007 Posted July 18, 2007 Re: Run script/app when idle Not sure if this is what you want but try, "start /low myapp.exe". Type "start /?" at a command prompt for more info. Louis "Shark" <sharon669@hotmail.com> wrote in message news:1184766225.925595.122290@z24g2000prh.googlegroups.com... > Hi guys > I want to run script or app on XP station (XP pro / XP home) whenever > its idle, > How do I catch the Idle event? > I can create service using C# that checks the system status but I > refer simple app that will be initiated by the operating system > > Thank you > Sharon pl >
Recommended Posts