Dietary Supplements | Download movies | Personal Loans | Credit Counseling | Credit Cards
Another simple (?) question in batch files [Archive] - PCMech Forums

PDA

View Full Version : Another simple (?) question in batch files


robo555
09-22-2000, 06:33 PM
I did some ASCII art and made a picture with a bunch of these characters: ллллллллл, in DOS, they come out as solid blocks.

I echoed them so they create a big pic that says ROBO, and it looks pretty good in Notepad, but when I open the bat file in DOS, everyline has a gap between it, so instead of looking something like:

ллллллллл
ллллллллл
ллллллллл
ллллллллл
ллллллллл

I get something like:

ллллллллл

ллллллллл

ллллллллл

ллллллллл

ллллллллл

Yesterday I couldn't figue out how to put gaps in my echos, now it forces me to put those gaps in there! How do I stop it from doing so? My pic looks really ugly with those gaps.

bob
09-22-2000, 09:35 PM
Looks like a wrap problem. Try in full screen dos---count charactors and adjust dos window size.

Would need a simplified example of the batch file that shows the problem for clarification.

kcbhiw
09-23-2000, 01:10 AM
i did the same thing. use a different character. i used
"л"without the quotes. no spaces for me

kevin