home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / palmtops / 4127 < prev    next >
Encoding:
Text File  |  1992-12-28  |  3.3 KB  |  85 lines

  1. Newsgroups: comp.sys.palmtops
  2. Path: sparky!uunet!spool.mu.edu!agate!boulder!nara
  3. From: nara@toolik.Colorado.EDU (Dennis Nara)
  4. Subject: Util to set power on time of 95LX (No, dates no supported)
  5. Message-ID: <1992Dec28.195854.15810@colorado.edu>
  6. Summary: power on off HP95LX
  7. Keywords: power on off HP95LX
  8. Sender: news@colorado.edu (The Daily Planet)
  9. Nntp-Posting-Host: toolik.colorado.edu
  10. Organization: University of Colorado, Boulder
  11. Date: Mon, 28 Dec 1992 19:58:54 GMT
  12. Lines: 71
  13.  
  14. Here's a small utility to set the power on time of the HP95LX.
  15. When set, the 95LX will power itself on at the given time.  What it
  16. does after that is up to you.  It may be most usefull in batch files.
  17.  
  18. Distribute freely for free.
  19.  
  20. NOTE:  When $sysmgr is active, the power on alarm is set at midnight, or
  21. possibly other times when appointment book is active.  Power95 will let 
  22. you set the time to something else and thus may screw up the $sysmgr 
  23. stuff.  (Run if from Filer and see for yourself.)  Use at your own risk.  
  24. Not a TSR.  Could be more useful as is being discussed here and now but 
  25. I though some might find it useful as-is.  Use at your own risk.  Should 
  26. be okay in good old DOS mode.  Use at your own risk.
  27.  
  28. Comments to:  nara@taimyr.colorado.edu
  29.  
  30. Usages:
  31.  
  32. power95 ?
  33. power95 clear
  34. power95 set
  35. power95 hhmmss
  36. power95 off
  37.  
  38. ?      tell you the status of the alarm.
  39. clear  turn the alarm off.  (will not change the alarm time)
  40. set    turn the alarm on w/power on.  (whatever time it was set to before)
  41. hhmmss hour to set the power on alarm in 24 hour format.
  42. off    turn the 95LX off (through software, when powered back on,
  43.            power95 will exit)
  44.  
  45. (actually only the first char of clear/set/off is recognized/used)
  46.  
  47. e.g.  in a batch file:
  48.  
  49. power95 060000
  50. power95 off
  51. play rooster.ub
  52.  
  53. This will set the power on time to 6am, turn the machine off, at 6am,
  54. the machine turns on and plays the rooster sound file (available at a
  55. ftp/bbs site near you).
  56.  
  57. Here it is---
  58.  
  59. begin 644 POWER95.EXE
  60. M35K_ 0(  0 @    __\             /@    $ ^S!J<@              
  61. M                       !                                    
  62. M                                                            
  63. M                                                            
  64. M                                                            
  65. M                                                            
  66. M                                                            
  67. M                                                            
  68. M                                                            
  69. M                                                            
  70. M                                                            
  71. M                      "X  ".V+@ 0+L! +DZ +IP <TA)HH.@  J[87)
  72. M=0/II0"_@0 SP+ @\ZY/02: /2!U ^F1 ":*!3P_=0/IE0 \8W4'M ?-&NF*
  73. M #QS=0>T"<T:ZV:0/&]U"+@ 0LT5Z0D!/#!] ^M?D#PY?@/K6) FBB6 [#!'
  74. MT.30Y-#DT.0FB@4L,$<"Q(KH)HHE@.PP1]#DT.30Y-#D)HH%+#!' L2*R":*
  75. M)8#L,$?0Y-#DT.30Y":*!2PP1P+$BO"X  ?-&K@ ",T:ZPZX $"[ @"Y,@"Z
  76. MJ@'-(8S8CL"_W0&T"<T:,\"*Q=#HT.C0Z-#H!#"JBL4D#P0PJD>*P=#HT.C0
  77. MZ-#H!#"JBL$D#P0PJD>*QM#HT.C0Z-#H!#"JBL8D#P0PJH@6W &X $"[ 0"Y
  78. M#P"ZW0'-(:#< 3P =0BY P"Z[P'K!KD# +KL ;@ 0,TAH-P!/ )U"[@ 0+D+
  79. M +KR <TAN ! N0( NOT!S2'K +1,L '-(5!/5T52.34@5F5R<VEO;B Q+C -
  80. M"D-O<'ER:6=H=" H0RD@,3DY,B!B>2!$96YN:7,@3F%R80T*#0I5<V%G93H-
  81. M"B!P;W=E<CDU(#\@?"!O9F8@?"!S970@?"!C;&5A<B!\(&AH;6US<PT*"@ @
  82. A(#H@(#H@("!!;&%R;2!S971O9F8@=R]P;W=E<B!O;@T*
  83.  
  84. end
  85.