Graphics in Batch
Moderator: DosItHelp
Graphics in Batch
I'm just wondering whether it is possible to have graphics in a batch file like in EDIT.exe
phillid
phillid
Re: Graphics in Batch
How do I use it?
Re: Graphics in Batch
OS is XP? ANSI.SYS not worked under CMD.EXE
Add in CONFIG.NT next string
Then start ansi.sys demo
And must be
Add in CONFIG.NT next string
Code: Select all
device=%SystemRoot%\system32\ansi.sys
Then start ansi.sys demo
Code: Select all
command.com /c screen.bat
And must be
Re: Graphics in Batch
When I try that, it says that 'device' is not a command and that it can't find screen.bat
???
???
Re: Graphics in Batch
code device=%SystemRoot%\system32\ansi.sys need not to perform, but to add it to your "%SystemRoot%\system32\CONFIG.NT" file
screen.bat is here
screen.bat is here
Re: Graphics in Batch
Hello. It still doesn't work.
It just prints the escape commands on-screen...
I've added the device command to config.nt
Have I missed a step?
phillid
It just prints the escape commands on-screen...
I've added the device command to config.nt
Have I missed a step?
phillid
Re: Graphics in Batch
Run command.com /c screen.bat?
cmd.exe /c screen.bat does not work!
cmd.exe /c screen.bat does not work!
Re: Graphics in Batch
Hi guys.
I'm virtually certain that command.com isn't available on a 64 bit OS (because 16 bit apps don't work on it). So you phillid should check it.
Here I attached a small tool I wrote in C++. You could try it. But I never got a reply if it would work on a 64 bit Windows OS too.
Regards
aGerman
I'm virtually certain that command.com isn't available on a 64 bit OS (because 16 bit apps don't work on it). So you phillid should check it.
Here I attached a small tool I wrote in C++. You could try it. But I never got a reply if it would work on a 64 bit Windows OS too.
Regards
aGerman
Re: Graphics in Batch
OK Cool!!! Thanks so much !k
aGerman, the program works absolutely fine on XP
I'll tell some my friends about these solutions, some of them have also been wondering how to do this too!
Thanks!
Phillid
aGerman, the program works absolutely fine on XP
I'll tell some my friends about these solutions, some of them have also been wondering how to do this too!
Thanks!
Phillid