home *** CD-ROM | disk | FTP | other *** search
- @Echo off
- REM Psych0Tag sample batch file
- REM for use with GoldEd, or any message program that can call a external
- REM message editor
- REM by Andrew Ziem
- REM
- REM GoldEd.Cfg setup
- REM EDITOR C:\BAT\MSGEDIT.BAT @file
- REM
- @echo Calling DOS editor
- edit %1
- @echo Running Psych0Tag
- ptag /m- /p+ /o %1 /ac c:\util\ptag.cfg
-