home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / asmutil / asmenv19.zip / TA.BAT < prev    next >
DOS Batch File  |  1993-11-14  |  793b  |  22 lines

  1. ══════════════════════════════════════════════════════════
  2. Auxiliary file distributed with ASMEnv.EXE for environment
  3. control work.
  4. Copyright (C) 1993 by Gene Fowler
  5.  
  6. TA.BAT is kept in the root directory and is called (\ta) to
  7. enter ASMEnv (which is in the TA directory). The purpose is
  8. to set up Borland's THelp so that it is integrated into
  9. ASMEnv. You'll find it on ^F1. Of course, it is assumed that
  10. you are working with TASM, have THelp.COM and .TAH in your
  11. TA directory along with ASMEnv.EXE. Paths are "sample" setup
  12. and restored usual.
  13.  
  14. ══════════════════════════════════════════════════════════
  15. @echo off
  16. cd \ta
  17. PATH c:\;c:\bp\bin;c:\ta;c:\td;C:\dos;c:\nutils
  18. thelp /k043B /w35,2,44,20
  19. ASMEnv
  20. thelp /u
  21. PATH c:\wp_april;c:\;c:\bp\bin;c:\ta;c:\td;c:\dos;c:\nutils
  22.