home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / palmtops / 4173 < prev    next >
Encoding:
Text File  |  1993-01-04  |  2.4 KB  |  61 lines

  1. Newsgroups: comp.sys.palmtops
  2. Path: sparky!uunet!paladin.american.edu!gatech!concert!rock!gingell
  3. From: gingell@rock.concert.net (Michael J Gingell -- Personal Account)
  4. Subject: auto wake up remote control
  5. Message-ID: <1993Jan4.140035.24051@rock.concert.net>
  6. Organization: CONCERT-CONNECT -- Public Access UNIX
  7. Date: Mon, 4 Jan 1993 14:00:35 GMT
  8. Lines: 51
  9.  
  10.  
  11. A few days ago I posted a request asking how to wake up your HP95
  12. run a program and then go back to sleep for a while until the next
  13. scheduled event.  The application I had in mind was for myREMOTE a
  14. program which turns your '95 into an infra-red remote control.
  15.  
  16. With the posting of power95 there is a least one workable solution.
  17. Power95 allows you to change the wakeup time of the HP95 from
  18. midnight to any specific time and to activate or deactivate the
  19. wakeup. It will also turn the power off.  Also myREMOTE has a mode
  20. where you can call it from a DOS command line thus:
  21.  
  22. myremote vcr 5   calls the 5th command in the vcr.ir command file
  23.  
  24. and returns to DOS.  So here is an example of a batch file that
  25. should wake up, start a VCR at 2PM, stop it at 3PM, then tomorrow
  26. do the same thing at 5PM. By building a much larger batch file
  27. there is no limit to the complexity of sequences one can control
  28. over any number of days. You can also have any number of device
  29. files, not just vcr.ir.  It would also be more efficent and error
  30. free to write a simple program to automatically generate a command
  31. file from a sequence of simpler statements. 
  32.  
  33. auto_ir.bat file:
  34.  
  35. power95 135900         set wake up 60 secs before 2pm
  36. power95 off            95 goes to sleep and suspends batch till 2pm
  37. myremote vcr 3         VCR power on
  38. power95 135930         change wakeup to 30 30 secs in the future
  39. power95 off            back to sleep
  40. myremote vcr 4         VCR record
  41. power95 150000         set next wakeup for stop
  42. power95 off            zzzzz
  43. myremote vcr 2         VCR stop
  44. myremote vcr 3         VCR power off
  45. power95 000000         wait till midnight
  46. power95 off
  47. power95 165900         wakeup at midnight, set next wakup for 4:59PM
  48. power95 off
  49. myremote vcr 3         VCR power on
  50.  
  51. .... and so on
  52.  
  53. A big thank you to the author of power95, Dennis Nara.
  54.  
  55. Note that myREMOTE is a commercial program from ACE technologies, I am
  56. just a happy user.  I have also just ftpd the ir95 but havn't had time
  57. to check it out yet.  Does it have a DOS callable mode like myREMOTE?
  58. -- 
  59. Mike Gingell  gingell@rock.concert.net
  60. Raleigh, NC USA 
  61.