home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / toolbgpf.zip / TB.CMD < prev    next >
OS/2 REXX Batch file  |  1995-01-01  |  2KB  |  48 lines

  1. @Echo Off
  2.  
  3. Rem  Generated by GPF (Gui Programming Facility) Version 2.1 Level(00)
  4.  
  5. Rem  ***************   tb Command File (.CMD)           *****************
  6. Rem  SubSystem       : Presentation Manager (32-Bit) - IBM C Set/2
  7. Rem  Program Name  : tb
  8. Rem  DataBase Name : No DBM
  9. Rem  Date and Time : Sun Jan  1 14:11:35 1995
  10. Rem  Program Level : 1.0
  11. Rem  Copyright       :
  12. Rem  *******************************************************************
  13.  
  14. Rem  *******************************************************************
  15. Rem
  16. Rem  This is the .CMD file containing the commands to compile, and link
  17. Rem  the tb Program.           ** Note:  A call is made to the File
  18. Rem  GpfSetup which sets the environment for this process.
  19. Rem
  20. Rem  *******************************************************************
  21.  
  22. Rem  If Error Generating Sample.
  23. Rem    Please check:
  24. Rem    1) GpfSetup
  25. Rem    2) That your Toolkit and C Compiler are installed correctly.
  26. Rem  *******************************************************************
  27.  
  28. SetLocal
  29.  
  30. SET SQL=%QRWINST%
  31. SET TK=F:\TOOLKT21
  32. SET CC=d:\IBMCpp
  33. SET WF=d:\IBMWF
  34. SET MM=d:\MMPMTLK
  35. SET PATH=%CC%\BIN;%WF%\BIN;%TK%\OS2BIN;%GPF%\BIN;%SQL%
  36. SET DPATH=%CC%\LOCAL;%CC%\HELP;%CC%\SYS;
  37. SET LIB=%CC%\LIB;%TK%\OS2LIB;%MM%\LIB;%GPF%\LIB;%SQL%
  38. SET INCLUDE=%CC%\INCLUDE;%TK%\C\OS2H;%MM%\H;%GPF%\INCLUDE;%SQL%
  39. SET IPFC=%TK%\IPFC;
  40.  
  41.     nmake uftb.mak
  42.     nMake.Exe /f tb.Mak
  43.  
  44. Rem Echo You are now ready to run the tb program you just built:
  45. Rem Echo Enter tb.Exe
  46.  
  47. EndLocal
  48.