DOS command to delete folders
Hello!I'm working with a weblogic server. Each time redeploy a applictaion I need to delete the folders .internal and .wlnotdelete to force the server reinstall the jars.
I need to craete a small delete.cmd file with commands that do this fore me.
I have tried yhis from a cmd line:
D:\apps\bea\user_projects\domains\workshop\SpaceServer>del .wlnotdelete
D:\apps\bea\user_projects\domains\workshop\SpaceServer\.wlnotdelete\*, Are you sure (Y/N)? Y
D:\apps\bea\user_projects\domains\workshop\SpaceServer>dir
Volume in drive D is New Volume
Volume Serial Number is 3629-7D3D
Directory of D:\apps\bea\user_projects\domains\workshop\SpaceServer
06/01/2007 10:07 AM <DIR> .
06/01/2007 10:07 AM <DIR> ..
06/01/2007 09:57 AM <DIR> .internal
06/01/2007 09:59 AM <DIR> .wlnotdelete
The folder is still there and I seems to always need to confirm this.
It would be nice to just have file to doubleclick.
/Fredrik
