home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1993 #2
/
Image.iso
/
os2
/
insp110p.zip
/
DUTILSRC.ZIP
/
TIC2DESC.TXT
< prev
Wrap
Text File
|
1993-05-05
|
574b
|
25 lines
--------
tic2desc
--------
Simple program to gather 4dos/files.bbs style descriptions from
*.tic and *.bad files.
Usage:
tic2desc [-d] [-f name]
-d Use description with file only (default also inserts address
from, area name and filename.
-f file Use 'file' for descriptions (default is 'files.bbs')
Useful when used with 4dos and/or InspectA.
---
Compile with C6 for OS/2:
cl -Ox -AS -G2s -DOS2 -Lp tic2desc.c -link /st:0x4000
Compile with C6 or C7 for MS-DOS
cl -Ox -AS -Gs tic2desc.c -link /st:0x4000