Opened 8 years ago
Closed 8 years ago
#62 closed defect (fixed)
CACHEF32.EXE no longer respects the /S parameter
| Reported by: | ataylor | Owned by: | |
|---|---|---|---|
| Priority: | Feedback Pending | Milestone: | Future |
| Component: | IFS | Version: | |
| Severity: | medium | Keywords: | |
| Cc: |
Description
Using build 0.10.r288. CACHEF32.EXE displays the message: FAT32: Unicode translate table for codepage xxx loaded. even when the /S (silent) switch is specified.
This is a regression to a long-running bug which was present in FAT32 builds 0.9.12 and earlier. This was fixed in 0.9.13 and the /S switch functioned as expected in that and later versions until the appearance of this regression.
Change History (4)
comment:2 by , 8 years ago
| Priority: | minor → Feedback Pending |
|---|
comment:4 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I don't see the message
But I see it without /s specified. Though, other messages are present. But I had complaints about behaviour of the /s option from Martin Iturbide -- he likes these options very much, so I fixed it for him. Probably, you're using a too old version -- please, try the latest one.
PS: Unicode translate table loadin is moved to uunifat.dll. The "regression" was because I did not properly passed the fSilent flag to correspondin routine. This was fixed in the r295.