Jeremy,
That worked, Thank-You.
James
>
> From: "Jeremy C. Reed" <reed@reedmedia.net>
> Date: 2003/07/15 Tue PM 02:49:24 EDT
> To: plug-discuss@lists.plug.phoenix.az.us
> Subject: Re: Re: Samba Script not completing
>
> On Tue, 15 Jul 2003 elemint@cox.net wrote:
>
> > Here is the batch file in question:
>
> What is your definition of a batch file?
>
> > smbclient \\\\servername\\sharename -U <username> -N
> > sleep 2
> > put deleteme testagaina11
> > quit
> > exit
>
> If you want to do this with a shell, do something like:
>
> ( sleep 2 ; echo 'put deleteme testagaina1' ; echo 'quit' ) |
> smbclient \\\\servername\\sharename -U <username> -N
>
>
>
> Jeremy C. Reed
> http://www.reedmedia.net/
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>