Re: Mount SMB share on bootup

2004-01-26 Thread Edward Epstein
es, so for example 100.foo would be executed before 200.bar; without the numeric prefixes the opposite would be true. >-Original Message- From: Edward Epstein [mailto:[EMAIL PROTECTED] >Sent: Monday, November 10, 2003 5:43 PM >To: Chirhart, Brian; [EMAIL PROTEC

Re: Mount SMB share on bootup

2003-11-14 Thread Edward Epstein
Lines prefixed with ">" are what C. Ulrich wrote. >On Mon, 2003-11-10 at 15:21, Chirhart, Brian wrote: >> >> point is password protected (on the XP side) so I am prompted for a >> >> password. How can I automate that? Or should I create the share >> >> without >> >> a >> >> >> password? I am no

RE: Mount SMB share on bootup

2003-11-14 Thread C. Ulrich
On Mon, 2003-11-10 at 15:21, Chirhart, Brian wrote: > >> point is password protected (on the XP side) so I am prompted for a > >> password. How can I automate that? Or should I create the share without > a > >> password? I am not too worried about internal security so the share > could > >> have

Re: Mount SMB share on bootup

2003-11-13 Thread Pierrick Brossin
On Wed, 12 Nov 2003 15:37:58 -0600 "Chirhart, Brian" <[EMAIL PROTECTED]> wrote: > What language is that script in? It isn't perl - is it C? -> #!/bin/sh Regards -- Pierrick Brossin < http://www.swissgeeks.com > perl -e\ 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);' _

Re: Mount SMB share on bootup

2003-11-13 Thread Edward Epstein
es, so for example 100.foo would be executed before 200.bar; without the numeric prefixes the opposite would be true. -Ed >-Original Message- From: Edward Epstein [mailto:[EMAIL PROTECTED] >Sent: Monday, November 10, 2003 5:43 PM >To: Chirhart, Brian; [EMAI

RE: Mount SMB share on bootup

2003-11-12 Thread Chirhart, Brian
ECTED] Subject: Re: Mount SMB share on bootup Lines prefixed with ">" are what Chirhart, Brian wrote. >>> point is password protected (on the XP side) so I am prompted for a >>> password. How can I automate that? Or should I create the share without > >a > >&

Re: Mount SMB share on bootup

2003-11-10 Thread Edward Epstein
Lines prefixed with ">" are what Chirhart, Brian wrote. >>> point is password protected (on the XP side) so I am prompted for a >>> password. How can I automate that? Or should I create the share without > >a > >>> password? I am not too worried about internal security so the share > >could > >

RE: Mount SMB share on bootup

2003-11-10 Thread Chirhart, Brian
>> point is password protected (on the XP side) so I am prompted for a >> password. How can I automate that? Or should I create the share without a >> password? I am not too worried about internal security so the share could >> have no password and that would be fine. >Create a script called wh

Re: Mount SMB share on bootup

2003-11-10 Thread Kliment Andreev
> point is password protected (on the XP side) so I am prompted for a > password. How can I automate that? Or should I create the share without a > password? I am not too worried about internal security so the share could > have no password and that would be fine. Create a script called whateve