home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / drvlib / comm / ecci / x86 / cfgloa~1.bat < prev    next >
DOS Batch File  |  1995-10-27  |  2KB  |  33 lines

  1. @echo off
  2. REM ;***********************************************************************;
  3. REM ;                                                                       ;
  4. REM ; ECCI  Copyright **** ECCI ****  -1992, 1993-.  This copyrighted  ECCI ;
  5. REM ; ECCI  material  is  the confidential,  unpublished  property of  ECCI ;
  6. REM ; ECCI  **** ECCI **** .  This copyright  notice  and  any  other  ECCI ;
  7. REM ; ECCI  copyright  notices  included  in  machine readable copies  ECCI ;
  8. REM ; ECCI  must be reproduced on all authorized copies.               ECCI ;
  9. REM ;                                                                       ;
  10. REM ;***********************************************************************;
  11. REM 
  12. REM ;
  13. REM ; $Id: cfgloaddlu.bat,v 1.1 1995/03/10 07:45:38 dennyr Exp $
  14. REM ;
  15. REM ; Log Information:
  16. REM ; $Log: cfgloaddlu.bat,v $
  17. REM ; Revision 1.1  1995/03/10  07:45:38  dennyr
  18. REM ; Initial revision
  19. REM ;
  20. REM ;
  21. REM ;
  22. REM ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. REM ;       file:   cfgloaddlu                                              ;
  24. REM ;       args:   $1 - clip device name                                   ;
  25. REM ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26. REM 
  27. REM ;       Download CW for specified Clip
  28. REM 
  29. REM ;/usr/etc/cwload -C /usr/etc/DLU-CW $1 > /usr/etc/scom/log/clip.`basename $1`.load 2>&1
  30.  
  31. rem echo Downloading %QuadPath%\etc\DLU-CW for %1
  32. %QuadPath%\etc\cwload -C %QuadPath%\etc\DLU-CW %1 >> %QuadPath%\etc\scom\log\CFGLOADDLU.LOG
  33.