#104735 - 2003-09-02 10:56 AM
@userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
[Moderator (Sealeopard): Moved thread from 'Scripts' to 'General' forum due to lack of script in body]
I'm having some problems with the @userid variable. The variable doesn't work with SOME Win95 clients.
I've read some topics about the @userid variable and I'm sure it doesn't need the KXRPC service since it does work on some of the win95 clients.
All the win95 Clients run the same script. I think it has something to do with the version of the Win95 clients or some specific files.
Can anybody tell me which files are being used when using the @userid variable?
Re-installing isn't an option ![[Frown]](images/icons/frown.gif) [ 17. September 2003, 19:18: Message edited by: sealeopard ]
|
|
Top
|
|
|
|
#104737 - 2003-09-02 11:54 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Well I changed @userid to @wuserid, but it didn't work.
Here's some info from the script I'm using:
------------------------------------------------ $HomeShr = "H:" $Ser1 = "\\Server1"
use $HomeShr $Ser1+"\@wuserid$$" ------------------------------------------------
|
|
Top
|
|
|
|
#104738 - 2003-09-02 02:02 PM
Re: @userid doesn't work with some Win95 Clients
|
Richard H.
Administrator
   
Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
|
Does @WUSERID return a value for those Win95 clients which don't return @USERID?
code:
If @USERID $USERID=@USERID Else $USERID=@WUSERID EndIf
$HomeShr = "H:" $Ser1 = "\\Server1"
use $HomeShr $Ser1+"\"+$USERID+"$$" If @ERROR "FATAL: Failed to map drive to "+$Ser1+"\"+$USERID+"$$"+@CRLF " Error: "+@ERROR+" "+@SERROR+@CRLF EndIf
|
|
Top
|
|
|
|
#104742 - 2003-09-02 09:12 PM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Sorry for the late reply, but I'm not behind my pc 24-7
I'm using Kixtart2001 4.21 and I'll have a look at those UDF documents and Richard's script at work 2morrow.
Thanks for replying!
|
|
Top
|
|
|
|
#104743 - 2003-09-03 09:52 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Well I wrote this small script to see if @userid or @wuserid works on the win95 client.
----------------------------------------------- ? 'Hello, '+@USERID GET $x ? 'Hello, '+@WUSERID GET $x -----------------------------------------------
Both don't work on the win95 client. [ 03. September 2003, 09:53: Message edited by: Skillz ]
|
|
Top
|
|
|
|
#104744 - 2003-09-03 10:26 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
How do I use the OSID UDF from Jens Meyer? How can I view the captured data?
Skillz feels like a total n00b...
|
|
Top
|
|
|
|
#104746 - 2003-09-03 10:47 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Thanks for the url R2D2.
And i've learned Dutch, dus Kix moet dan geen probleem meer zijn
|
|
Top
|
|
|
|
#104748 - 2003-09-04 11:34 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
After running OSID and looking at the Tech Doc from MS I found out the Win95 version is Windows 95 OSR2.0.
The "funny" thing is. so is the Win95 Client that DOES work...
|
|
Top
|
|
|
|
#104750 - 2003-09-04 01:44 PM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Trust me, I'm allready shedding those tears :-)
I am going to update IE to the latest working version on Win95 (IE55SP2), but oh joy! MS doesn't provide the download anymore...
I'll have a look at SHELL32.DLL
|
|
Top
|
|
|
|
#104752 - 2003-09-05 09:22 AM
Re: @userid doesn't work with some Win95 Clients
|
Anonymous
Anonymous
Unregistered
|
Well, I installed IE55SP2 on the Win95 Client, but it still doesn't work...
I'll try to find & install some other (network) updates.
Thx for the great link Jack
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
1 registered
(Allen)
and 1198 anonymous users online.
|
|
|