Hi Barry - Not only temporary work library folder (i have written BAT file which will clear everything under temporary work folder: subfolder, files and datasets and evreything) but also other folder where users are used to store some temporary datasets and i am going to add below command in same BAT file. so simply, i am wondering is it okay to delete all these file (regstry.sas7bitm, profile.sas7bcat, profile2.sas7bcat) along with .sas7bdat extension for 'X' folder or i have to keep all these files. As i have added below code in the BAT file it will delete only ".sas7bdat" extension but i was wondering if its okay to delete every extensions (.sas7cdat, .sas7bitm). del x:\Documents and Settings\9.1\*.sas7bdat Basically I am planning to handle two things at a time, cleaning temporary 'work' folder and cleaning only .sas7bdat extension in 'X' folder...in one BAT file... thanks!
... View more