| Date: | Thu, 6 Dec 2001 00:09:17 +0100 |
| Reply-To: | "Eckhardt, Michael" <Michael.Eckhardt@T-SYSTEMS.DE> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Eckhardt, Michael" <Michael.Eckhardt@T-SYSTEMS.DE> |
| Subject: | AW: Moving *.gif Files |
|
| Content-Type: | multipart/alternative;
|
|---|
Hi Steve,
if this really was the original code, try omitting the <">.
I can't imagine any reason why you should need them.
Mit freundlichen Gru?en
Best regards
Michael Eckhardt
Berater Business Intelligence
T-Systems ITS GmbH
GS FDL Mitte
Frankfurter Str. 27
65760 Eschborn
Tel. (06196) 961-530
Fax (06196) 961-517
Michael.Eckhardt@t-systems.de
-----Ursprungliche Nachricht-----
Von: solmstead@BETASYS.COM [mailto:solmstead@BETASYS.COM]
Gesendet: Mittwoch, 5. Dezember 2001 23:41
An: SAS-L@LISTSERV.UGA.EDU
Betreff: Moving *.gif Files
I would like to move *.gif files from one folder to another. The code belows
executes without errors, but the files do not move to the Graph7 folder.
Please email me directly with any help.
DATA _NULL_;
CALL SYSTEM('Move "R:\SASPrograms\Graph6\*.*
R:\SASPrograms\Graph7"');
RUN;
Thanks,
Steve
solmstead@betasys.com
--------------------------------------------------
The information contained in this communication may be confidential or
legally privileged and is intended only for the recipient named above. If
the reader of this message is not the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication or its contents is strictly prohibited. If you have received
this communication in error, please immediately advise the sender and delete
the original and any copies from your computer system.
[text/html]
|