home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!umn.edu!umeecs!nuntius
- From: Matt Slot <fprefect@engin.umich.edu>
- Subject: Re: Uniquely identifying a Mac? How?
- Message-ID: <1993Jan6.005012.27797@zip.eecs.umich.edu>
- Sender: news@zip.eecs.umich.edu (Mr. News)
- Organization: University of Michigan, CAEN
- X-Useragent: Nuntius v1.1
- References: <1458@shrike.com>
- Date: Wed, 6 Jan 1993 00:50:12 GMT
- Lines: 8
-
- If you need to do this from an application, there are several tricks you
- can try. Use TickCount() to get a long, try Random() (one in 4 billion
- chance of duplication), or the
- initialization time of the Boot volume.
-
- Not foolproof, but pretty good.
-
- Matt
-