Jump to content

.cmd files at t-13


Recommended Posts

Hi I experienced this issue:

i have my cmdlines.txt that calls a .cmd file

Everything works great but in my echoed text showed during the execution of the .cme file special characters aren't showed correctly, i mean charachters such as è à and so on.

Can someone explain why does it happen?

Thank you

Link to comment
Share on other sites


alt+0232 and alt+0024 display fine in the command prompt.

I assume you are ensuring that the font package you are using to create the .cmd is also installed in the load. Easiest way would be to check the alt code in charmap, copying them from there cant hurt either.

A little difficult to guess at without being provided

1) the current .cmd

2) screenshots of the current results

Link to comment
Share on other sites

It works great.

I'd like to ask you how can insert the alt code in the cmd file?

Or how can i know what are other symbols for special characters?

For example opening your cmd with notepad you have … = à and Š = è , how can i discover other associations or example for ò or other symbols?

Thank you very much

Link to comment
Share on other sites

you should type the following (use the alt code in the cmd window, do not type 'a-l-t-+-0-2-3-2')

echo alt+0232>e.txt

echo alt+0024>a.txt

you will see the output files have the characters that Yzowl placed into the file. That most certainly is the remedy.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...