You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2001/11/21 17:31:37 UTC

cvs commit: jakarta-slide/testsuite/bin cpappend.CMD

juergen     01/11/21 08:31:37

  Added:       testsuite/bin cpappend.CMD
  Log:
  Renamed from cp.CMD
  
  Revision  Changes    Path
  1.1                  jakarta-slide/testsuite/bin/cpappend.CMD
  
  Index: cpappend.CMD
  ===================================================================
  if "%_CP%" == "" GOTO NEW
  GOTO APPEND
  
  :NEW
  set _CP=%1
  GOTO END
  
  :APPEND
  set _CP=%_CP%;%1
  GOTO END
  
  :END
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>