As you should know, to view animation in DOS all you need to do is view it using the type command. EG type anim.txt.
But, if you're like me, you would have been wondering what the hell everyone was talking about since you've tried it and it doesn't work!
If that is the case, here is problem:
1 more thing. Sometimes, since UNIX uses a different newline thing, DOS users may need to change this to DOS format. I have a simple program to do this: reformat.zip .
When you view the animations, they will most likely zip by super fast! I have a small program which should allow you to slow it down somewhat...
Sometimes after viewing an animation, the screen will be at a different resolution. IE, the DOS screen will only have 40 or so columns instead of 80.
Now, without the ansi.sys device, you could simply rectify this by
typing in
mode con cols=80. But that
don't work no more!
Here is what I found works. You have to do 2 things:
prompt $e[0;133;"prompt $$e[=3l";13p --- F11 resets the screen.
prompt $e[0;134;"prompt $$p$$g";13p --- F12 resets the prompt.
Have you got a better way?? Please tell me it.
The program above (Art Show) can be used to view the animations, and typing show -r will reset the screen when ANSI.SYS has been loaded.