>This is probably a silly question, but how do I get txd.exe (PC version) to \
>output the disassembled game to a text file?
It's not a silly question but a DOS question.
Okay, this maybe qualifies it as a silly question. :-)
Anyway:
txd.exe mygame.z5 > output.fil
will create a file named "output.fil" or overwrite an existing file of
that name, while
txd.exe mygame.z5 >> output.fil
will append the output to an existing file "output.fil".
Refer to your DOS manual for more details on redirecting files or output
of programs. You can also (like in any decent IF game) type "help" at the
DOS prompt, if you are using DOS 5.0 or newer.
So long
Tom
-- "If it really is as good as Mac, where will they get their ideas from?" - Douglas Adams, on MS-Windows '95