home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PTAG046.ZIP / EXAMPLES.ARJ / MSGEDIT.BAT < prev   
Encoding:
DOS Batch File  |  1996-04-27  |  330 b   |  14 lines

  1. @Echo off
  2. REM Psych0Tag sample batch file
  3. REM for use with GoldEd, or any message program that can call a external
  4. REM   message editor
  5. REM by Andrew Ziem
  6. REM
  7. REM GoldEd.Cfg setup
  8. REM EDITOR C:\BAT\MSGEDIT.BAT @file
  9. REM
  10. @echo Calling DOS editor
  11. edit %1
  12. @echo Running Psych0Tag
  13. ptag /m- /p+ /o %1 /ac c:\util\ptag.cfg
  14.