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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to