Date: Wed, 27 May 2009 13:35:35 -0500
Reply-To: Mary <mlhoward@AVALON.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mary <mlhoward@AVALON.NET>
Subject: How to avoid DOS "Are you sure?" question?
Content-Type: text/plain; format=flowed; charset="Windows-1252";
reply-type=original
Hi,
I'm getting a DOS interactive "Are you sure?" message on the code below; is
there anything I can do from SAS to get rid of the message?
options noxwait;
X "del C:\Work_Activities\Production_Source\Raw_Data\visit_data\*.*";
-Mary
|