php-general | 2001092
Date: 09/30/01
- Next message: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Previous message: Frank M. Kromann: "[PHP] Re: [PHP-WIN] time limt"
- In reply to: Matt Greer: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sunday 30 September 2001 04:31 pm, Matt Greer wrote:
> On Sunday 30 September 2001 18:23, Armando Cerna wrote:
> > I have tried system (updatemp) and exec (updatemp)
>
> The system() function requires a string as its argument. So you need to
> write it as system("updatemp"); or system("$files");
>
> Matt
Yeah I did it like that I just didn't type it out in the email like that,
sorry for the confustion. Would the contents of updatemp matter, just in
case you didn't catch it on the previous email here it is
smbclient //machine/c -I 192.168.0.4 -U armando%secret -D a1 -c 'lcd /tmp/dbf
; prompt ; mget *.dbf ; quit'
Thanks,
Armando
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Justin Garrett: "[PHP] Re: how many day between the two time format"
- Previous message: Frank M. Kromann: "[PHP] Re: [PHP-WIN] time limt"
- In reply to: Matt Greer: "Re: [PHP] Running a Shell Script in PHP HELP!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

