Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

prompt $W/$w not working in TCC 36.52?

Jul
9
0
I am using TCC 36.52.87 (x64) on Windows 11 version 10.0.26200.9168.

In the TCC manual it says in the entry for the prompt command:

$W and $w behave like $P and $p for displaying upper/lower case.

I have not been able to get this distinction to work. Any pointers would be welcome.
 
It's been a very long time, but.... I think that distinction applied to MS-DOS 8.3 filenames. Not to the long filenames which we've been using since 1995. Or earlier, if you were using Windows NT.
 
Hmmm! $p gives lowercase; $w doesn't.

Code:
C:\Users\vefatica\AppData\Local\Package Cacheprompt $P$g

C:\Users\vefatica\AppData\Local\Package Cache>prompt $p$g

c:\users\vefatica\appdata\local\package cache>prompt $W$g

C:\...\Package Cache>prompt $w$g

C:\...\Package Cache>
 
Back
Top