POV-Ray : Newsgroups : povray.off-topic : Script craziness Server Time
6 Sep 2024 11:18:46 EDT (-0400)
  Script craziness (Message 5 to 14 of 14)  
<<< Previous 4 Messages Goto Initial 10 Messages
From: Invisible
Subject: Re: Script craziness
Date: 28 Jan 2009 06:39:14
Message: <498043e2@news.povray.org>
> I'm sure you can, or at least manage it down a lot -- sure there must be a
> better way!  Don't ever doubt the incompetence of average Windows box
> sysadmins, specially against a wise Haskeller... :)

Heh. Well *apparently* I suck at Haskell. According to some guy who has 
been described as "a known troll on the Scheme forums", and who 
describes himself as "evil".


Post a reply to this message

From: nemesis
Subject: Re: Script craziness
Date: 28 Jan 2009 10:09:57
Message: <49807545$1@news.povray.org>
Invisible escreveu:
>> I'm sure you can, or at least manage it down a lot -- sure there must 
>> be a
>> better way!  Don't ever doubt the incompetence of average Windows box
>> sysadmins, specially against a wise Haskeller... :)
> 
> Heh. Well *apparently* I suck at Haskell. According to some guy who has 
> been described as "a known troll on the Scheme forums", and who 
> describes himself as "evil".

who's that?


Post a reply to this message

From: Invisible
Subject: Re: Script craziness
Date: 28 Jan 2009 10:19:45
Message: <49807791$1@news.povray.org>
>> Heh. Well *apparently* I suck at Haskell. According to some guy who 
>> has been described as "a known troll on the Scheme forums", and who 
>> describes himself as "evil".
> 
> who's that?

Just some guy on the Haskell mailing list.


Post a reply to this message

From: nemesis
Subject: Re: Script craziness
Date: 28 Jan 2009 10:33:04
Message: <49807ab0$1@news.povray.org>
Invisible escreveu:
>>> Heh. Well *apparently* I suck at Haskell. According to some guy who 
>>> has been described as "a known troll on the Scheme forums", and who 
>>> describes himself as "evil".
>>
>> who's that?
> 
> Just some guy on the Haskell mailing list.

It's been a while since I've roamed the c.l.* newsgroups and some 
mailing lists.  Seems I've been missing much fun! :D

There was an annoying Ruby enthusiast at the CLisp newsgroups.  oh, it 
was fun... :)


Post a reply to this message

From: Darren New
Subject: Re: Script craziness
Date: 28 Jan 2009 12:39:39
Message: <4980985b$2@news.povray.org>
Invisible wrote:
>   NET USE J: \\uk-bigbox\department /persistent:no
>   NET USE R: \\uk-bigbox\results /persistent:no
>   NET USE M: \\uk-bigbox\management /persistent:no

Might I wonder why you don't just user /persistent:yes and not run the 
script at every login?  Last I looked, Windows maps the drives when you log 
in, and unmaps them when you log out...  Is this some domain funkiness?

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

From: Orchid XP v8
Subject: Re: Script craziness
Date: 28 Jan 2009 13:47:48
Message: <4980a854@news.povray.org>
Darren New wrote:
> Invisible wrote:
>>   NET USE J: \\uk-bigbox\department /persistent:no
>>   NET USE R: \\uk-bigbox\results /persistent:no
>>   NET USE M: \\uk-bigbox\management /persistent:no
> 
> Might I wonder why you don't just user /persistent:yes and not run the 
> script at every login?  Last I looked, Windows maps the drives when you 
> log in, and unmaps them when you log out...  Is this some domain funkiness?

The reason: If I ever need to *change* the drive mapping, I can just 
adjust the login script. However, if instead you make the drive mappings 
permanent, this doesn't work.

(Indeed, Windows NT *defaults* to temporary mappings, so the switch was 
unecessary. However, Windows XP defaults to persistent, hence the need 
for me to add that switch.)

The [vastly more complex] VB script they're using at HQ tests for and 
deletes any existing mappings, which also achieves the same job.

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Darren New
Subject: Re: Script craziness
Date: 28 Jan 2009 14:23:25
Message: <4980b0ad$1@news.povray.org>
Orchid XP v8 wrote:
> The reason: If I ever need to *change* the drive mapping, I can just 
> adjust the login script. 

That makes sense, yes.

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

From: Orchid XP v8
Subject: Re: Script craziness
Date: 28 Jan 2009 14:26:35
Message: <4980b16b$1@news.povray.org>
Darren New wrote:
> Orchid XP v8 wrote:
>> The reason: If I ever need to *change* the drive mapping, I can just 
>> adjust the login script. 
> 
> That makes sense, yes.

See? I do things for *reasons*. ;-)

(In a similar way, all our PCs use DHCP. Even though there's actually 
nowhere near enough PCs that we couldn't just assign static addresses to 
them...)

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

From: Darren New
Subject: Re: Script craziness
Date: 28 Jan 2009 15:41:30
Message: <4980c2fa$1@news.povray.org>
Orchid XP v8 wrote:
> Darren New wrote:
>> Orchid XP v8 wrote:
>>> The reason: If I ever need to *change* the drive mapping, I can just 
>>> adjust the login script. 
>>
>> That makes sense, yes.
> 
> See? I do things for *reasons*. ;-)

I didn't say you did. That's why I asked.

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

From: Eero Ahonen
Subject: Re: Script craziness
Date: 29 Jan 2009 14:12:17
Message: <4981ff91@news.povray.org>
Invisible wrote:
> 
> Fact #1: It's VB. (!!) I didn't even know you could *do* that!
> 
> Fact #2: It's 318 lines long. (!!!!!!)
> 

We use something like that at work (AFAIK it's not VB - it's something
called Kix, I haven't gotten into it too much, just modified the script
if needed, the syntax is easy). OTOH, we don't just map network drives -
we also map printers and create software shortcuts according to
permissions (which are granted via AD groups). It really makes sense
when you have enough different users, permissions and mappings.

-Aero


Post a reply to this message

<<< Previous 4 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.