Changeset 5005


Ignore:
Timestamp:
2003-07-23T11:24:35+12:00 (21 years ago)
Author:
mdewsnip
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/clean.bat

    r4959 r5005  
    11@echo off
    22
    3 echo Removing class files...
     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...
    410
    511cd classes\org\greenstone\gatherer
     
    2026cd ..\..\..\..
    2127
    22 echo Done.
     28echo Done!
     29
     30:exit
     31echo.
     32pause
Note: See TracChangeset for help on using the changeset viewer.