You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 rivejä
177 B

  1. @echo off
  2. call setenv
  3. call off
  4. del "%TC_BASE%\webapps\%PROJECT_NAME%.war"
  5. rd /s /q "%TC_BASE%\webapps\%PROJECT_NAME%"
  6. rd /s /q "%TC_BASE%\work\Catalina\localhost\%PROJECT_NAME%"