source: trunk/gli/clean.bat@ 4944

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

Windows batch file for removing class files. Equivalent to clean.sh.

  • Property svn:keywords set to Author Date Id Revision
File size: 371 bytes
Line 
1@echo off
2
3echo Removing class files...
4
5cd classes\org\greenstone\gatherer
6del *.class
7rmdir /S /Q cdm
8rmdir /S /Q checklist
9rmdir /S /Q collection
10rmdir /S /Q file
11rmdir /S /Q gui
12rmdir /S /Q help
13rmdir /S /Q mem
14rmdir /S /Q msm
15rmdir /S /Q sarm
16rmdir /S /Q shell
17rmdir /S /Q undo
18rmdir /S /Q util
19rmdir /S /Q valuetree
20cd ..\..\..\..
21
22echo Done.
Note: See TracBrowser for help on using the repository browser.