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