| 1. |
Solve : Display square character? |
|
Answer» So I wrote "Flood it" in batch, but I'm getting complaints that the characters I used are not easy enough to see. So I was going to try to have them appear as █ or as ▓. The issue is that those only appear as ? when I put them into cmd, and they can't be saved into a batch file. ANSI encoding changes it to this Korean looking character, which doesn't work. Is this even possible?One of the tools for DOS was a program called "Visual Basic for DOS" from Microsoft. It is no longer supported. However, it is still an excellent way to draw anything on the display of the DOS screen. One of the tools for DOS was a program called "Visual Basic for DOS" from Microsoft.This has literally nothing to do with what they are asking. Quote However, it is still an excellent way to draw anything on the display of the DOS screen.On DOS machine he wouldn't be having this problem because the US codepage by default INCLUDES ASCII drawing characters. Quote Very little attention is now given to it. But there are a few sites that provide information. Again, the full name is:It's likely that it's related to it being a 16-bit DOS program and thus not working on x64 systems at all? The only thing I can guess you are referring to is the the way Visual BASIC for DOS draws forms. But that is only useful for creating forms. It's not useful to "draw anything on the display"; though you can get that with standard BASIC outside of the Forms environment (just like any version of QuickBASIC). Quote Quotation marks are needed for a search. Even so, Google wants to equate it with Visual Basic, which it is not. Partly true. Visual BASIC for MS-DOS was released after the initial version of Visual Basic. It was not entirely compatible with Visual Basic for Windows but it was possible to have a common codebase. The primary reason is that Visual BASIC for MS-DOS was basically the next version of QuickBASIC PDS (QuickBASIC 7.1) with a Forms UI that USES extended ASCII characters to draw stacked on top. |
|