LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page