• Can't find directory, but Everything says it's there

    From micky@21:1/5 to All on Sat Nov 25 23:05:29 2023
    XPost: alt.comp.software.firefox

    This is a Firefox question, I think, with serious Win10 overtones.
    Though there are other ways to do this, a big technical mystery is what interests me here:

    I can't find a directory, but Everything says it's there.

    I wanted to copy just some of the add-ons from a Firefox profile to a
    new profile.

    A) Firefox tells me that the profile I'm using is in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release
    and Everything says that its add-ons are in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions

    B) For simplified backup I put the new profile in
    C:\Data\FFProfiles
    and the 2 addons I later added using the usual add-on manager are in C:\Data\FFProfiles\extensions.

    "Everything" shows that A\extensions has 9 .xpi files and indeed,
    counting the ones I disabled, I have exactly 9, but when I went to the
    file manager to copy them to the B,
    the A directory existed, C:\Data\FFProfiles\extensions ,
    but the B Directory

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions
    is not shown, even though that very directory is shown 9 times in
    Everything!!
    The file manager does show the higher level directory:

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release

    So I thought, maybe I'm using a 32-bit file manager. I know from
    experience they will not show every file. (Specifically the HOSTS file
    does not show.) so I went to the file manager included in 64-bit
    Windows10 and I also dl'd Explorer++'s 64 bit version. Neither showed
    the extensions subdirectory. In fact each shows 7 subdirectories and
    one file, but in the brand new profile B (C:\Data\FFProfiles), there are
    shown 22 subdirectories (and one file), meaning 15 that aren't shown for
    the long established profile, including bookmarkbackups, crashes**, extension-store, and minidumps***. **Crashes and maybe all the others
    show up in Everything, but not in any of 3 file managers!!! How can
    this be?

    I long ago set windows to show Hidden Files and in the win10 file
    manager, there were checkboxes and Hidden and Extensions (like .txt)
    were both already checked. Unchecking and then rechecking didn't change
    things.

    ***I hope I've been clear. I can give you a whole list of the other 11
    missing subdirectories, if you want, and other details.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Sun Nov 26 04:06:44 2023
    XPost: alt.comp.software.firefox

    On 11/25/2023 11:05 PM, micky wrote:
    This is a Firefox question, I think, with serious Win10 overtones.
    Though there are other ways to do this, a big technical mystery is what interests me here:

    I can't find a directory, but Everything says it's there.

    I wanted to copy just some of the add-ons from a Firefox profile to a
    new profile.

    A) Firefox tells me that the profile I'm using is in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release
    and Everything says that its add-ons are in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions

    B) For simplified backup I put the new profile in
    C:\Data\FFProfiles
    and the 2 addons I later added using the usual add-on manager are in C:\Data\FFProfiles\extensions.

    "Everything" shows that A\extensions has 9 .xpi files and indeed,
    counting the ones I disabled, I have exactly 9, but when I went to the
    file manager to copy them to the B,
    the A directory existed, C:\Data\FFProfiles\extensions ,
    but the B Directory

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions
    is not shown, even though that very directory is shown 9 times in
    Everything!!
    The file manager does show the higher level directory:

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release

    So I thought, maybe I'm using a 32-bit file manager. I know from
    experience they will not show every file. (Specifically the HOSTS file
    does not show.) so I went to the file manager included in 64-bit
    Windows10 and I also dl'd Explorer++'s 64 bit version. Neither showed
    the extensions subdirectory. In fact each shows 7 subdirectories and
    one file, but in the brand new profile B (C:\Data\FFProfiles), there are shown 22 subdirectories (and one file), meaning 15 that aren't shown for
    the long established profile, including bookmarkbackups, crashes**, extension-store, and minidumps***. **Crashes and maybe all the others
    show up in Everything, but not in any of 3 file managers!!! How can
    this be?

    I long ago set windows to show Hidden Files and in the win10 file
    manager, there were checkboxes and Hidden and Extensions (like .txt)
    were both already checked. Unchecking and then rechecking didn't change things.

    ***I hope I've been clear. I can give you a whole list of the other 11 missing subdirectories, if you want, and other details.


    explorer.exe 32-bit versus 64-bit, is a NON-ISSUE.

    32-bit matters if some 32-bit DLLs were missing,
    or a visual studio runtime 32 bit version was missing,
    or a .NET 32-bit thing was missing. But for 64-bit file pointers,
    32-bit runtimes have had 64-bit pointers for eons.

    The 32-bit and 64-bit programs would be functionally equivalent.

    *******

    I'm not seeing an attempt to use attributes.

    [Picture]

    https://i.postimg.cc/fb8ZdN2B/extension-storage-115-ESR.gif

    That's 115ESR (a test for a Win7 user), where I've switched the
    Profile selection to the regular release, as a demo of Profile Manager.

    The folder and file, for my test extension "Emoji", are visible.

    I used about:profiles to easily access the folder the browser is using.
    There is an Open button (for the Root directory in this case).

    You're claiming a file like this, is not visible. I can see it.
    It's not Hidden. dir /ah folder_part would have shown a Hidden item.
    I don't need to use dir /ah to see this.

    C:\Users\bullwinkle\AppData\Roaming\Mozilla\Firefox\Profiles\vfoi5r0q.default-release\extensions\emoji@saveriomorelli.com.xpi

    This is the Attribute table, when using bitfield info about a file.
    Files have more than the three basic MSDOS attributes now, so the
    table is larger.

    File attributes can be read with [administrator] fsutil usn readdata FileNameAbsolutePath

    Constants - the following attribute values are returned by the GetFileAttributes function:

    FILE_ATTRIBUTE_READONLY = 1 (0x1) \
    FILE_ATTRIBUTE_HIDDEN = 2 (0x2) \___ Original DOS set
    FILE_ATTRIBUTE_SYSTEM = 4 (0x4) /
    FILE_ATTRIBUTE_DIRECTORY = 16 (0x10)
    FILE_ATTRIBUTE_ARCHIVE = 32 (0x20)
    FILE_ATTRIBUTE_NORMAL = 128 (0x80)
    FILE_ATTRIBUTE_TEMPORARY = 256 (0x100)
    FILE_ATTRIBUTE_SPARSE_FILE = 512 (0x200)
    FILE_ATTRIBUTE_REPARSE_POINT = 1024 (0x400) <--- new compression uses a ReparsePoint + custom
    FILE_ATTRIBUTE_COMPRESSED = 2048 (0x800) <--- old compression
    FILE_ATTRIBUTE_OFFLINE = 4096 (0x1000)
    FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = 8192 (0x2000)
    FILE_ATTRIBUTE_ENCRYPTED = 16384 (0x4000)

    Now, I'm going to feed that whacking-great absolute path, to the
    fsutil command. Note that a person COULD turn off their USN,
    in which case the command would not work. Most people have a
    functional USN on NTFS C: drive.

    emoji@saveriomorelli.com.xpi

    File Attributes : 0x20 # Archive bit, part of "backup management"
    # This may track whether a file has been backed up.

    The other aspect, would be permissions or ACLs. Which is
    actually a complex subject. It takes fifty web pages (screens
    of text) to explain it all. And the guy writing the thesis in
    one case, stopped, and wrote "this particular variant is so
    obscure, it is not worth writing up". Just to give some idea
    that even the OCD of the world, have limits :-)

    Now, everybody, even Bullwinkle, has Full Control of that file.
    The permissions do not prevent access.

    But if you're looking in the wrong profile folder, then naturally
    there is no Extensions folder :-)

    *******

    Now, let's use nfi.exe and check the entry.

    [Admin Command Prompt -- program reads the $MFT to bypass permissions]

    nfi.exe C: > nfi_c_out.txt # Instead of doing all of C: , I can just feed it the file.
    # But for your first run, do it as shown. You can learn a lot
    # about how badly your C: needs cleaning, from that file.

    Perfectly normal looking for a Win10 file. The file is 45MB, so you expect it to take some space.
    "Size on disk" in Properties is 46,374,912 or 90576 sectors. Which agrees exactly with B - A + 1 sectors below.

    \Users\bullwinkle\AppData\Roaming\Mozilla\Firefox\Profiles\vfoi5r0q.default-release\extensions\emoji@saveriomorelli.com.xpi
    $STANDARD_INFORMATION (resident)
    $FILE_NAME (resident)
    $FILE_NAME (resident)
    $DATA (nonresident)
    logical sectors 52962272-53052847 (0x32823e0-0x32985af)

    A check from Linux shows that there is only one Filenum 57362,
    so the file does not have two filenames and no hardlink is present.
    ls -Ri * shows the filenum field. If the same filenum appears
    multiple times in Linux, then the file has "hardlinks".

    *******

    If you need a copy of nfi.exe, you can get it here. It is inside that ZIP file.

    https://web.archive.org/web/20150223112102/http://download.microsoft.com/download/win2000srv/utility/3.0/nt45/en-us/oem3sr2.zip

    nfi.exe c: > nfi_c_out.txt

    notepad nfi_c_out.txt # Open in Notepad

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From knuttle@21:1/5 to micky on Sun Nov 26 08:16:44 2023
    XPost: alt.comp.software.firefox

    On 11/25/2023 11:05 PM, micky wrote:
    This is a Firefox question, I think, with serious Win10 overtones.
    Though there are other ways to do this, a big technical mystery is what interests me here:

    I can't find a directory, but Everything says it's there.

    I wanted to copy just some of the add-ons from a Firefox profile to a
    new profile.

    A) Firefox tells me that the profile I'm using is in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release
    and Everything says that its add-ons are in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions

    B) For simplified backup I put the new profile in
    C:\Data\FFProfiles
    and the 2 addons I later added using the usual add-on manager are in C:\Data\FFProfiles\extensions.

    "Everything" shows that A\extensions has 9 .xpi files and indeed,
    counting the ones I disabled, I have exactly 9, but when I went to the
    file manager to copy them to the B,
    the A directory existed, C:\Data\FFProfiles\extensions ,
    but the B Directory

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions
    is not shown, even though that very directory is shown 9 times in
    Everything!!
    The file manager does show the higher level directory:

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release

    So I thought, maybe I'm using a 32-bit file manager. I know from
    experience they will not show every file. (Specifically the HOSTS file
    does not show.) so I went to the file manager included in 64-bit
    Windows10 and I also dl'd Explorer++'s 64 bit version. Neither showed
    the extensions subdirectory. In fact each shows 7 subdirectories and
    one file, but in the brand new profile B (C:\Data\FFProfiles), there are shown 22 subdirectories (and one file), meaning 15 that aren't shown for
    the long established profile, including bookmarkbackups, crashes**, extension-store, and minidumps***. **Crashes and maybe all the others
    show up in Everything, but not in any of 3 file managers!!! How can
    this be?

    I long ago set windows to show Hidden Files and in the win10 file
    manager, there were checkboxes and Hidden and Extensions (like .txt)
    were both already checked. Unchecking and then rechecking didn't change things.

    ***I hope I've been clear. I can give you a whole list of the other 11 missing subdirectories, if you want, and other details.
    While there may be other ways, the easiest and fastest is to copy the
    contents of Profile A to Profile B. Once you have the profile in B,
    open Firefox Profile B and go to TOOLS, ADD-ONS MANAGER. Review and
    delete all of the items that you don't want in Profile B. Clear the
    cache, and any thing you don't want. Install any Addons that are still
    needed in B.

    This way is the simplest, and does not run the risk of of messing
    something up in the Config file.

    When I accepted a volunteer position with the Church his is the way I
    got Firefox running on the chruch computer that came with the position.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Fox on Sun Nov 26 14:05:14 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 19:32:51 +1300, Ralph
    Fox <-rf-nz-@-.invalid> wrote:

    On Sat, 25 Nov 2023 23:05:29 -0500, micky wrote:

    This is a Firefox question, I think, with serious Win10 overtones.
    Though there are other ways to do this, a big technical mystery is what
    interests me here:

    I can't find a directory, but Everything says it's there.

    I wanted to copy just some of the add-ons from a Firefox profile to a
    new profile.

    A) Firefox tells me that the profile I'm using is in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release

    Odd. I have _two_ folders - one with the \Local\ as above and one with \Roaming\ instead.
    The one which Firefox's about:support tells me is the one with \Roaming\.

    Oh, you're right. I had a reason for saying Local but I don't know what
    it was.


    and Everything says that its add-ons are in

    C:\Users\mmm\AppData\Local\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions

    My extensions sub-folder is in the one with \Roaming\, not in the one with \Local\.

    The second mistake was caused by the first. Just copied the mistaken url
    and changed it. :-( Ah, I went to answer Dave's short reply and
    figured it out while there. Please see my answer to him.
    .....

    Maybe try looking in >C:\Users\mmm\AppData\Roaming\Mozilla\Firefox\Profiles\v51v33yo.default-release\extensions
    with \Roaming\ instead of \Local\

    Indeed!

    I was able to copy the add-on, from the Everything window that had found
    it. Some of the add-on files have names that echo the add-on name. Some
    don't. What I was looking for did.


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Dave on Sun Nov 26 14:01:46 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 08:02:56 +0000 (GMT),
    Dave <news@triffid.co.uk> wrote:

    In article <rvg5mi5ktd4o3n3u1stj5hu6tgaodflp39@4ax.com>,
    micky <NONONOmisc07@fmguy.com> wrote:
    {snippy]

    ***I hope I've been clear. I can give you a whole list of the other 11
    missing subdirectories, if you want, and other details.

    I don't understand... :-/

    Why are you attempting to use/copy anything out of the >...\AppData\Local\Mozilla\Firefox\Profile?

    This is a lost cause... as the Local profile stored there only contains a >small part of the real/full Profile.

    Apparently I had used roaming. Aha, I was using about:profiles and it
    gives two profiles with the same name in the right-most part,
    default-release and default, and each has a root directory and a local directory, and the first is in roaming and the other in local. That
    accounts for the difference of 7 vs 22 subdirs.

    And I guess that accounts for main part of my question also. I didn't
    realize there would be two files ending in v51v33yo.default-release and
    didn't notice there were two different directories 3 levels higher.

    Strangely complicated but I'm sure they had a reason. But when I
    created that third profile and put it in data/FFProfiles, it only had
    one directory.

    Your full, day to day in use Profile is usually in >...\AppData\Roaming\Mozilla\Firefox\Profiles\nnnxxx123.default

    Example:
    --------
    My ...\AppData \Local\Mozilla\Firefox\Profiles\nnnxxx123.default, contains >2,645 files and 17 folders.

    My day to day in use Profile at, >...\AppData\Roaming\Mozilla\Firefox\Profiles\nnnxxx123.default, contains >11,363 files and 4,049 folders.

    That's a lot of difference... :-)

    D.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to knuttle on Sun Nov 26 14:09:07 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 08:16:44 -0500,
    knuttle <keith_nuttle@yahoo.com> wrote:


    While there may be other ways, the easiest and fastest is to copy the >contents of Profile A to Profile B. Once you have the profile in B,
    open Firefox Profile B and go to TOOLS, ADD-ONS MANAGER. Review and
    delete all of the items that you don't want in Profile B. Clear the

    I will save that for next time. In this case I didn't want the open tabs
    or history or bookmarks, and I think I could have copied and deleted
    them but this was more direct. After restarting FF, I did have to go
    to the add-on manager, like you say, and the new add-ons were there but disabled, and I had to approve enabling them.

    cache, and any thing you don't want. Install any Addons that are still >needed in B.

    This way is the simplest, and does not run the risk of of messing
    something up in the Config file.

    When I accepted a volunteer position with the Church his is the way I
    got Firefox running on the chruch computer that came with the position.

    "his", not "this". A freudian slip perhaps?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to micky on Sun Nov 26 20:44:44 2023
    XPost: alt.comp.software.firefox

    On 2023-11-26 20:20, micky wrote:
    In alt.comp.software.firefox, on Sun, 26 Nov 2023 04:06:44 -0500, Paul <nospam@needed.invalid> wrote:


    explorer.exe 32-bit versus 64-bit, is a NON-ISSUE.

    32-bit matters if some 32-bit DLLs were missing,
    or a visual studio runtime 32 bit version was missing,
    or a .NET 32-bit thing was missing. But for 64-bit file pointers,
    32-bit runtimes have had 64-bit pointers for eons.

    The 32-bit and 64-bit programs would be functionally equivalent.

    I'm not sure if we're disagreeing or not, but I promise you that a
    32-bit file manager will not see certain files. It's been 10 years and
    I don't remember if I found more than one, but I know I tried 4 32-big
    file managers that I had started using befofre I realized there could be
    a problem, and none would see the HOSTS file.

    There is no technical reason for this that I can think of.

    At the OS filesystem driver level, a 32 bit OS has a problem reading
    huge sizes. But if the OS is running, I can not imagine why it would not
    see some files.

    A commercial reason by Windows to make you buy a new "better" file
    manager? :-?

    Some flags stored in 64 bit, saying the file is hidden?

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Sun Nov 26 14:20:34 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 04:06:44 -0500, Paul <nospam@needed.invalid> wrote:


    explorer.exe 32-bit versus 64-bit, is a NON-ISSUE.

    32-bit matters if some 32-bit DLLs were missing,
    or a visual studio runtime 32 bit version was missing,
    or a .NET 32-bit thing was missing. But for 64-bit file pointers,
    32-bit runtimes have had 64-bit pointers for eons.

    The 32-bit and 64-bit programs would be functionally equivalent.

    I'm not sure if we're disagreeing or not, but I promise you that a
    32-bit file manager will not see certain files. It's been 10 years and
    I don't remember if I found more than one, but I know I tried 4 32-big
    file managers that I had started using befofre I realized there could be
    a problem, and none would see the HOSTS file.

    The 32-bit version of one or two was free and there was a charge for the 64-bit, and I didnt' want to pay since there was a 64 built in to the
    windows, but otoh I wanted more features. PowerDesk I liked and it
    eventually came out with a 64-bit, they said, but the 64-bit had other
    big problems, I forget what. I think I'd paid for it and they gave me my
    money back. (That company's software often had problems. Once a backup
    program of theirs deleted 2 gigs of my files, but I digress.)

    *******

    I'm not seeing an attempt to use attributes.

    [Picture]

    https://i.postimg.cc/fb8ZdN2B/extension-storage-115-ESR.gif

    That's 115ESR (a test for a Win7 user), where I've switched the
    Profile selection to the regular release, as a demo of Profile Manager.

    The folder and file, for my test extension "Emoji", are visible.

    I used about:profiles to easily access the folder the browser is using.
    There is an Open button (for the Root directory in this case).

    Thank you for the long answer. I'm embarrassed that the reason was my
    own mistake, as I describe in my answer to Dave.

    (Dave, I added win10 back to my reply to you so that anyone who was
    reading in the win10 ng would see my fairly stupid mistake.)



    You're claiming a file like this, is not visible. I can see it.
    It's not Hidden. dir /ah folder_part would have shown a Hidden item.
    I don't need to use dir /ah to see this.

    C:\Users\bullwinkle\AppData\Roaming\Mozilla\Firefox\Profiles\vfoi5r0q.default-release\extensions\emoji@saveriomorelli.com.xpi

    This is the Attribute table, when using bitfield info about a file.
    Files have more than the three basic MSDOS attributes now, so the
    table is larger.

    File attributes can be read with [administrator] fsutil usn readdata FileNameAbsolutePath

    Constants - the following attribute values are returned by the GetFileAttributes function:

    FILE_ATTRIBUTE_READONLY = 1 (0x1) \
    FILE_ATTRIBUTE_HIDDEN = 2 (0x2) \___ Original DOS set
    FILE_ATTRIBUTE_SYSTEM = 4 (0x4) /
    FILE_ATTRIBUTE_DIRECTORY = 16 (0x10)
    FILE_ATTRIBUTE_ARCHIVE = 32 (0x20)
    FILE_ATTRIBUTE_NORMAL = 128 (0x80)
    FILE_ATTRIBUTE_TEMPORARY = 256 (0x100)
    FILE_ATTRIBUTE_SPARSE_FILE = 512 (0x200)
    FILE_ATTRIBUTE_REPARSE_POINT = 1024 (0x400) <--- new compression uses a ReparsePoint + custom
    FILE_ATTRIBUTE_COMPRESSED = 2048 (0x800) <--- old compression
    FILE_ATTRIBUTE_OFFLINE = 4096 (0x1000)
    FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = 8192 (0x2000)
    FILE_ATTRIBUTE_ENCRYPTED = 16384 (0x4000)

    Now, I'm going to feed that whacking-great absolute path, to the
    fsutil command. Note that a person COULD turn off their USN,
    in which case the command would not work. Most people have a
    functional USN on NTFS C: drive.

    emoji@saveriomorelli.com.xpi

    File Attributes : 0x20 # Archive bit, part of "backup management"
    # This may track whether a file has been backed up.

    The other aspect, would be permissions or ACLs. Which is
    actually a complex subject. It takes fifty web pages (screens
    of text) to explain it all. And the guy writing the thesis in
    one case, stopped, and wrote "this particular variant is so
    obscure, it is not worth writing up". Just to give some idea
    that even the OCD of the world, have limits :-)

    Now, everybody, even Bullwinkle, has Full Control of that file.
    The permissions do not prevent access.

    But if you're looking in the wrong profile folder, then naturally
    there is no Extensions folder :-)

    *******

    Now, let's use nfi.exe and check the entry.

    [Admin Command Prompt -- program reads the $MFT to bypass permissions]

    nfi.exe C: > nfi_c_out.txt # Instead of doing all of C: , I can just feed it the file.
    # But for your first run, do it as shown. You can learn a lot
    # about how badly your C: needs cleaning, from that file.

    Perfectly normal looking for a Win10 file. The file is 45MB, so you expect it to take some space.
    "Size on disk" in Properties is 46,374,912 or 90576 sectors. Which agrees exactly with B - A + 1 sectors below.

    \Users\bullwinkle\AppData\Roaming\Mozilla\Firefox\Profiles\vfoi5r0q.default-release\extensions\emoji@saveriomorelli.com.xpi
    $STANDARD_INFORMATION (resident)
    $FILE_NAME (resident)
    $FILE_NAME (resident)
    $DATA (nonresident)
    logical sectors 52962272-53052847 (0x32823e0-0x32985af)

    A check from Linux shows that there is only one Filenum 57362,
    so the file does not have two filenames and no hardlink is present.
    ls -Ri * shows the filenum field. If the same filenum appears
    multiple times in Linux, then the file has "hardlinks".

    *******

    If you need a copy of nfi.exe, you can get it here. It is inside that ZIP file.

    https://web.archive.org/web/20150223112102/http://download.microsoft.com/download/win2000srv/utility/3.0/nt45/en-us/oem3sr2.zip

    nfi.exe c: > nfi_c_out.txt

    notepad nfi_c_out.txt # Open in Notepad

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Carlos E. R. on Sun Nov 26 19:54:36 2023
    XPost: alt.comp.software.firefox

    Carlos E. R. wrote:

    At the OS filesystem driver level, a 32 bit OS has a problem reading
    huge sizes.

    Even then, not really ... Win32 API uses two LONG integers for the high
    and low "halves" of a 64bit pointer for file seeking.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Sun Nov 26 19:46:43 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    I promise you that a 32-bit file manager will not see certain files.
    It's been 10 years and I don't remember if I found more than one, but
    I know I tried 4 32-big file managers that I had started using
    befofre I realized there could be a problem, and none would see the
    HOSTS file.

    even using "run as administrator"?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From knuttle@21:1/5 to All on Sun Nov 26 15:56:20 2023
    XPost: alt.comp.software.firefox

    T24gMTEvMjYvMjAyMyAzOjQ3IFBNLCBrbnV0dGxlIHdyb3RlOg0KPiBPbiAxMS8yNi8yMDIz IDI6MDkgUE0sIG1pY2t5IHdyb3RlOg0KPj4gSW4gYWx0LmNvbXAuc29mdHdhcmUuZmlyZWZv eCwgb24gU3VuLCAyNiBOb3YgMjAyMyAwODoxNjo0NCAtMDUwMCwNCj4+IGtudXR0bGUgPGtl aXRoX251dHRsZUB5YWhvby5jb20+IHdyb3RlOg0KPj4NCj4+Pg0KPj4+IFdoaWxlIHRoZXJl IG1heSBiZSBvdGhlciB3YXlzLCB0aGUgZWFzaWVzdCBhbmQgZmFzdGVzdCBpcyB0byBjb3B5 IHRoZQ0KPj4+IGNvbnRlbnRzIG9mIFByb2ZpbGUgQSB0byBQcm9maWxlIEIuwqAgT25jZSB5 b3UgaGF2ZSB0aGUgcHJvZmlsZSBpbiBCLA0KPj4+IG9wZW4gRmlyZWZveCBQcm9maWxlIEIg YW5kIGdvIHRvwqAgVE9PTFMsIEFERC1PTlMgTUFOQUdFUi7CoMKgIFJldmlldyBhbmQNCj4+ PiBkZWxldGUgYWxsIG9mIHRoZSBpdGVtcyB0aGF0IHlvdSBkb24ndCB3YW50IGluIFByb2Zp bGUgQi7CoCBDbGVhciB0aGUNCj4+DQo+PiBJIHdpbGwgc2F2ZSB0aGF0IGZvciBuZXh0IHRp bWUuIEluIHRoaXMgY2FzZSBJIGRpZG4ndCB3YW50IHRoZSBvcGVuIHRhYnMNCj4+IG9yIGhp c3Rvcnkgb3IgYm9va21hcmtzLCBhbmQgSSB0aGluayBJIGNvdWxkIGhhdmUgY29waWVkIGFu ZCBkZWxldGVkDQo+PiB0aGVtIGJ1dCB0aGlzIHdhcyBtb3JlIGRpcmVjdC7CoMKgIEFmdGVy IHJlc3RhcnRpbmcgRkYsIEkgZGlkIGhhdmUgdG8gZ28NCj4+IHRvIHRoZSBhZGQtb24gbWFu YWdlciwgbGlrZSB5b3Ugc2F5LCBhbmQgdGhlIG5ldyBhZGQtb25zIHdlcmUgdGhlcmUgYnV0 DQo+PiBkaXNhYmxlZCwgYW5kIEkgaGFkIHRvIGFwcHJvdmUgZW5hYmxpbmcgdGhlbS4NCj4+ DQo+Pj4gY2FjaGUsIGFuZCBhbnkgdGhpbmcgeW91IGRvbid0IHdhbnQuwqAgSW5zdGFsbCBh bnkgQWRkb25zIHRoYXQgYXJlIHN0aWxsDQo+Pj4gbmVlZGVkIGluIEIuDQo+Pj4NCj4+PiBU aGlzIHdheSBpcyB0aGUgc2ltcGxlc3QsIGFuZCBkb2VzIG5vdCBydW4gdGhlIHJpc2sgb2Yg b2YgbWVzc2luZw0KPj4+IHNvbWV0aGluZyB1cCBpbiB0aGUgQ29uZmlnIGZpbGUuDQo+Pj4N Cj4+PiBXaGVuIEkgYWNjZXB0ZWQgYSB2b2x1bnRlZXIgcG9zaXRpb24gd2l0aCB0aGUgQ2h1 cmNoIGhpcyBpcyB0aGUgd2F5IEkNCj4+PiBnb3QgRmlyZWZveCBydW5uaW5nIG9uIHRoZSBj aHJ1Y2ggY29tcHV0ZXIgdGhhdCBjYW1lIHdpdGggdGhlIHBvc2l0aW9uLg0KPj4NCj4+ICJo aXMiLCBub3QgInRoaXMiLsKgIEEgZnJldWRpYW4gc2xpcCBwZXJoYXBzPw0KPiBGYXQgOCB5 ZWFyIG9sZCBmaW5nZXJzIDstfQ0KVHJ5IDgwIHllYXJzIG9sZA0K

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From knuttle@21:1/5 to micky on Sun Nov 26 15:47:39 2023
    XPost: alt.comp.software.firefox

    On 11/26/2023 2:09 PM, micky wrote:
    In alt.comp.software.firefox, on Sun, 26 Nov 2023 08:16:44 -0500,
    knuttle <keith_nuttle@yahoo.com> wrote:


    While there may be other ways, the easiest and fastest is to copy the
    contents of Profile A to Profile B. Once you have the profile in B,
    open Firefox Profile B and go to TOOLS, ADD-ONS MANAGER. Review and
    delete all of the items that you don't want in Profile B. Clear the

    I will save that for next time. In this case I didn't want the open tabs
    or history or bookmarks, and I think I could have copied and deleted
    them but this was more direct. After restarting FF, I did have to go
    to the add-on manager, like you say, and the new add-ons were there but disabled, and I had to approve enabling them.

    cache, and any thing you don't want. Install any Addons that are still
    needed in B.

    This way is the simplest, and does not run the risk of of messing
    something up in the Config file.

    When I accepted a volunteer position with the Church his is the way I
    got Firefox running on the chruch computer that came with the position.

    "his", not "this". A freudian slip perhaps?
    Fat 8 year old fingers ;-}

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Burns on Sun Nov 26 16:13:00 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 19:46:43 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:


    micky wrote:

    I promise you that a 32-bit file manager will not see certain files.
    It's been 10 years and I don't remember if I found more than one, but
    I know I tried 4 32-big file managers that I had started using
    befofre I realized there could be a problem, and none would see the
    HOSTS file.

    even using "run as administrator"?

    It's been 10 years but very very probably not. Well, except that -- and
    this is generally beyond me -- I'm always logged in with an
    admistrator's id -- so that would be a Yes -- but iirc that's not the
    same as adminstrative priveleges -- so that would be a No.

    So, have any of you tried it? After all, I'm happy with what I said but
    you all doubt that it's so.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to knuttle on Sun Nov 26 16:15:01 2023
    XPost: alt.comp.software.firefox

    In alt.comp.software.firefox, on Sun, 26 Nov 2023 15:56:20 -0500,
    knuttle <keith_nuttle@yahoo.com> wrote:

    On 11/26/2023 3:47 PM, knuttle wrote:
    On 11/26/2023 2:09 PM, micky wrote:
    In alt.comp.software.firefox, on Sun, 26 Nov 2023 08:16:44 -0500,
    knuttle <keith_nuttle@yahoo.com> wrote:


    While there may be other ways, the easiest and fastest is to copy the
    contents of Profile A to Profile B.  Once you have the profile in B,
    open Firefox Profile B and go to  TOOLS, ADD-ONS MANAGER.   Review and >>>> delete all of the items that you don't want in Profile B.  Clear the

    I will save that for next time. In this case I didn't want the open tabs >>> or history or bookmarks, and I think I could have copied and deleted
    them but this was more direct.   After restarting FF, I did have to go
    to the add-on manager, like you say, and the new add-ons were there but
    disabled, and I had to approve enabling them.

    cache, and any thing you don't want.  Install any Addons that are still >>>> needed in B.

    This way is the simplest, and does not run the risk of of messing
    something up in the Config file.

    When I accepted a volunteer position with the Church his is the way I
    got Firefox running on the chruch computer that came with the position. >>>
    "his", not "this".  A freudian slip perhaps?
    Fat 8 year old fingers ;-}

    I was about to say that you're very smart for an 8-year old.

    Try 80 years old

    My fingers are one of the few parts that haven't gotten fat. But then I
    have, gw, 4 more years until I'm 80.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Sun Nov 26 21:27:09 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    Andy Burns wrote:

    even using "run as administrator"?

    I'm always logged in with an
    admistrator's id -- so that would be a Yes -- but iirc that's not the
    same as adminstrative priveleges -- so that would be a No.

    that's right, just being an admin user doesn't automatically use your
    admin rights

    So, have any of you tried it?
    Which file manager?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Burns on Sun Nov 26 17:11:48 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sun, 26 Nov 2023 21:27:09 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    Andy Burns wrote:

    even using "run as administrator"?

    I'm always logged in with an
    admistrator's id -- so that would be a Yes -- but iirc that's not the
    same as adminstrative priveleges -- so that would be a No.

    that's right, just being an admin user doesn't automatically use your
    admin rights

    I would have thought this was an inevitable problem with language, were
    it not for MS's other more ridiculous double uses of words, like
    explorer and another I forget. Given that, I'd say they should have had
    two clearly differentiated terms for the two above.

    So, have any of you tried it?

    hich file manager?

    One was the built-in win10 fiile manager-- no, that did find it
    because it was 64-bit
    Another was xplorer2 lite.
    Another was PowerDesk, a great program that I can send you if you
    want. It is hard or impossible to find online these days. I find it
    easy to use esp. for unzipping, for folder-size, and it shows 2 panes
    with the same double-pane info (total 4). (Xplorer lite shows a 3rd pane
    in the bottom right, but I never understood what I could do with the 3rd
    pane.)
    There was at least one more but it's icon is no longer on the desktop
    or it was left behind on an earlier computer.
    After 3 I concluded all the 32-bit were the same.

    Go look for HOSTS in C:\windows\system32\drivers\etc probably, or
    wherever it is.
    PowerDesk doesn't even show the etc directory!!
    Nor does xplorer2 lite.

    So if the etc directory isn't shown, hosts.ics is also not shown and 4
    other files, such as networks, protocol, services, none of which are
    hidden from the win10 file manager (whose name is hidden from me.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to micky on Sun Nov 26 16:07:01 2023
    XPost: alt.comp.software.firefox

    On Sun, 26 Nov 2023 14:20:34 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    ...I promise you that a 32-bit file manager will not see certain files.

    I've never encountered that and don't remember anyone bringing it up before. I hope the mystery gets solved.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Andy Burns on Sun Nov 26 19:48:16 2023
    XPost: alt.comp.software.firefox

    On 11/26/2023 2:54 PM, Andy Burns wrote:
    Carlos E. R. wrote:

    At the OS filesystem driver level, a 32 bit OS has a problem reading huge sizes.

    Even then, not really ... Win32 API uses two LONG integers for the high and low "halves" of a 64bit pointer for file seeking.


    There are some comments in here, regarding behaviors of older
    and much older OSes.

    C:\MinGW\include\stdio.h

    FILE * fopen64 (const char *, const char *); /* filename, filemode */

    # This stanza suggests Micky may be correct, for really old OSes.
    # And less correct for modern OSes. Maybe WinXP had proper 64 bit offsets
    # while it was a 32-bit OS. it suggests that MSVCRT (C runtime), did not
    # always exist. And whatever came before, had a different stdio.h .

    #ifdef __MSVCRT__
    /* ...an explicitly 64-bit file offset type, for MSVCRT.DLL users...
    */
    # define __need___off64_t
    #else
    /* ...or a 32-bit equivalent, for pre-MSVCRT.DLL users.
    */
    # define __need___off32_t
    #endif

    /* This would be a private function. Offset would be a 64 bit operand */

    int __mingw_fseek (FILE *, __off64_t, int); /* stream, offset, whence = SEEK_SET, SEEK_CUR, or SEEK_END */

    The reason fwrite() and fread() don't need length parameters of 64 bits
    for their buffer operation, is a 32 bit OS, has a 2GB/2GB user/kernel split
    or a 3GB/1GB user/kernel split. A 3GB length parameter for a 3GB buffer,
    is easily carried in a 32-bit size_t.

    Using PAE, you can define multiple processes, each
    with a kernel/user split, to use all the RAM, but that does not change
    the dynamics per-process. They still have limited address space,
    limited buffer definitions. Physical devices themselves have a max_length, which can be rather small (1MB maybe). Depending on how your call is
    being chopped up behind your back, you can actually get a code back
    from a device that the size is too large.

    When you read or write, the F_POS is recorded and something other than
    your program does the 64-bit math. Perhaps ftell() can tell you where
    the pointer is right now. Seek commands push the pointer around. This
    is why the private seek above, has an __off64_t, because when seeking,
    you could be seeking 64-bit distances, and going back to writing
    "chunks" handled by 32-bit size descriptions.

    I had to figure some of this out, when writing my file compressor,
    and that's when I needed 64-bit size capability, to get past
    handling only trivial sized files.

    It would be on a 64-bit OS, where you'd need an fwrite64().
    As now you can have buffers the size of a dual socket Epyc.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Char Jackson on Sun Nov 26 20:34:28 2023
    XPost: alt.comp.software.firefox

    On 11/26/2023 5:07 PM, Char Jackson wrote:
    On Sun, 26 Nov 2023 14:20:34 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    ...I promise you that a 32-bit file manager will not see certain files.

    I've never encountered that and don't remember anyone bringing it up before. I
    hope the mystery gets solved.


    This could be a W95/W98 issue, but unlikely to be a Win2K/WinXP issue.
    As far as I can remember, both of the latter two had msvcrt.dll.

    There could be some sort of temporal dividing line, between what
    Micky was seeing, and today.

    I was putting LARGEFILE support in my MinGW32 programs, so that
    involves 64-bit offsets. And there are still some minor tricks,
    even in a 64-bit environment. There are some #DEFINEs you have to do.

    I've always been able to access the HOSTS file. (And especially when
    it was on FAT32 :-) )

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Sun Nov 26 20:56:25 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sun, 26 Nov 2023 19:48:16 -0500, Paul <nospam@needed.invalid> wrote:


    # This stanza suggests Micky may be correct, for really old OSes.

    I am always correct. In high school I was voted the Most Refined Boy in
    the sophomore class.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Jackson on Sun Nov 26 20:58:59 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sun, 26 Nov 2023 16:07:01 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Sun, 26 Nov 2023 14:20:34 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    ...I promise you that a 32-bit file manager will not see certain files.

    I've never encountered that and don't remember anyone bringing it up before. I >hope the mystery gets solved.

    I brought it up on the windows 10 group years ago, but there was more
    traffic then and I think no one read all of the posts, I think no one
    does now either, ftm.

    I probably named that other file manager whose name I can't recall. I'm
    98% sure it was win10. Certainly not XP and I don't think there was
    much time to post about win7.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Sun Nov 26 21:03:31 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sun, 26 Nov 2023 20:34:28 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/26/2023 5:07 PM, Char Jackson wrote:
    On Sun, 26 Nov 2023 14:20:34 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    ...I promise you that a 32-bit file manager will not see certain files.

    I've never encountered that and don't remember anyone bringing it up before. I
    hope the mystery gets solved.


    This could be a W95/W98 issue, but unlikely to be a Win2K/WinXP issue.
    As far as I can remember, both of the latter two had msvcrt.dll.

    There could be some sort of temporal dividing line, between what
    Micky was seeing, and today.

    I was putting LARGEFILE support in my MinGW32 programs, so that
    involves 64-bit offsets. And there are still some minor tricks,
    even in a 64-bit environment. There are some #DEFINEs you have to do.

    I've always been able to access the HOSTS file.

    Access it yes, but see it in a 32-bit file manager? Why would you even
    be using one with a 64-bit system? You seem very serious about
    computers... Do you not use the built-in FM or pay for a recent 64-bit
    one?

    Have you taken the HOSTS challenge tonight? IOW, I'm armed and I'm
    ready to fight. Put your holster on and let's see who's the faster draw.
    (And especially when
    it was on FAT32 :-) )

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Sun Nov 26 21:08:43 2023
    XPost: alt.comp.software.firefox

    On 11/26/2023 2:01 PM, micky wrote:
    In alt.comp.software.firefox, on Sun, 26 Nov 2023 08:02:56 +0000 (GMT),
    Dave <news@triffid.co.uk> wrote:

    In article <rvg5mi5ktd4o3n3u1stj5hu6tgaodflp39@4ax.com>,
    micky <NONONOmisc07@fmguy.com> wrote:
    {snippy]

    ***I hope I've been clear. I can give you a whole list of the other 11
    missing subdirectories, if you want, and other details.

    I don't understand... :-/

    Why are you attempting to use/copy anything out of the
    ...\AppData\Local\Mozilla\Firefox\Profile?

    This is a lost cause... as the Local profile stored there only contains a
    small part of the real/full Profile.

    Apparently I had used roaming. Aha, I was using about:profiles and it
    gives two profiles with the same name in the right-most part,
    default-release and default, and each has a root directory and a local directory, and the first is in roaming and the other in local. That accounts for the difference of 7 vs 22 subdirs.

    And I guess that accounts for main part of my question also. I didn't realize there would be two files ending in v51v33yo.default-release and didn't notice there were two different directories 3 levels higher.

    Strangely complicated but I'm sure they had a reason. But when I
    created that third profile and put it in data/FFProfiles, it only had
    one directory.

    Your full, day to day in use Profile is usually in
    ...\AppData\Roaming\Mozilla\Firefox\Profiles\nnnxxx123.default

    Example:
    --------
    My ...\AppData \Local\Mozilla\Firefox\Profiles\nnnxxx123.default, contains >> 2,645 files and 17 folders.

    My day to day in use Profile at,
    ...\AppData\Roaming\Mozilla\Firefox\Profiles\nnnxxx123.default, contains
    11,363 files and 4,049 folders.

    That's a lot of difference... :-)

    D.

    You should do a search on "cache2" and clean out the caches in
    C: first, before getting these gigantic file counts.

    I dropped a C: drive from 600,000 files, to maybe half that,
    just by cleaning up things like LCU after Patch Tuesday.
    Life is a lot simpler, if you do "general hygiene" on a partition,
    before you start "bobbing for apples".

    And you might feel my hints are casual. Some of them, it takes
    me a couple hours to do this stuff, and it's not all easy-peasy.

    But if you don't do the basic hygiene, that's when you're lifting
    up a blob of 300,000 files and dropping it somewhere by accident.
    I hope to *never* be lifting a chunk of files that large, *ever*,
    with a mouse. Keep the machine clean. Work in smaller sections.

    Directories that are moribund, I sometimes tar or zip (store mode),
    the collection, just to reduce the file count on the partition.
    The same space is taken. But during brute force searches,
    you can set things up so the searches don't go inside
    files like that. Once the tar or zip is prepared, carefully
    delete the original chunk.

    When I wanted Windows Defender to leave my copy of Produkey alone,
    I zipped and encrypted the damn thing :-)

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to micky on Mon Nov 27 02:06:15 2023
    XPost: alt.comp.software.firefox

    On Sun, 26 Nov 2023 20:56:25 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Sun, 26 Nov 2023 19:48:16 -0500, Paul ><nospam@needed.invalid> wrote:


    # This stanza suggests Micky may be correct, for really old OSes.

    I am always correct. In high school I was voted the Most Refined Boy in
    the sophomore class.

    You remind me of me. I thought I was wrong once, but I was mistaken.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Mon Nov 27 09:00:10 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    I would have thought this was an inevitable problem with language, were
    it not for MS's other more ridiculous double uses of words

    And now, Windows is not just the name of an operating system, it's also
    the name of an app ... *that* won't be confusing.

    <https://learn.microsoft.com/en-us/windows-app/overview>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Paul on Mon Nov 27 09:34:02 2023
    XPost: alt.comp.software.firefox

    Paul wrote:

    Andy Burns wrote:

    Carlos E. R. wrote:

    At the OS filesystem driver level, a 32 bit OS has a problem reading huge sizes.

    Even then, not really ... Win32 API uses two LONG integers for the high and low "halves" of a 64bit pointer for file seeking.

    There are some comments in here, regarding behaviors of older
    and much older OSes.

    C:\MinGW\include\stdio.h

    FILE * fopen64 (const char *, const char *); /* filename, filemode */

    # This stanza suggests Micky may be correct, for really old OSes.
    # And less correct for modern OSes. Maybe WinXP had proper 64 bit offsets
    # while it was a 32-bit OS. it suggests that MSVCRT (C runtime), did not
    # always exist. And whatever came before, had a different stdio.h .

    I wasn't talking about MSVCRT, but the lower level Win32 API, which
    existed when I was doing development on WinNT 3.x, e.g.

    <https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-setfilepointer>

    This was on 32bit windows before AMD64 existed (I think only MS internal
    builds existed for 64bit MIPS and AXP until Win2K).

    It probably wasn't implemented on Win9x because FAT can't store files
    larger than 4GB anyway, only NTFS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Burns on Mon Nov 27 15:13:37 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 09:00:10 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    I would have thought this was an inevitable problem with language, were
    it not for MS's other more ridiculous double uses of words

    And now, Windows is not just the name of an operating system, it's also
    the name of an app ... *that* won't be confusing.

    <https://learn.microsoft.com/en-us/windows-app/overview>

    For that matter, app should have been confined to phone programs, and
    program should have continued to be used for computers. I think they
    want the GUI to look the same, or something, but I don'tlike it. No
    sirree, not good at all

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to NONONOmisc07@fmguy.com on Mon Nov 27 15:18:10 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sat, 25 Nov 2023 23:05:29 -0500, micky <NONONOmisc07@fmguy.com> wrote:


    So I thought, maybe I'm using a 32-bit file manager. I know from
    experience they will not show every file. (Specifically the HOSTS file
    does not show.)

    Will no one take the HOSTS challenge? Use a 32-bit file manager and see
    if you can find the HOSTS file, or any file in the etc folder?

    3 or 4 of you doubt my word, but you reply with technical theory and not
    with 'best evidence'. Best evidence would be what happens when you look
    in a 32-bit file manager!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Mon Nov 27 20:28:02 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    Will no one take the HOSTS challenge? Use a 32-bit file manager

    which one?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From AllanH@21:1/5 to Andy Burns on Mon Nov 27 15:16:16 2023
    XPost: alt.comp.software.firefox

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. https://freecommander.com/en/downloads/

    Here's the page to download the portable version. https://freecommander.com/en/downloads-portable/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@unokix.invalid on Mon Nov 27 16:51:44 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH <nospam@unokix.invalid> wrote:

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?

    You're choice. After 3 of them didn't work for me, I figured none
    would.


    IIRC, FreeCommander did not show the HOSTS file.

    I think that was one that I already had, tried, and yes, it didn't find
    it.

    Here's the page to download FreeCommander's 32-bit file manager. >https://freecommander.com/en/downloads/

    Here's the page to download the portable version. >https://freecommander.com/en/downloads-portable/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to AllanH on Mon Nov 27 22:55:37 2023
    XPost: alt.comp.software.firefox

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. https://freecommander.com/en/downloads/

    Here's the page to download the portable version. https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that
    particular file browser. Otherwise, it would happen with all 32 bit file browsers.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Andy Burns on Mon Nov 27 21:51:12 2023
    XPost: alt.comp.software.firefox

    Andy Burns wrote:

    It's due to "funky" redirection tricks.

    32bit apps trying to reach %windir%\system32 get shown %windir%\syswow6
    ^^^^^^^^
    syswow64

    instead, the drivers folder there doesn't have an etc folder in it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to AllanH on Mon Nov 27 21:49:47 2023
    XPost: alt.comp.software.firefox

    AllanH wrote:

    IIRC, FreeCommander did not show the HOSTS file.

    It's due to "funky" redirection tricks.

    32bit apps trying to reach %windir%\system32 get shown %windir%\syswow6 instead, the drivers folder there doesn't have an etc folder in it.

    If you go to the folder %windir%\sysnative you'll get what you'd expect
    to see as %windir%\system32, including the drivers\etc folder with hosts
    file in it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Andy Burns on Mon Nov 27 22:02:37 2023
    XPost: alt.comp.software.firefox

    Andy Burns wrote:

    It's due to "funky" redirection tricks.

    <https://learn.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to AllanH on Mon Nov 27 17:46:12 2023
    XPost: alt.comp.software.firefox

    On 11/27/2023 4:16 PM, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. https://freecommander.com/en/downloads/

    Here's the page to download the portable version. https://freecommander.com/en/downloads-portable/

    [Picture]

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to E. R." on Mon Nov 27 17:47:57 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to NONONOmisc07@fmguy.com on Mon Nov 27 17:57:49 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS). Could the OS make a difference,
    could Home vs. Pro?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Mon Nov 27 20:40:05 2023
    XPost: alt.comp.software.firefox

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS). Could the OS make a difference,
    could Home vs. Pro?


    Win7 test was Home Premium x86.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Burns on Mon Nov 27 23:21:41 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:02:37 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    Andy Burns wrote:

    It's due to "funky" redirection tricks.

    <https://learn.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector>


    What good is it that there is a reason if you can't find the file in
    your file manager?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@unokix.invalid on Mon Nov 27 23:20:29 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH <nospam@unokix.invalid> wrote:

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >https://freecommander.com/en/downloads/

    This one did not find it for me either, not the file or the etc
    directory. This was not one I'd used before. That was called somethingelse-commander.

    Here's the page to download the portable version. >https://freecommander.com/en/downloads-portable/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Mon Nov 27 23:23:55 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:46:12 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/27/2023 4:16 PM, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    [Picture]

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    Paul

    I have to resolve this. YOU show that you found it but I dno't see it
    in my version of free commander, that is 32 bits (64 bits for donors
    only.) I'm busy tomorrow morning, maybe after 2PM ET.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Real Bev@21:1/5 to micky on Mon Nov 27 21:10:06 2023
    XPost: alt.comp.software.firefox

    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH <nospam@unokix.invalid> wrote:

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>https://freecommander.com/en/downloads/

    This one did not find it for me either, not the file or the etc
    directory. This was not one I'd used before. That was called somethingelse-commander.

    Midnight commander? Linux, but supposedly windows too. Long ago there
    was a similar but better DOS thing (BEFORE Norton), but I can't remember
    its name.

    The good thing about MC is that you can manipulate filenames with
    illegal characters that the linux CL just can't deal with.

    There were a LOT of open source utilities available for DOS. Norton
    gathered many of them into a package, perhaps adding some bells and
    whistles, and called them the Norton Utilities. I always thought that
    was really shabby and wouldn't have even pirated it. And then came
    Windows...

    Here's the page to download the portable version. >>https://freecommander.com/en/downloads-portable/


    --
    Cheers, Bev
    "A democracy cannot exist as a permanent form of government. It can
    only exist until a majority of voters discover that they can vote
    themselves largess out of the public treasury."
    -- Alexander Tyler (Unverified)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Real Bev@21:1/5 to The Real Bev on Mon Nov 27 22:05:52 2023
    XPost: alt.comp.software.firefox

    On 11/27/23 9:10 PM, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH
    <nospam@unokix.invalid> wrote:

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>https://freecommander.com/en/downloads/

    This one did not find it for me either, not the file or the etc
    directory. This was not one I'd used before. That was called
    somethingelse-commander.

    Midnight commander? Linux, but supposedly windows too. Long ago there
    was a similar but better DOS thing (BEFORE Norton), but I can't remember
    its name.

    Jeez, maybe it was for cp/m...


    --
    Cheers, Bev
    "A democracy cannot exist as a permanent form of government. It can
    only exist until a majority of voters discover that they can vote
    themselves largess out of the public treasury."
    -- Alexander Tyler (Unverified)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From AllanH@21:1/5 to micky on Tue Nov 28 01:54:29 2023
    XPost: alt.comp.software.firefox

    On 11/27/2023 4:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS). Could the OS make a difference,
    could Home vs. Pro?

    My original OS was Win8.1 (64-bit). I upgraded to Win10 over a year ago. FreeCommander's 32-bit version is limited with 64-bit versions of
    Windows, according to this.

    https://freecommander.com/en/faq-freecommander/#using-32-on-64

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From AllanH@21:1/5 to AllanH on Tue Nov 28 02:12:09 2023
    XPost: alt.comp.software.firefox

    On 11/28/2023 1:54 AM, AllanH wrote:
    On 11/27/2023 4:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS).  Could the OS make a difference,
    could Home vs. Pro?

    My original OS was Win8.1 (64-bit). I upgraded to Win10 over a year ago. FreeCommander's 32-bit version is limited with 64-bit versions of
    Windows, according to this.

    https://freecommander.com/en/faq-freecommander/#using-32-on-64

    There are solutions to those problems on this page.

    https://freecommander.com/en/version-summary/

    I don't remember seeing those solutions when I was using the 32-bit version.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Paul on Tue Nov 28 07:48:42 2023
    XPost: alt.comp.software.firefox

    Paul wrote:

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    Win7 32bit or 64bit?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Real Bev on Tue Nov 28 12:07:48 2023
    XPost: alt.comp.software.firefox

    On 2023-11-28 06:10, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH <nospam@unokix.invalid> wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    This one did not find it for me either, not the file or the etc
    directory.   This was not one I'd used before.  That was called
    somethingelse-commander.

    Midnight commander?  Linux, but supposedly windows too.  Long ago there
    was a similar but better DOS thing (BEFORE Norton), but I can't remember
    its name.

    Xtree?

    ...

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to micky on Tue Nov 28 14:49:17 2023
    XPost: alt.comp.software.firefox

    On 2023-11-27 23:47, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos E. R." <robin_listas@es.invalid> wrote:
    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    I don't have a Windows machine at this location.

    Anyway, Andy did post the explanation of the mystery, and now it makes
    sense, sort of.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Bev on Tue Nov 28 10:12:25 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:05:52 -0800, The Real
    Bev <bashley101@gmail.com> wrote:

    On 11/27/23 9:10 PM, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH
    <nospam@unokix.invalid> wrote:

    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>https://freecommander.com/en/downloads/

    This one did not find it for me either, not the file or the etc
    directory. This was not one I'd used before. That was called
    somethingelse-commander.

    Midnight commander?

    I think it was Total Commander, but Midnight Commander must be a fine
    fellow, who solves crimes with his wit and super-powers.

    Linux, but supposedly windows too. Long ago there
    was a similar but better DOS thing (BEFORE Norton), but I can't remember
    its name.

    Jeez, maybe it was for cp/m...

    LOL Yes, who can keep track.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to E. R." on Tue Nov 28 10:22:11 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 14:49:17 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 23:47, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos E. R." <robin_listas@es.invalid> wrote:
    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    I don't have a Windows machine at this location.

    You are forgiven.

    Anyway, Andy did post the explanation of the mystery, and now it makes
    sense, sort of.

    But almost everyone will be like me. They don't know anything about redirection. If he's using a 32-big file manager because it has
    features others don't (including the built-in File Explorer) or he's not willing to pay for a newer one, or just hasn't gotten around to doing
    that, he'll think the file is not there when it is. He'll run around in
    circles like I did for a while. Most people don't use newsgroups for
    help, or even webpages, and their friends know little more than they do, especially this obscure stuff.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@unokix.invalid on Tue Nov 28 10:15:51 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 02:12:09 -0600, AllanH <nospam@unokix.invalid> wrote:

    On 11/28/2023 1:54 AM, AllanH wrote:
    On 11/27/2023 4:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS).  Could the OS make a difference,
    could Home vs. Pro?

    According to what follows that Allan has found, it's not the OS. Still
    have to resolve what Paul posted. Does that win7 was Premium mean it
    was 64-bit?

    My original OS was Win8.1 (64-bit). I upgraded to Win10 over a year ago.
    FreeCommander's 32-bit version is limited with 64-bit versions of
    Windows, according to this.

    https://freecommander.com/en/faq-freecommander/#using-32-on-64

    Aha. Just what I've been saying.

    There are solutions to those problems on this page.

    https://freecommander.com/en/version-summary/

    For people who have not gone to the link:

    FreeCommander XE on Windows X64
    The actual version of FreeCommander XE is a 32 bit program. For this
    reason FreeCommander is (like all 32 bit programs on Windows X64)
    subject to the following restrictions:

    ----ALL, it says! My emphasis. ----

    32 bit programs (e.g. FreeCommander) have not full access to the
    control panel.
    In the context menu, entries of 64 bit programs will not be visible.
    The folder “%windir%\system32” and its sub folders show different
    contents under 32 bit programs (e.g. FreeCommander).

    Notes: %windir% is a system variable that points to the Windows
    installation folder – often: c:\Windows
    32 bit programs are redirected from “%windir%\system32” to “%windir%\SysWOW64” automatically.

    For more detailed information see: Microsoft: File system Redirector

    ----At the webpage, these last 4 words are a link, maybe the same one
    Paul posted. Or at least the same information.

    I don't remember seeing those solutions when I was using the 32-bit version.

    It's sort of impressive that they post solutions at all, since they'd
    really prefer you buy the 64-bit version. OTOH, even if you won't rely
    on believing they are generous, I'm sure their own programmers looked
    into it and when they found these solutions, they wanted to share them.

    I didn't fully understand the solutions. I understood the context menu
    part and it's complicaed, but it seemed solving the file missing from
    the list part was also complicated and had to be done one file at a
    time. Maybe if you only ever need one file, someone would do that, but
    it seems like buying Free Commander for 64 bits, or using another FM is
    what everyone would do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Real Bev@21:1/5 to Carlos E. R. on Tue Nov 28 07:58:25 2023
    XPost: alt.comp.software.firefox

    On 11/28/23 3:07 AM, Carlos E. R. wrote:
    On 2023-11-28 06:10, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600, AllanH <nospam@unokix.invalid> wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    This one did not find it for me either, not the file or the etc
    directory.   This was not one I'd used before.  That was called
    somethingelse-commander.

    Midnight commander?  Linux, but supposedly windows too.  Long ago there >> was a similar but better DOS thing (BEFORE Norton), but I can't remember
    its name.

    Xtree?

    Could be, but it looked like MC rather than a 'tree' display. XTree
    sounded familiar, though. I hunted for a while but couldn't find
    anything that stood out.


    --
    Cheers, Bev
    Please hassle me, I thrive on stress.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Tue Nov 28 16:26:41 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    Carlos E. R. wrote:

    Andy did post the explanation of the mystery, and now it makes
    sense, sort of.

    But almost everyone will be like me. They don't know anything about redirection.

    64 bit windows doesn't like pesky 32 bit programs looking at the
    workings of the engine, so when you lift the hood "C:\Windows\system32"
    you see "C:\windows\SYSwow64" instead which looks a lot like an engine
    as you expect.

    In reality, it's like a VW Bug and those in the know will look in the
    trunk "C:\Windows\SYSnative" and the real engine is there

    If he's using a 32-big file manager because it has
    features others don't

    I don't need to use a 3rd party file explorer at all, was just doing so
    to see why you thought the hosts file wasn't accessible!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to micky on Tue Nov 28 16:45:59 2023
    XPost: alt.comp.software.firefox

    micky <NONONOmisc07@fmguy.com> wrote:
    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 14:49:17 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 23:47, micky wrote:
    [...]
    More posts by 3 people and no one has accepted the HOSTS challenge!

    I don't have a Windows machine at this location.

    You are forgiven.

    Anyway, Andy did post the explanation of the mystery, and now it makes >sense, sort of.

    But almost everyone will be like me. They don't know anything about redirection. If he's using a 32-big file manager because it has
    features others don't (including the built-in File Explorer) or he's not willing to pay for a newer one, or just hasn't gotten around to doing
    that, he'll think the file is not there when it is. He'll run around in circles like I did for a while. Most people don't use newsgroups for
    help, or even webpages, and their friends know little more than they do, especially this obscure stuff.

    Well, if one is using third-party software and that gives unexpected
    results, one should always try the native software for comparison and
    see what that shows. And if the native software shows the expected
    result, but the third-party software doesn't, one contacts the support
    channel of the third-party (or abandons their software or whatever).

    Elementary, dear Watson!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Real Bev on Tue Nov 28 17:53:31 2023
    XPost: alt.comp.software.firefox

    On 2023-11-28 16:58, The Real Bev wrote:
    On 11/28/23 3:07 AM, Carlos E. R. wrote:
    On 2023-11-28 06:10, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600,
    AllanH <nospam@unokix.invalid> wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    This one did not find it for me either, not the file or the etc
    directory.   This was not one I'd used before.  That was called
    somethingelse-commander.

    Midnight commander?  Linux, but supposedly windows too.  Long ago
    there was a similar but better DOS thing (BEFORE Norton), but I can't
    remember its name.

    Xtree?

    Could be, but it looked like MC rather than a 'tree' display.  XTree
    sounded familiar, though.  I hunted for a while but couldn't find
    anything that stood out.

    https://en.wikipedia.org/wiki/XTree

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to micky on Tue Nov 28 12:10:14 2023
    XPost: alt.comp.software.firefox

    On 11/28/23 09:12, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:05:52 -0800, The Real
    Bev <bashley101@gmail.com> wrote:

    On 11/27/23 9:10 PM, The Real Bev wrote:
    Midnight commander?

    I think it was Total Commander, but Midnight Commander must be a fine
    fellow, who solves crimes with his wit and super-powers.
    <snip>

    Midnight Commander, from what I understand, is a modern open-source file manager inspired by Norton Commander.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Andy Burns on Tue Nov 28 13:53:06 2023
    XPost: alt.comp.software.firefox

    On 11/28/2023 2:48 AM, Andy Burns wrote:
    Paul wrote:

         https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    Win7 32bit or 64bit?

    Only "Program Files" shows in the display of C: in the picture.
    There is no "Program Files (x86)" which warns of a 64-bit OS.

    The title bar of the virtualbox window is labeled W732,
    because at the current time, the RAM Drive has a
    W764 project and a W732 on it. And I've loaded the correct one.

    Unfortunately, Microsofts ability to label goods properly, is
    limited. This is why the picture is littered with "hints".
    I am forced to resort to "hints", when the application that
    should spell it out in English (winver.exe) fails to do so.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Real Bev@21:1/5 to Carlos E. R. on Tue Nov 28 12:39:25 2023
    XPost: alt.comp.software.firefox

    On 11/28/23 8:53 AM, Carlos E. R. wrote:
    On 2023-11-28 16:58, The Real Bev wrote:
    On 11/28/23 3:07 AM, Carlos E. R. wrote:
    On 2023-11-28 06:10, The Real Bev wrote:
    On 11/27/23 8:20 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 15:16:16 -0600,
    AllanH <nospam@unokix.invalid> wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    This one did not find it for me either, not the file or the etc
    directory.   This was not one I'd used before.  That was called
    somethingelse-commander.

    Midnight commander?  Linux, but supposedly windows too.  Long ago
    there was a similar but better DOS thing (BEFORE Norton), but I can't >>>> remember its name.

    Xtree?

    Could be, but it looked like MC rather than a 'tree' display.  XTree
    sounded familiar, though.  I hunted for a while but couldn't find
    anything that stood out.

    https://en.wikipedia.org/wiki/XTree

    I'm pretty sure that's not it, especially since it cost $40. I just
    used free stuff then -- except for Ventura Publisher. I really coveted
    that, but there was no way the company was going to buy it for me so I
    could make pretty proposals. Marketing, fortunately, had an unlimited
    budget so I traded some juicy corporate gossip for a copy. Something
    like 10 floppy disks, and to save your work to a floppy you had to
    export it using the VP facility.

    Looking back, it was needlessly complex and painful to use. I switched
    to Word Perfect when it became capable of producing proportional-font
    text on a dot-matrix printer. Not fast, of course...

    There was a big fat book with a disk of MSDOS utilities. I still have a
    copy, even though I haven't looked at it for decades and am not sure
    where it is. It was a better DOS manual than the DOS manual itself.


    --
    Cheers, Bev
    No lawyering. Prosecutors will be violated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Tue Nov 28 19:44:21 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager

    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS). Could the OS make a difference,
    could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Miller@21:1/5 to micky on Wed Nov 29 01:51:50 2023
    XPost: alt.comp.software.firefox

    micky wrote:
    [..snip..]
    Interestingly, my phone has never crashed afaik but one day years ago 2
    or 3 contact list entries got fouled up. My brother's entry name
    changed from David to David X Qdwzcdcwszw, and my friend Arthur became Arthurx3cu0z, where z is not an English letter!.

    Errrm, what? "z" is not an English letter? Tell more.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to this@ddress.is.invalid on Tue Nov 28 19:35:16 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on 28 Nov 2023 16:45:59 GMT, Frank Slootweg <this@ddress.is.invalid> wrote:

    micky <NONONOmisc07@fmguy.com> wrote:
    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 14:49:17 +0100, "Carlos
    E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 23:47, micky wrote:
    [...]
    More posts by 3 people and no one has accepted the HOSTS challenge!

    I don't have a Windows machine at this location.

    You are forgiven.

    Anyway, Andy did post the explanation of the mystery, and now it makes
    sense, sort of.

    But almost everyone will be like me. They don't know anything about
    redirection. If he's using a 32-big file manager because it has
    features others don't (including the built-in File Explorer) or he's not
    willing to pay for a newer one, or just hasn't gotten around to doing
    that, he'll think the file is not there when it is. He'll run around in
    circles like I did for a while. Most people don't use newsgroups for
    help, or even webpages, and their friends know little more than they do,
    especially this obscure stuff.

    Well, if one is using third-party software and that gives unexpected
    results, one should always try the native software for comparison and

    Well that's what I did. But I don't think everyone else will think of
    that, even if it's sort of obvious. And sometimes not finding it
    wouldn't really be unexpected. ONe coudl be unsure of the name or the
    folder, so one could fail to look further, because he assumes he has the
    wrong name for a file, it never got installed, it got deleted or its
    name fouled up the last time windows crashed.

    Interestingly, my phone has never crashed afaik but one day years ago 2
    or 3 contact list entries got fouled up. My brother's entry name
    changed from David to David X Qdwzcdcwszw, and my friend Arthur became Arthurx3cu0z, where z is not an English letter!. I'm the only one who
    sees them so I haven't tried to fix it.

    see what that shows. And if the native software shows the expected
    result, but the third-party software doesn't, one contacts the support >channel of the third-party (or abandons their software or whatever).

    But here I dont' follow your plan. I still use PowerDesk all the time,
    because I like it so much. Only if I were to find a file missing would
    I got to Fire Explorer.

    Elementary, dear Watson!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to micky on Tue Nov 28 23:18:20 2023
    XPost: alt.comp.software.firefox

    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul ><nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager.
    https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found
    it too with FreeCommander (and win7 Premium), even though Allen used it
    and didn't find it (with unknown OS). Could the OS make a difference,
    could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to C:\Windows\System32\drivers\etc and verified that the hosts file is there, as expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using FreeCommander, I navigated to the same folder and verified that the hosts file is there, as expected.

    Was that the challenge?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Wed Nov 29 08:03:12 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Char Jackson on Wed Nov 29 03:29:39 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 12:18 AM, Char Jackson wrote:
    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul
    <nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to C:\Windows\System32\drivers\etc and verified that the hosts file is there, as expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    Was that the challenge?


    This is the picture I made.

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    And this is a test a few minutes ago, with FreeCommander XE 32-bit on Win7 64-bit.
    I'm shown the contents of SysWOW64, rather than System32, when I navigate System32 with FreeCommander.

    https://i.postimg.cc/bNmcngzT/bar-bet-2243a.gif

    And the results line up with the shenanigans Andy found.

    For fun, I wrote a small program, and compiled in MINGW32 and this
    should be similar to developing for 32-bit FreeCommander.

    And when I run the program and use "getopenfilename()", the same
    thing happens. I access system32\drivers and I'm instead given
    the contents of sysWOW64\drivers which has no etc and etc\HOSTS.

    [Picture]

    https://i.postimg.cc/dVhzkSqK/getopenfilename.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Paul on Wed Nov 29 04:52:16 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 3:29 AM, Paul wrote:
    On 11/29/2023 12:18 AM, Char Jackson wrote:
    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul
    <nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky >>>>> <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge! >>>>>
    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to
    C:\Windows\System32\drivers\etc and verified that the hosts file is there, as
    expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    Was that the challenge?


    This is the picture I made.

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    And this is a test a few minutes ago, with FreeCommander XE 32-bit on Win7 64-bit.
    I'm shown the contents of SysWOW64, rather than System32, when I navigate System32 with FreeCommander.

    https://i.postimg.cc/bNmcngzT/bar-bet-2243a.gif

    And the results line up with the shenanigans Andy found.

    For fun, I wrote a small program, and compiled in MINGW32 and this
    should be similar to developing for 32-bit FreeCommander.

    And when I run the program and use "getopenfilename()", the same
    thing happens. I access system32\drivers and I'm instead given
    the contents of sysWOW64\drivers which has no etc and etc\HOSTS.

    [Picture]

    https://i.postimg.cc/dVhzkSqK/getopenfilename.gif

    Paul


    And it's not a file system feature.

    Only the currently booted OS works that way.
    A second partition which is not booted at the moment,
    the HOSTS file is accessible.

    And this is for a x32 program on an x64 OS.

    [Picture]

    https://i.postimg.cc/vmfBCxYg/access-HOSTS-foreign-partition.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Paul on Wed Nov 29 04:48:36 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 3:29 AM, Paul wrote:
    On 11/29/2023 12:18 AM, Char Jackson wrote:
    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul
    <nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky >>>>> <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge! >>>>>
    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to
    C:\Windows\System32\drivers\etc and verified that the hosts file is there, as
    expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    Was that the challenge?


    This is the picture I made.

    https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    And this is a test a few minutes ago, with FreeCommander XE 32-bit on Win7 64-bit.
    I'm shown the contents of SysWOW64, rather than System32, when I navigate System32 with FreeCommander.

    https://i.postimg.cc/bNmcngzT/bar-bet-2243a.gif

    And the results line up with the shenanigans Andy found.

    For fun, I wrote a small program, and compiled in MINGW32 and this
    should be similar to developing for 32-bit FreeCommander.

    And when I run the program and use "getopenfilename()", the same
    thing happens. I access system32\drivers and I'm instead given
    the contents of sysWOW64\drivers which has no etc and etc\HOSTS.

    [Picture]

    https://i.postimg.cc/dVhzkSqK/getopenfilename.gif

    Paul


    And it's not a file system feature.

    Only the currently booted OS works that way.
    A second partition which is not booted at the moment,
    the HOSTS file is accessible.

    And this is for a x32 program on an x64 OS.

    [Picture]

    https://i.postimg.cc/vmfBCxYg/access-HOSTS-foreign-partition.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Char Jackson on Wed Nov 29 13:22:06 2023
    XPost: alt.comp.software.firefox

    Char Jackson wrote:

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to C:\Windows\System32\drivers\etc and verified that the hosts file is there, as expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    I used Win11 (obviously has to be 64bit) and the hosts file was not there.

    So the question is, why *was* it there for you, when the smoke and
    mirrors ought not to work, and do not work for myself and Paul?

    Have you symlinked any of the system32/syswow64/sysnative folders?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Frank Miller on Wed Nov 29 10:11:08 2023
    XPost: alt.comp.software.firefox

    On 11/28/23 18:51, Frank Miller wrote:
    micky wrote:
    [..snip..]
    Interestingly, my phone has never crashed afaik but one day years ago 2
    or 3 contact list entries got fouled up. My brother's entry name
    changed from David to David X Qdwzcdcwszw, and my friend Arthur became
    Arthurx3cu0z, where z is not an English letter!.

    Errrm, what? "z" is not an English letter? Tell more.

    I'm guessing they mean "Unicode look-alike".
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Andy Burns on Wed Nov 29 11:45:36 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 13:22:06 +0000, Andy Burns <usenet@andyburns.uk> wrote:

    Char Jackson wrote:

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to
    C:\Windows\System32\drivers\etc and verified that the hosts file is there, as
    expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    I used Win11 (obviously has to be 64bit) and the hosts file was not there.

    Was that the only file missing from etc? Was the whole etc folder missing? Dumb question, but were you looking at the right path?

    C:\Windows\System32\drivers\etc

    So the question is, why *was* it there for you, when the smoke and
    mirrors ought not to work, and do not work for myself and Paul?

    Have you symlinked any of the system32/syswow64/sysnative folders?

    No, nothing like that. Is that part of the challenge?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Miller on Wed Nov 29 13:04:50 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 01:51:50 +0100, Frank
    Miller <miller@posteo.ee> wrote:

    micky wrote:
    [..snip..]
    Interestingly, my phone has never crashed afaik but one day years ago 2
    or 3 contact list entries got fouled up. My brother's entry name
    changed from David to David X Qdwzcdcwszw, and my friend Arthur became
    Arthurx3cu0z, where z is not an English letter!.

    Errrm, what? "z" is not an English letter? Tell more.

    Let me rephrase... where z represents a letter not in the English
    alphabet. I don't know how to reproduce it here.

    I would have used x, which seems to be the letter linguists use when
    they don't have a parallel letter in the language they are writing in,
    but x was actually there, right after Arthur.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Wed Nov 29 13:06:20 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 13:53:06 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/28/2023 2:48 AM, Andy Burns wrote:
    Paul wrote:

         https://i.postimg.cc/wT4Lycqs/bar-bet-2243.gif

    Win7 32bit or 64bit?

    Only "Program Files" shows in the display of C: in the picture.
    There is no "Program Files (x86)" which warns of a 64-bit OS.

    True I could have figured it out but I dind't even think to look for
    such a hint.

    The title bar of the virtualbox window is labeled W732,
    because at the current time, the RAM Drive has a
    W764 project and a W732 on it. And I've loaded the correct one.

    Unfortunately, Microsofts ability to label goods properly, is
    limited. This is why the picture is littered with "hints".
    I am forced to resort to "hints", when the application that
    should spell it out in English (winver.exe) fails to do so.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Char Jackson on Wed Nov 29 18:34:24 2023
    XPost: alt.comp.software.firefox

    Char Jackson wrote:

    Andy Burns wrote:

    I used Win11 (obviously has to be 64bit) and the hosts file was not there.

    Was that the only file missing from etc? Was the whole etc folder missing?

    Lots of stuff was missing from within drivers, the whole of etc for a
    start, it's easier to list what *wasn't* missing, folders in brackets

    [..]
    [en-GB]
    [en-US]
    [UMDF]
    17AA_LENOVO_Yoga_Slim_7_Pro_I4IHU5_82NC.MRK
    afunix.sys
    gm.dls
    gmreadme.txt

    Dumb question, but were you looking at the right path? C:\Windows\System32\drivers\etc

    Come on, give me *some* credit, I've been using that folder for 30 years
    since WinNT 3.1 :-)

    So the question is, why *was* it there for you, when the smoke and
    mirrors ought not to work, and do not work for myself and Paul?

    Have you symlinked any of the system32/syswow64/sysnative folders?

    No, nothing like that. Is that part of the challenge?

    No, but symlinking is mentioned (unwisely I would say) in the
    freecommander help page as a way of "fixing" the folder redirection.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Burns on Wed Nov 29 13:34:21 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 08:03:12 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    I certainly do.

    I guess I asked two questions along the way. What happens when you do
    what I do? and later, maybe only implied.. Can anyone do parallel to
    what I did and see the file?

    Because I had concluded and you found that page that said that no 32-bit
    file manager would see it. So that created the second question above. I
    don't expect to test every combination of OS and FM, but Char thinks
    he's hit on one that works.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Jackson on Wed Nov 29 13:27:18 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 23:18:20 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul >><nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky
    <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge!

    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to >C:\Windows\System32\drivers\etc and verified that the hosts file is there, as >expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using >FreeCommander, I navigated to the same folder and verified that the hosts file >is there, as expected.

    Was that the challenge?

    Yes. You have met the challenge and you are eligible for the prize, but
    your results have been challenged by the judges. They have not yet made
    a decision and according to the rules of the Association, the prize
    cannot be awarded until the results are final.

    I feel bad about this and that you have to wait so, without using
    Association money, I'm redoubling the prize.

    In answer to your question elsewhere, when HOSTS is missing, the entire
    etc folder is missing, not just the contents but the folder too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to micky on Wed Nov 29 18:40:10 2023
    XPost: alt.comp.software.firefox

    micky wrote:

    I guess I asked two questions along the way. What happens when you do
    what I do? and later, maybe only implied.. Can anyone do parallel to
    what I did and see the file?

    if you want to use freecommander to see the hosts file, from the menu do
    Folder / Goto Folder / %windir%\sysnative
    then navigate down to drivers and etc as you normally would

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to micky on Wed Nov 29 12:47:57 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 13:27:18 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 23:18:20 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul >>><nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky >>>>> <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then >>>>>>> chances are it is not due to be 32 bit, but to some bug in that
    particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge! >>>>>
    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did.

    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to >>C:\Windows\System32\drivers\etc and verified that the hosts file is there, as >>expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    Was that the challenge?

    Yes. You have met the challenge and you are eligible for the prize, but
    your results have been challenged by the judges. They have not yet made
    a decision and according to the rules of the Association, the prize
    cannot be awarded until the results are final.

    I feel bad about this and that you have to wait so, without using
    Association money, I'm redoubling the prize.

    In answer to your question elsewhere, when HOSTS is missing, the entire
    etc folder is missing, not just the contents but the folder too.

    When you say the entire etc folder is missing, should I take that literally or do you mean that it's just not displayed in that particular UI at that moment? I
    mean, it can't actually be missing, so I assume you mean it's a display issue, in which case you can probably display it by adding it to the current path.

    I.e., if you were in Windows Explorer (aka File Explorer in later Windows) and you navigated to C:\Windows\system32\Drivers and you saw no etc folder, you'd just go to the top of the Explorer window and add "\etc" (no quotes) to the current path in order to see the contents of the etc folder.

    Likewise, if using FreeCommander, you'd go to the lower right of the FC window and add "\etc" (no quotes) to the current path to see the contents of the etc folder.

    I know that the folder can't actually be missing, so I'm assuming it's simply a display issue, but I don't know how that relates to what Paul and Andy are saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used the latest one, Build 880, I believe. Older versions are available.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Char Jackson on Wed Nov 29 16:42:19 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 1:47 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 13:27:18 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 23:18:20 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Tue, 28 Nov 2023 19:44:21 -0500, micky <NONONOmisc07@fmguy.com> wrote: >>>
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 20:40:05 -0500, Paul
    <nospam@needed.invalid> wrote:

    On 11/27/2023 5:57 PM, micky wrote:
    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 17:47:57 -0500, micky >>>>>> <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Mon, 27 Nov 2023 22:55:37 +0100, "Carlos >>>>>>> E. R." <robin_listas@es.invalid> wrote:

    On 2023-11-27 22:16, AllanH wrote:
    On 11/27/2023 2:28 PM, Andy Burns wrote:
    micky wrote:

    Will no one take the HOSTS challenge?  Use a 32-bit file manager >>>>>>>>>>
    which one?


    IIRC, FreeCommander did not show the HOSTS file.

    Here's the page to download FreeCommander's 32-bit file manager. >>>>>>>>> https://freecommander.com/en/downloads/

    Here's the page to download the portable version.
    https://freecommander.com/en/downloads-portable/

    If this is something that happened with a particular file browser, then
    chances are it is not due to be 32 bit, but to some bug in that >>>>>>>> particular file browser.

    That's exactly why I tried 2 or 3 more.

    Otherwise, it would happen with all 32 bit file
    browsers.

    And it did.

    More posts by 3 people and no one has accepted the HOSTS challenge! >>>>>>
    Sorry, one of the 3 did accept,

    Plus I'm waiting for Paul's image to load. Aha, he seems to have found >>>>>> it too with FreeCommander (and win7 Premium), even though Allen used it >>>>>> and didn't find it (with unknown OS). Could the OS make a difference, >>>>>> could Home vs. Pro?


    Win7 test was Home Premium x86.

    So that's 32-bit and it doesn't count as a test of my question!

    The HOSTS Challenge has still not been fulfilled.

    I'm doubling the prize.

    I'm not sure what the challenge actually is, but here's what I just did. >>>
    I fired up a 64-bit Windows 7 VM and used the native Explorer to go to
    C:\Windows\System32\drivers\etc and verified that the hosts file is there, as
    expected.

    Next, I downloaded and installed FreeCommander XE 2023 Build 880 32-bit. Using
    FreeCommander, I navigated to the same folder and verified that the hosts file
    is there, as expected.

    Was that the challenge?

    Yes. You have met the challenge and you are eligible for the prize, but
    your results have been challenged by the judges. They have not yet made
    a decision and according to the rules of the Association, the prize
    cannot be awarded until the results are final.

    I feel bad about this and that you have to wait so, without using
    Association money, I'm redoubling the prize.

    In answer to your question elsewhere, when HOSTS is missing, the entire
    etc folder is missing, not just the contents but the folder too.

    When you say the entire etc folder is missing, should I take that literally or
    do you mean that it's just not displayed in that particular UI at that moment? I
    mean, it can't actually be missing, so I assume you mean it's a display issue,
    in which case you can probably display it by adding it to the current path.

    I.e., if you were in Windows Explorer (aka File Explorer in later Windows) and
    you navigated to C:\Windows\system32\Drivers and you saw no etc folder, you'd just go to the top of the Explorer window and add "\etc" (no quotes) to the current path in order to see the contents of the etc folder.

    Likewise, if using FreeCommander, you'd go to the lower right of the FC window
    and add "\etc" (no quotes) to the current path to see the contents of the etc folder.

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available.


    The OS has made it not-accessible.

    It is like when the computer architecture has
    made it, so some of the RAM is not mapped into
    any address space. The memory cells sit there,
    the BIOS may have primed them with a data pattern,
    but *nothing* in the OS can get in there and
    read or write there.

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    In this example, I'm booted on C: and I try to
    traverse exactly the same path on C: and H: .
    I cannot get to the HOSTS on C: , but I can get
    to the HOSTS on H: . The SysWOW64 folder has
    Roland Midi files in it, instead of etc.

    https://i.postimg.cc/vmfBCxYg/access-HOSTS-foreign-partition.gif

    What's interesting, is Notepad does not fall for this.
    Just a naive application of GetOpenFileName() falls for it.
    There must be some other path that Microsoft applications use.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Andy Burns on Wed Nov 29 20:51:48 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 18:34:24 +0000, Andy Burns <usenet@andyburns.uk> wrote:

    Char Jackson wrote:

    Andy Burns wrote:

    I used Win11 (obviously has to be 64bit) and the hosts file was not there. >>
    Was that the only file missing from etc? Was the whole etc folder missing?

    Lots of stuff was missing from within drivers, the whole of etc for a
    start, it's easier to list what *wasn't* missing, folders in brackets

    [..]
    [en-GB]
    [en-US]
    [UMDF]
    17AA_LENOVO_Yoga_Slim_7_Pro_I4IHU5_82NC.MRK
    afunix.sys
    gm.dls
    gmreadme.txt

    Dumb question, but were you looking at the right path?
    C:\Windows\System32\drivers\etc

    Come on, give me *some* credit, I've been using that folder for 30 years >since WinNT 3.1 :-)

    Actually, I know you well enough and that's why I said 'dumb question'. :-)

    I'm just trying to understand why you and Paul and possibly micky are all getting redirected. Everyone has a legitimate need to get to their hosts file, so I'd like to know why it's hidden for some of you.

    So the question is, why *was* it there for you, when the smoke and
    mirrors ought not to work, and do not work for myself and Paul?

    Have you symlinked any of the system32/syswow64/sysnative folders?

    No, nothing like that. Is that part of the challenge?

    No, but symlinking is mentioned (unwisely I would say) in the
    freecommander help page as a way of "fixing" the folder redirection.

    If I knew how to see the redirection it might become clear how you guys can unsee it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Paul on Wed Nov 29 20:44:14 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are >> saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available.


    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to micky on Wed Nov 29 20:52:32 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 13:34:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 08:03:12 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    I certainly do.

    I guess I asked two questions along the way. What happens when you do
    what I do? and later, maybe only implied.. Can anyone do parallel to
    what I did and see the file?

    Because I had concluded and you found that page that said that no 32-bit
    file manager would see it. So that created the second question above. I >don't expect to test every combination of OS and FM, but Char thinks
    he's hit on one that works.

    Which combination doesn't work? I'd like to join the redirection party.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Char Jackson on Wed Nov 29 22:40:09 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 9:44 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are >>> saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available.


    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is
    this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.


    It's a 32-bit versus 64-bit issue.

    When you run 32-bit software on a 64-bit system,
    that's when it seems to happen. Happens in Free Commander.
    Happens in my GetOpenFileName() test program. Doesn't
    happen in Notepad, as near as I can determine.

    FreeCommander is 32-bit. Everything is fine if you run FreeCommander
    on a 32-bit OS. Doesn't work right if FreeCommander 32-bit runs
    on a 64-bit OS.

    And my test shows, the effect is not a file system feature. Some
    software is pulling a fast one. If I use FreeCommander to look
    at C: then I can't see HOSTS. If I use FreeCommander to look
    at the Windows 10 on H: , then I can see HOSTS as normal. And
    that involves a booted C: which is 64-bit and the usage of a
    32-bit FreeCommander.

    I'm not running a full matrix for this bar bet. I just used
    what I had sitting in my "fresh VM" pile.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Paul on Thu Nov 30 04:10:17 2023
    XPost: alt.comp.software.firefox

    Paul wrote:

    In this example, I'm booted on C: and I try to
    traverse exactly the same path on C: and H: .
    I cannot get to the HOSTS on C: , but I can get
    to the HOSTS on H: . The SysWOW64 folder has
    Roland Midi files in it, instead of etc.

    https://i.postimg.cc/vmfBCxYg/access-HOSTS-foreign-partition.gif

    What's interesting, is Notepad does not fall for this.
    Just a naive application of GetOpenFileName() falls for it.
    There must be some other path that Microsoft applications use.

    There is a call to disable SysWoW64 redirection, maybe you could try it
    with your test program, to check it allows you to see
    system32\drivers\etc once you say the magic word?

    Char, do you go browse down from c:\windows through system32 then
    drivers to etc

    or do you jump straight in to c:\windows\system32\drivers\etc ?

    is your machine using "normal" NTFS (not ReFS or something funky?)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Char Jackson on Thu Nov 30 03:53:40 2023
    XPost: alt.comp.software.firefox

    Char Jackson wrote:

    Actually, I know you well enough and that's why I said 'dumb question'. 🙂

    Fair enough

    I'm just trying to understand why you and Paul and possibly micky are all getting redirected. Everyone has a legitimate need to get to their hosts file,
    so I'd like to know why it's hidden for some of you.

    64bit Windows knows that 32bit programs might not realise they are
    fishes out of water, and could cause damage, especially if run with
    admin rights, so it protects itself by putting the redirection in place
    to fool the programs into looking at a sandpit, if the program damages
    the sandpit, nobody cares.

    It's documented behaviour, so it's strange that it doesn't kick-in for
    your system.

    Paul has shown it's not done by NTFS, it's only done by the running
    instance of windows. I wonder if it's done by hooks at the windows API
    level, or by NT kernel native API level?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Andy Burns on Thu Nov 30 04:17:03 2023
    XPost: alt.comp.software.firefox

    Andy Burns wrote:

    There is a call to disable SysWoW64 redirection

    I'm sure you could find it, but here

    <https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-wow64disablewow64fsredirection>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Andy Burns on Wed Nov 29 22:59:59 2023
    XPost: alt.comp.software.firefox

    On Thu, 30 Nov 2023 04:10:17 +0000, Andy Burns <usenet@andyburns.uk> wrote:

    Paul wrote:

    In this example, I'm booted on C: and I try to
    traverse exactly the same path on C: and H: .
    I cannot get to the HOSTS on C: , but I can get
    to the HOSTS on H: . The SysWOW64 folder has
    Roland Midi files in it, instead of etc.

    https://i.postimg.cc/vmfBCxYg/access-HOSTS-foreign-partition.gif

    What's interesting, is Notepad does not fall for this.
    Just a naive application of GetOpenFileName() falls for it.
    There must be some other path that Microsoft applications use.

    There is a call to disable SysWoW64 redirection, maybe you could try it
    with your test program, to check it allows you to see
    system32\drivers\etc once you say the magic word?

    Char, do you go browse down from c:\windows through system32 then
    drivers to etc

    or do you jump straight in to c:\windows\system32\drivers\etc ?

    is your machine using "normal" NTFS (not ReFS or something funky?)

    Yes, I was just navigating one level at a time by clicking the mouse.

    C:\ to windows to system32 to drivers to etc.
    Using normal NTFS.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Paul on Wed Nov 29 23:03:51 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 22:40:09 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 9:44 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are >>>> saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available.


    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is
    this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong >> version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.


    It's a 32-bit versus 64-bit issue.

    When you run 32-bit software on a 64-bit system,
    that's when it seems to happen.

    For some people.

    Happens in Free Commander.

    Again, for some people. I haven't been able to duplicate that.

    Happens in my GetOpenFileName() test program. Doesn't
    happen in Notepad, as near as I can determine.

    FreeCommander is 32-bit. Everything is fine if you run FreeCommander
    on a 32-bit OS. Doesn't work right if FreeCommander 32-bit runs
    on a 64-bit OS.

    Odd that the behavior isn't consistent. It works fine here.

    And my test shows, the effect is not a file system feature. Some
    software is pulling a fast one. If I use FreeCommander to look
    at C: then I can't see HOSTS. If I use FreeCommander to look
    at the Windows 10 on H: , then I can see HOSTS as normal. And
    that involves a booted C: which is 64-bit and the usage of a
    32-bit FreeCommander.

    I'm not running a full matrix for this bar bet. I just used
    what I had sitting in my "fresh VM" pile.

    Same here, I suppose. I booted a Win 7 Pro VM because it was at the top of the list. I haven't tried any others.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Andy Burns on Thu Nov 30 04:32:54 2023
    XPost: alt.comp.software.firefox

    On 11/29/2023 11:17 PM, Andy Burns wrote:
    Andy Burns wrote:

    There is a call to disable SysWoW64 redirection

    I'm sure you could find it, but here

    <https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-wow64disablewow64fsredirection>

    To do that, it wasn't looking very good on MinGW32.
    On MinGW32, the original program compiles like this.
    The apiset needed, seems to be missing. There is one
    instance of the string, in a static lib but that's all
    I could find.

    g++ -o getopenfix64.exe getopenfix64.cc -lcomdlg32 # needs libgcc_s_dw2-1.dll in the directory

    I had to switch to MinGW64 on Linux, and have it compile
    a 32-bit windows output there.

    /usr/bin/i686-w64-mingw32-g++ -I/usr/i686-w64-mingw32/include
    -o getopenfix64.exe getopenfix64.cc -lcomdlg32 # UB2310 disk
    # needs libgcc_s_dw2-1.dll in the directory # Still needed!

    The calls seem to be working. The returned result passes
    an if-then-else check.

    But, the redirection continues on. It didn't succeed in
    changing the results.

    My normal experience with efforts like this, is it should be
    "blowing errors all over the place", if the interface work
    I'm doing is sketchy. What is weird, is the damn thing
    is obedient as can be, and nothing I do seems to throw errors.
    Yet I can't get it to disable the redirect. This is the
    essence of the code change.

    PVOID OldValue = NULL;

    if( !Wow64DisableWow64FsRedirection(&OldValue) ) return -1;
    GetOpenFileName( &ofn );
    if( !Wow64RevertWow64FsRedirection(OldValue) ) return -1;
    MessageBox ( NULL , ofn.lpstrFile , "File Name" , MB_OK);

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to NONONOmisc07@fmguy.com on Fri Dec 1 10:53:25 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Tue, 28 Nov 2023 10:15:51 -0500, micky <NONONOmisc07@fmguy.com> wrote:


    According to what follows that Allan has found, it's not the OS. Still
    have to resolve what Paul posted. Does that win7 was Premium mean it
    was 64-bit?

    My original OS was Win8.1 (64-bit). I upgraded to Win10 over a year ago. >>> FreeCommander's 32-bit version is limited with 64-bit versions of
    Windows, according to this.

    https://freecommander.com/en/faq-freecommander/#using-32-on-64

    Aha. Just what I've been saying.

    There are solutions to those problems on this page.

    https://freecommander.com/en/version-summary/

    For people who have not gone to the link:

    FreeCommander XE on Windows X64
    The actual version of FreeCommander XE is a 32 bit program. For this
    reason FreeCommander is (like all 32 bit programs on Windows X64)
    subject to the following restrictions:

    ----ALL, it says! My emphasis. ----

    32 bit programs (e.g. FreeCommander) have not full access to the
    control panel.
    In the context menu, entries of 64 bit programs will not be visible.
    The folder “%windir%\system32” and its sub folders show different
    contents under 32 bit programs (e.g. FreeCommander).

    Notes: %windir% is a system variable that points to the Windows
    installation folder – often: c:\Windows
    32 bit programs are redirected from “%windir%\system32” to
    “%windir%\SysWOW64” automatically.

    For more detailed information see: Microsoft: File system Redirector

    ----At the webpage, these last 4 words are a link, maybe the same one
    Paul posted. Or at least the same information.

    I don't remember seeing those solutions when I was using the 32-bit version.

    It's sort of impressive that they post solutions at all, since they'd
    really prefer you buy the 64-bit version. OTOH, even if you won't rely
    on believing they are generous, I'm sure their own programmers looked
    into it and when they found these solutions, they wanted to share them.

    I didn't fully understand the solutions. I understood the context menu
    part and it's complicaed,

    I retract saying I understood the context menu part. How can you even
    bring up a context menu for a file that is not listed?

    I'm referring here still to the FreeCommander suggestion for fixing the problem, from the link higher up on this post.

    but it seemed solving the file missing from
    the list part was also complicated and had to be done one file at a
    time. Maybe if you only ever need one file, someone would do that, but
    it seems like buying Free Commander for 64 bits, or using another FM is
    what everyone would do.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Char Jackson on Fri Dec 1 22:41:47 2023
    XPost: alt.comp.software.firefox

    On Wed, 29 Nov 2023 23:03:51 -0600, Char Jackson <none@none.invalid> wrote:

    On Wed, 29 Nov 2023 22:40:09 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 9:44 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are
    saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available.


    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is
    this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong
    version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.


    It's a 32-bit versus 64-bit issue.

    When you run 32-bit software on a 64-bit system,
    that's when it seems to happen.

    For some people.

    Happens in Free Commander.

    Again, for some people. I haven't been able to duplicate that.

    Happens in my GetOpenFileName() test program. Doesn't
    happen in Notepad, as near as I can determine.

    FreeCommander is 32-bit. Everything is fine if you run FreeCommander
    on a 32-bit OS. Doesn't work right if FreeCommander 32-bit runs
    on a 64-bit OS.

    Odd that the behavior isn't consistent. It works fine here.

    And my test shows, the effect is not a file system feature. Some
    software is pulling a fast one. If I use FreeCommander to look
    at C: then I can't see HOSTS. If I use FreeCommander to look
    at the Windows 10 on H: , then I can see HOSTS as normal. And
    that involves a booted C: which is 64-bit and the usage of a
    32-bit FreeCommander.

    I'm not running a full matrix for this bar bet. I just used
    what I had sitting in my "fresh VM" pile.

    Same here, I suppose. I booted a Win 7 Pro VM because it was at the top of the >list. I haven't tried any others.

    Are we leaving this without a final resolution?

    I was hoping someone would provide a 32-bit file manager that falls into the redirection trap and is unable to navigate to the usual location for the hosts file.

    The *one* that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues with that task. Does anyone have a 32-bit file manager that doesn't work?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Char Jackson on Sat Dec 2 09:29:02 2023
    XPost: alt.comp.software.firefox

    Char Jackson wrote:

    Are we leaving this without a final resolution?

    I think mickey may have to donate the betting pot to charity

    I was hoping someone would provide a 32-bit file manager that falls into the redirection trap and is unable to navigate to the usual location for the hosts
    file.

    I think everyone else has sort of decided that there's something unusual
    about your machine? The redirection does its thing for all our 64bit
    machines running 32bit programs, it's just yours that is misbehaving ...
    but not in a way that upsets you.

    The one that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues with that task. Does anyone have a 32-bit file manager that doesn't work?

    That's the only one I tried and it has "the issue" i.e. the defined
    behaviour.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Real Bev on Sat Dec 2 11:27:09 2023
    XPost: alt.comp.software.firefox

    On 2023-11-28 21:39, The Real Bev wrote:
    On 11/28/23 8:53 AM, Carlos E. R. wrote:
    On 2023-11-28 16:58, The Real Bev wrote:
    On 11/28/23 3:07 AM, Carlos E. R. wrote:

    ...

    Xtree?

    Could be, but it looked like MC rather than a 'tree' display.  XTree
    sounded familiar, though.  I hunted for a while but couldn't find
    anything that stood out.

    https://en.wikipedia.org/wiki/XTree

    I'm pretty sure that's not it, especially since it cost $40.  I just
    used free stuff then -- except for Ventura Publisher.  I really coveted that, but there was no way the company was going to buy it for me so I
    could make pretty proposals.  Marketing, fortunately, had an unlimited budget so I traded some juicy corporate gossip for a copy.  Something
    like 10 floppy disks, and to save your work to a floppy you had to
    export it using the VP facility.

    Looking back, it was needlessly complex and painful to use.  I switched
    to Word Perfect when it became capable of producing proportional-font
    text on a dot-matrix printer.  Not fast, of course...

    As graphics, slow as molasses in a 9 pin printer. I could not afford a
    24 pin printer.

    Although some printers did have proportional fonts natively, no software
    made use of it because they did not have the kerning table of all
    printers (I think that was the name).

    So at the time people started to switch to the then expensive inkjets,
    which could print graphics at a reasonable speed and made sleeping room
    mates / neighbours happy.

    There was a big fat book with a disk of MSDOS utilities.  I still have a copy, even though I haven't looked at it for decades and am not sure
    where it is.  It was a better DOS manual than the DOS manual itself.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Char Jackson on Sat Dec 2 11:36:46 2023
    XPost: alt.comp.software.firefox

    On 2023-12-02 05:41, Char Jackson wrote:
    On Wed, 29 Nov 2023 23:03:51 -0600, Char Jackson <none@none.invalid> wrote:

    On Wed, 29 Nov 2023 22:40:09 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 9:44 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote: >>>>
    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are
    saying about redirection to sysWOW. I don't see that here, AFAIK.

    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available. >>>>>>

    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is
    this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong
    version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.


    It's a 32-bit versus 64-bit issue.

    When you run 32-bit software on a 64-bit system,
    that's when it seems to happen.

    For some people.

    Happens in Free Commander.

    Again, for some people. I haven't been able to duplicate that.

    Happens in my GetOpenFileName() test program. Doesn't
    happen in Notepad, as near as I can determine.

    FreeCommander is 32-bit. Everything is fine if you run FreeCommander
    on a 32-bit OS. Doesn't work right if FreeCommander 32-bit runs
    on a 64-bit OS.

    Odd that the behavior isn't consistent. It works fine here.

    And my test shows, the effect is not a file system feature. Some
    software is pulling a fast one. If I use FreeCommander to look
    at C: then I can't see HOSTS. If I use FreeCommander to look
    at the Windows 10 on H: , then I can see HOSTS as normal. And
    that involves a booted C: which is 64-bit and the usage of a
    32-bit FreeCommander.

    I'm not running a full matrix for this bar bet. I just used
    what I had sitting in my "fresh VM" pile.

    Same here, I suppose. I booted a Win 7 Pro VM because it was at the top of the
    list. I haven't tried any others.

    Are we leaving this without a final resolution?

    I was hoping someone would provide a 32-bit file manager that falls into the redirection trap and is unable to navigate to the usual location for the hosts
    file.

    The *one* that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues with that task. Does anyone have a 32-bit file manager that doesn't work?

    Being modern, they might have patched it so that it works.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to Jackson on Sat Dec 2 12:13:54 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 20:52:32 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Wed, 29 Nov 2023 13:34:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 08:03:12 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    I certainly do.

    I guess I asked two questions along the way. What happens when you do
    what I do? and later, maybe only implied.. Can anyone do parallel to >>what I did and see the file?

    Because I had concluded and you found that page that said that no 32-bit >>file manager would see it. So that created the second question above. I >>don't expect to test every combination of OS and FM, but Char thinks
    he's hit on one that works.

    Which combination doesn't work? I'd like to join the redirection party.


    I'm sorry. Other responsibilties kept me away from this thread for a
    couple days, and even now, and i've lost track of it.

    AFAIK no 32-bit FM works with any 64-bit OS except for the combination
    you found.

    At least I pointed out the issue/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to usenet@andyburns.uk on Sat Dec 2 12:17:53 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sat, 2 Dec 2023 09:29:02 +0000, Andy Burns <usenet@andyburns.uk> wrote:

    Char Jackson wrote:

    Are we leaving this without a final resolution?

    I think mickey may have to donate the betting pot to charity

    That seems fair.

    But I should admit when I said I wasn't using Association money, I
    didn't claim to be using my money either.

    The pot originally was kudos. Now it is 4 kudos. kudoses? 4 measures
    of kudos.

    I was hoping someone would provide a 32-bit file manager that falls into the >> redirection trap and is unable to navigate to the usual location for the hosts
    file.

    I think everyone else has sort of decided that there's something unusual >about your machine? The redirection does its thing for all our 64bit >machines running 32bit programs, it's just yours that is misbehaving ...
    but not in a way that upsets you.

    Yes.

    The one that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues >> with that task. Does anyone have a 32-bit file manager that doesn't work?

    That's the only one I tried and it has "the issue" i.e. the defined >behaviour.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to R." on Sat Dec 2 12:24:15 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sat, 2 Dec 2023 11:36:46 +0100, "Carlos E.
    R." <robin_listas@es.invalid> wrote:

    On 2023-12-02 05:41, Char Jackson wrote:
    On Wed, 29 Nov 2023 23:03:51 -0600, Char Jackson <none@none.invalid> wrote: >>
    On Wed, 29 Nov 2023 22:40:09 -0500, Paul <nospam@needed.invalid> wrote:

    On 11/29/2023 9:44 PM, Char Jackson wrote:
    On Wed, 29 Nov 2023 16:42:19 -0500, Paul <nospam@needed.invalid> wrote: >>>>>
    On 11/29/2023 1:47 PM, Char Jackson wrote:

    I know that the folder can't actually be missing, so I'm assuming it's simply a
    display issue, but I don't know how that relates to what Paul and Andy are
    saying about redirection to sysWOW. I don't see that here, AFAIK. >>>>>>>
    Do I need to try your challenge with an older version of FreeCommander? I used
    the latest one, Build 880, I believe. Older versions are available. >>>>>>>

    The OS has made it not-accessible.

    What's your OS? I used a VM running Win 7 Pro and had no issues. By chance, is
    this a Home v Pro issue? Is this a 7 v 8 v 10/11 issue? Am I using the wrong
    version of FC?

    <snip>

    Since the contents of SysWOW64 are being displayed,
    instead of the contents of System32/drivers , then
    you cannot see "etc" or "HOSTS" below it.

    I haven't been able to duplicate that.


    It's a 32-bit versus 64-bit issue.

    When you run 32-bit software on a 64-bit system,
    that's when it seems to happen.

    For some people.

    Happens in Free Commander.

    Again, for some people. I haven't been able to duplicate that.

    Happens in my GetOpenFileName() test program. Doesn't
    happen in Notepad, as near as I can determine.

    FreeCommander is 32-bit. Everything is fine if you run FreeCommander
    on a 32-bit OS. Doesn't work right if FreeCommander 32-bit runs
    on a 64-bit OS.

    Odd that the behavior isn't consistent. It works fine here.

    And my test shows, the effect is not a file system feature. Some
    software is pulling a fast one. If I use FreeCommander to look
    at C: then I can't see HOSTS. If I use FreeCommander to look
    at the Windows 10 on H: , then I can see HOSTS as normal. And
    that involves a booted C: which is 64-bit and the usage of a
    32-bit FreeCommander.

    I'm not running a full matrix for this bar bet. I just used
    what I had sitting in my "fresh VM" pile.

    Same here, I suppose. I booted a Win 7 Pro VM because it was at the top of the
    list. I haven't tried any others.

    Are we leaving this without a final resolution?

    I was hoping someone would provide a 32-bit file manager that falls into the >> redirection trap and is unable to navigate to the usual location for the hosts
    file.

    The *one* that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues >> with that task. Does anyone have a 32-bit file manager that doesn't work?

    Being modern, they might have patched it so that it works.

    Anyone still offerring a 32-bit FM on their webpage ought to have either
    found a patch that would make it work, or include a warning that it
    wouldn't find all directories or files. Surely most of the people in
    the business of writing FMs know about this issue.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Sat Dec 2 13:52:38 2023
    XPost: alt.comp.software.firefox

    On 12/2/2023 12:24 PM, micky wrote:

    Anyone still offerring a 32-bit FM on their webpage ought to have either found a patch that would make it work, or include a warning that it
    wouldn't find all directories or files. Surely most of the people in
    the business of writing FMs know about this issue.

    This stuff is entirely too flaky for words.

    I ran my 32-bit test program on my W11x64 Home, and
    "navigating" to the path fails, but typing the path
    into the path box, works. Grrr. I ran the program
    as administrator (which probably should not be
    making a difference to this indirection trick).

    [Picture]

    https://i.postimg.cc/zDPRbnS4/a-strange-case-of-redirection.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Paul on Sat Dec 2 19:08:37 2023
    XPost: alt.comp.software.firefox

    Paul wrote:
    But there is something you can try for us.

    If FreeCommander has a box to enter the path as a string,
    try entering a string and see if you can "get past ETC" that way.

    C:\Windows\System32\drivers\etc

    It does (Folder / Go to folder...) and you can.

    That's why I asked char if he'd browsed down from the root to the
    drivers folder, or gone direct to it (the folder redirection
    documentation says specifically that the etc folder is excluded, but intermediate paths to reach it are included).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Sat Dec 2 14:01:36 2023
    XPost: alt.comp.software.firefox

    On 12/2/2023 12:13 PM, micky wrote:
    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 20:52:32 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Wed, 29 Nov 2023 13:34:21 -0500, micky <NONONOmisc07@fmguy.com> wrote:

    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 08:03:12 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    I certainly do.

    I guess I asked two questions along the way. What happens when you do
    what I do? and later, maybe only implied.. Can anyone do parallel to
    what I did and see the file?

    Because I had concluded and you found that page that said that no 32-bit >>> file manager would see it. So that created the second question above. I >>> don't expect to test every combination of OS and FM, but Char thinks
    he's hit on one that works.

    Which combination doesn't work? I'd like to join the redirection party.


    I'm sorry. Other responsibilties kept me away from this thread for a
    couple days, and even now, and i've lost track of it.

    AFAIK no 32-bit FM works with any 64-bit OS except for the combination
    you found.

    At least I pointed out the issue/


    But there is something you can try for us.

    If FreeCommander has a box to enter the path as a string,
    try entering a string and see if you can "get past ETC" that way.

    C:\Windows\System32\drivers\etc

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Paul on Sat Dec 2 19:11:45 2023
    XPost: alt.comp.software.firefox

    Paul wrote:

    This stuff is entirely too flaky for words.

    I ran my 32-bit test program on my W11x64 Home, and
    "navigating" to the path fails, but typing the path
    into the path box, works. Grrr.


    That's how it's meant to work.

    I ran the program
    as administrator (which probably should not be
    making a difference to this indirection trick).

    [Picture]

    https://i.postimg.cc/zDPRbnS4/a-strange-case-of-redirection.gif

    "Certain subdirectories are exempt from redirection. Access to these subdirectories is not redirected to %windir%\SysWOW64:

    %windir%\system32\catroot
    %windir%\system32\catroot2
    %windir%\system32\driverstore
    %windir%\system32\drivers\etc
    %windir%\system32\logfiles
    %windir%\system32\spool"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Sat Dec 2 14:54:21 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sat, 2 Dec 2023 13:52:38 -0500, Paul <nospam@needed.invalid> wrote:

    On 12/2/2023 12:24 PM, micky wrote:

    Anyone still offerring a 32-bit FM on their webpage ought to have either
    found a patch that would make it work, or include a warning that it
    wouldn't find all directories or files. Surely most of the people in
    the business of writing FMs know about this issue.

    This stuff is entirely too flaky for words.

    I ran my 32-bit test program on my W11x64 Home, and
    "navigating" to the path fails, but typing the path
    into the path box, works. Grrr. I ran the program

    That box probably doesn't use anything in the test program, but goes
    stright to a command line that is 64-bits.

    Do you mean it then displays it just as if you had navigated? I guess
    you do. My favorite FM PowerDesk doens't have a path box. It has a
    launch bar with 7 popular program like IE, file finder, command,
    notepad, wordpad

    Xplorer2 does have that and by golly it works.

    I guess Andy said this already but I didn't get where he meant until
    now.

    They should still give that warning, because using the path box is not
    at all obvious. The advantage of these FM's is that they show you the subdirectories. I figured the path box was for pasting from somewhere
    else.

    as administrator (which probably should not be
    making a difference to this indirection trick).

    [Picture]

    https://i.postimg.cc/zDPRbnS4/a-strange-case-of-redirection.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From micky@21:1/5 to nospam@needed.invalid on Sat Dec 2 14:59:10 2023
    XPost: alt.comp.software.firefox

    In alt.comp.os.windows-10, on Sat, 2 Dec 2023 14:01:36 -0500, Paul <nospam@needed.invalid> wrote:

    On 12/2/2023 12:13 PM, micky wrote:
    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 20:52:32 -0600, Char
    Jackson <none@none.invalid> wrote:

    On Wed, 29 Nov 2023 13:34:21 -0500, micky <NONONOmisc07@fmguy.com> wrote: >>>
    In alt.comp.os.windows-10, on Wed, 29 Nov 2023 08:03:12 +0000, Andy
    Burns <usenet@andyburns.uk> wrote:

    micky wrote:

    So that's 32-bit and it doesn't count as a test of my question!
    The HOSTS Challenge has still not been fulfilled.
    I'm doubling the prize.

    Don't you believe that I saw the same "lack of hosts file in the
    expected place" as you did?

    I certainly do.

    I guess I asked two questions along the way. What happens when you do >>>> what I do? and later, maybe only implied.. Can anyone do parallel to >>>> what I did and see the file?

    Because I had concluded and you found that page that said that no 32-bit >>>> file manager would see it. So that created the second question above. I >>>> don't expect to test every combination of OS and FM, but Char thinks
    he's hit on one that works.

    Which combination doesn't work? I'd like to join the redirection party.


    I'm sorry. Other responsibilties kept me away from this thread for a
    couple days, and even now, and i've lost track of it.

    AFAIK no 32-bit FM works with any 64-bit OS except for the combination
    you found.

    At least I pointed out the issue/


    But there is something you can try for us.

    If FreeCommander has a box to enter the path as a string,
    try entering a string and see if you can "get past ETC" that way.

    C:\Windows\System32\drivers\etc

    Paul

    Well I dno't have FreeCommander after all. I was confusing it with some
    other commander. That's why I didn't answer Andy's post parallel to
    Char's

    But as I say elswhere, it worked in xplorer2. Better than nothing, especially for a tightwad like me who doesn't want buy another FM (and
    who still prefers PowerDesk anyhow.) I wonder how many directories,
    in addition to this etc, there are that won't be seen through
    navigation.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Char Jackson@21:1/5 to Andy Burns on Sat Dec 2 14:49:47 2023
    XPost: alt.comp.software.firefox

    On Sat, 2 Dec 2023 09:29:02 +0000, Andy Burns <usenet@andyburns.uk> wrote:

    Char Jackson wrote:

    Are we leaving this without a final resolution?

    I think mickey may have to donate the betting pot to charity

    I was hoping someone would provide a 32-bit file manager that falls into the >> redirection trap and is unable to navigate to the usual location for the hosts
    file.

    I think everyone else has sort of decided that there's something unusual >about your machine? The redirection does its thing for all our 64bit >machines running 32bit programs, it's just yours that is misbehaving ...
    but not in a way that upsets you.

    The one that I tried, FreeCommander XE 2023 Build 880 32-bit has no issues >> with that task. Does anyone have a 32-bit file manager that doesn't work?

    That's the only one I tried and it has "the issue" i.e. the defined >behaviour.

    Sounds good, thanks. I'll clean up my VM and call it done.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to micky on Sat Dec 2 20:35:29 2023
    XPost: alt.comp.software.firefox

    On 12/2/2023 2:54 PM, micky wrote:
    In alt.comp.os.windows-10, on Sat, 2 Dec 2023 13:52:38 -0500, Paul <nospam@needed.invalid> wrote:

    On 12/2/2023 12:24 PM, micky wrote:

    Anyone still offerring a 32-bit FM on their webpage ought to have either >>> found a patch that would make it work, or include a warning that it
    wouldn't find all directories or files. Surely most of the people in
    the business of writing FMs know about this issue.

    This stuff is entirely too flaky for words.

    I ran my 32-bit test program on my W11x64 Home, and
    "navigating" to the path fails, but typing the path
    into the path box, works. Grrr. I ran the program

    That box probably doesn't use anything in the test program, but goes
    stright to a command line that is 64-bits.

    Do you mean it then displays it just as if you had navigated? I guess
    you do. My favorite FM PowerDesk doens't have a path box. It has a
    launch bar with 7 popular program like IE, file finder, command,
    notepad, wordpad

    Xplorer2 does have that and by golly it works.

    I guess Andy said this already but I didn't get where he meant until
    now.

    They should still give that warning, because using the path box is not
    at all obvious. The advantage of these FM's is that they show you the subdirectories. I figured the path box was for pasting from somewhere
    else.

    as administrator (which probably should not be
    making a difference to this indirection trick).

    [Picture]

    https://i.postimg.cc/zDPRbnS4/a-strange-case-of-redirection.gif

    Paul

    I should show you where I cribbed the program from. My
    value added, is I fix the odd detail so it works with
    MinGW. In this case, the "fix64" version of the program
    used MinGW64 (on ubuntu), cross-compiled to 32-bit Windows PE32
    and tested on Windows. The reason I don't use a MinGW64
    on Windows and compile to 32-bit (you can do that),
    is the instructions are too poor for poor old Paul to follow.
    The Ubuntu didn't come with instructions, but after a bit,
    I spotted the pattern in the packages and got the theme from that.
    The executables have weird names, which explicitly names the
    transform you want.

    https://www.daniweb.com/programming/software-development/code/217307/a-simple-getopenfilename-example

    When you have getopenfilename() collect a path from the
    user, the little messagebox just prints out what the
    selected value was. No attempt is made to open() the file.
    The idea is, the program is not supposed to be changing the
    OSes I test it on, in any way. (Paul is too careless to work
    with real dynamite.)

    Compile on Windows with mingw32 to make a 32-bit program, is like this:

    g++ -o getopenfilename.exe getopenfilename.cc -lcomdlg32

    Whereas Ubuntu 64, cross-compile to 32-bit Windows, looks like this.

    /usr/bin/i686-w64-mingw32-g++ -I/usr/i686-w64-mingw32/include -o getopenfix64.exe getopenfix64.cc -lcomdlg32

    In each case, the "libgcc_s_dw2-1.dll" must be seated, next to your EXE.

    The shocker, is I didn't need to bind in anything kernel related
    in the second case. I don't know where it's getting the Wow64DisableWow64FsRedirection() routine from. Most of the time
    when I write programs, they're throwing errors left and right,
    and I need two shovels to make headway.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)