Resolve computernames
Results 1 to 3 of 3

Thread: Resolve computernames

  1. #1
    Join Date
    Jan 2000
    Location
    Sweden
    Posts
    17

    Resolve computernames

    Hi

    I´m using kixtart on NT4srv and logging in with W9x/NT4wks.
    Could anyone give me a hint on how to resolve the 3 first letters in W9x/NT4 computername, ie; "ibm01" should result in "ibm" & "staff07" should be "sta".
    This so I can send different computers new shortcuts and reg.changes when they login.

  2. #2
    Join Date
    Mar 2001
    Posts
    518
    $PCNAME = SUBSTR(@WKSTA,1,3)

  3. #3
    Join Date
    Jan 2000
    Location
    Sweden
    Posts
    17
    tnx a lot,,,worked fine.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •