Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!decwrl!pyramid!ut-sally!topaz!caip!daemon From: mwm%ucbopal@BERKELEY.EDU@caip.RUTGERS.EDU Newsgroups: net.micro.amiga Subject: Re: Screwupds Message-ID: <1350@caip.RUTGERS.EDU> Date: Sun, 23-Feb-86 00:51:37 EST Article-I.D.: caip.1350 Posted: Sun Feb 23 00:51:37 1986 Date-Received: Wed, 26-Feb-86 03:59:36 EST Sender: daemon@caip.RUTGERS.EDU Organization: Rutgers Univ., New Brunswick, N.J. Lines: 22 From: Mike (I'll be mellow when I'm dead) Meyer I can't help with the other problems, but: > 3) A gripe about Preferences and the date command: I CANNOT get > either date OR preferences to save the date!!! I'm assuming by "save the date," you mean past reboots, not just setting it to the correct time. When AmigaDOS boots, it sets the date to the creation date of the oldest file on the disk (microware take note - OS/9 could use such a feature). Since setting the date with date or preferences doesn't create any files, you haven't changed the date the system will set when it boots. However, if you cause a file to be written on, you have changed the date. From preferences, this is easy: exit with "save." From the CLI, I tend to do things like "date >:now" to set the date (stolen from a script supplied with the C compiler). Either way works.