Re: Can't get machine ID


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on April 18, 2006 at 18:31:32:

In Reply to: Can't get machine ID posted by Stephen Auerbach on April 18, 2006 at 09:09:39:

I don't know what version of Comet you're using, but for version >= 312, you can use this code:

Length 1.0 & Local IsRemote
Length 37 & Local SessionID$
Length 32 & Local ClientID$


! 1 = Remote, 0 = Local
IsRemote = Asc(Sub(Dstat(Term$), 21, 1))

!Retrieve session ID
Print (GetSessionID)
Input SessionID$ ! Length 37

! Uniquely identifies computer (Never changes)
ClientID$ = Sub(SessionID$, 1, 32)




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]