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 (September 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 1 Sep 2006 09:57:32 -0400
Reply-To:     Kenneth Karan <posible88-sswug@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kenneth Karan <posible88-sswug@YAHOO.COM>
Subject:      Re: Deleting directory

On Thu, 31 Aug 2006 17:57:02 -0700, rama.kol@GMAIL.COM wrote: >Is >there a system command that I can use or specific function that does >this, can you please give an example?

At the command prompt type rmdir /? and that should get you going. -- Ken

C:\>rmdir /? Removes (deletes) a directory.

RMDIR [/S] [/Q] [drive:]path RD [/S] [/Q] [drive:]path

/S Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree.

/Q Quiet mode, do not ask if ok to remove a directory tree with /S

C:\>


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