source: trunk/gli/clean.bat@ 5005

Last change on this file since 5005 was 5005, checked in by mdewsnip, 21 years ago

Minor changes to be more consistent with the other batch files.

  • Property svn:keywords set to Author Date Id Revision
File size: 529 bytes
Line 
1@echo off
2
3
4:: -------- Clean up the Greenstone Librarian Interface directory --------
5
6:cleanGLI
7:: ---- Remove class files ----
8echo.
9echo Removing the Greenstone Librarian Interface class files...
10
11cd classes\org\greenstone\gatherer
12del *.class
13rmdir /S /Q cdm
14rmdir /S /Q checklist
15rmdir /S /Q collection
16rmdir /S /Q file
17rmdir /S /Q gui
18rmdir /S /Q help
19rmdir /S /Q mem
20rmdir /S /Q msm
21rmdir /S /Q sarm
22rmdir /S /Q shell
23rmdir /S /Q undo
24rmdir /S /Q util
25rmdir /S /Q valuetree
26cd ..\..\..\..
27
28echo Done!
29
30:exit
31echo.
32pause
Note: See TracBrowser for help on using the repository browser.