Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help with a scripting problem
Ron,
First of all, is echo a SQL*Plis command?
Secondly, I think this will do what you want:
select 'host "c:\program files\resource kit\robocopy"' from dual;
as long as what you want is to execute the robocopy program from the SQL*Plus prompt.
If you want to do something else, clarify your intentions on the list.
Stephen
>>> rlsmith_at_kmg.com 10/08/03 04:34PM >>>
I am trying to issue the following command in SQL*PLUS but it doesn't
like the space between 'program' and 'files'.
Can anyone tell me how to get around this?
echo select 'host c:\program files\resource kit\robocopy;' from dual;
Thanks!
Ron Smith
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephen Andert INET: StephenAndert_at_firsthealth.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Oct 08 2003 - 16:59:26 CDT
![]() |
![]() |