home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpsgpf.zip / TRYIT.CMD < prev    next >
OS/2 REXX Batch file  |  1995-02-22  |  941b  |  30 lines

  1. @echo off
  2. //*****************************************************************************
  3. //
  4. // TITLE:          Simple WPS Class
  5. //
  6. // FILE:           tryit.cmd
  7. //
  8. // CLASS:          WPSimple
  9. //
  10. // AUTHOR:         02.95  Hans J. Eisenhuth
  11. //
  12. // MAJOR CHANGES:  00.00
  13. //
  14. // DESCRIPTION:    Replaces the old class definition (DLL) with the new one.
  15. //
  16. // (C) Copyright SE International, Inc. 1995. All rights reserved.
  17. // (C) Copyright SES GmbH Berlin 1995.        All rights reserved.
  18. //
  19. //*****************************************************************************
  20. rem ---------------------------------------------------------------------------
  21. rem - ATTENTION:
  22. rem - You must change the drive letter, if the ses directory is located on an
  23. rem - other drive than f:
  24. rem ---------------------------------------------------------------------------
  25. @echo on
  26. trysim /d
  27. copy sim.dll c:\os2\dll
  28. trysim /r
  29. trysim /c
  30.