+++ BREAKING NEWS: XYplorer goes twinBASIC +++

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by terrytw »

Man this is surprising and exciting! I have been a big fan of XYplorer, glad to hear this!

I know this has been announce 6 months ago and saying this right now makes me look like a caveman, but I don't care, XYplorer works rock solid so I don't always check forums.

I know this is quite a huge transition and I think I will wait a bit until the new version stabilizes before migration, my setup is medium level complex so I don't want to ruin the daily experience.

I think if you have a mature linux version, it's going to capture a significant amount of users since linux users are usually power users.

Also the part about black art and voodoo programmer is hilarious.

Anyway, wish you all the best Don! Can't wait to try it when I got time to migrate.

admin
Site Admin
Posts: 64819
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Thank you!

I estimate that every Linux user will want a license. They're so lost without it.

Filehero
Posts: 2713
Joined: 27 Feb 2012 18:50
Location: Windows 11@100%

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by Filehero »

I would start with MacOS first before heading towards the FOSS warriors. ^^

admin
Site Admin
Posts: 64819
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

:) It's for the TB folks to decide anyway.

Atari800XL
Posts: 24
Joined: 15 Feb 2012 17:33
Location: W10 W11 @100%

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by Atari800XL »

This is amazing, must admit I'm only reading about this great news now (holidays for me).
I had kind of accepted the fact that there would never be a 64 bit version, and in Windows PE, I would always have to "build in" WOW64 to get XYPlorer working (refuse to use anything else, even in PE).

So after reading about the 64 bit version one hour ago, the first thing I had to try was firing up Windows PE and testing XY64. To my great surprise it worked, even without (dll) dependencies.

Like someone else mentioned in this thread, this is some of the best software news of the year. I also agree on the Linux version remarks. Having XYPlorer in Linux would make a huge difference.

Congratulations!

admin
Site Admin
Posts: 64819
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Thanks, mate! :beer:

XY fan
Posts: 240
Joined: 24 Mar 2022 10:58
Location: Windows 11 225% scaling on 3840 x 2400 screen

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by XY fan »

Atari800XL wrote: 29 Jul 2025 17:17 So after reading about the 64 bit version one hour ago, the first thing I had to try was firing up Windows PE and testing XY64. To my great surprise it worked, even without (dll) dependencies.
So what did you do - exactly. I would like to try too!

Atari800XL
Posts: 24
Joined: 15 Feb 2012 17:33
Location: W10 W11 @100%

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by Atari800XL »

The short answer is: just fire up any PE (I like bare bones ADK versions, driven by Autohotkey scripts, by I can also recommend LiveSystemPro or PhoenixPE) and run XY64 from any folder.

A longer answer would probably need a new topic, maybe I will start that tomorrow.

terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by terrytw »

Hi dear Don, I saw on front page that the 64 bit version will be officially released. I would like to make a small request, if it's not too much trouble:

it would be great if you can write a small summary on how to migrate from 32 bit. For portable version, we get

Code: Select all

XYplorer.chm
XYplorer.chw
CatalogDefault.dat
LicenseXY.txt
ReadmeXY.txt
exe files
And we have the Data folder which contains scripts, icons, newitems, panes, paper folders, config.ini, a bunch of .data files for configuration, etc., I just wish to know what we should do, like do we simply put Data folder and the new XYplorer executable together and that's it?

admin
Site Admin
Posts: 64819
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

The 64-bit version is fully compatible with all data and configuration files for reading and writing. All you have to do is overwrite the two executables that are part of the 64-bit package: XYplorer.exe and XYcopy.exe. Your current 32-bit configuration will be preserved 100%.

But it can be even easier. Simply paste this script into the 32-bit XYplorer address bar and press ENTER:

Code: Select all

update 1 + 32 + 256;  //update to the latest 64-bit beta version
But note that currently the 64-bit is still in beta. Some features, like accelerators, are not yet working at all, and there are some known bugs (nothing severe, mostly cosmetic glitches) that are waiting to be fixed.

terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by terrytw »

admin wrote: 30 Jul 2025 18:46 The 64-bit version is fully compatible with all data and configuration files for reading and writing. All you have to do is overwrite the two executables that are part of the 64-bit package: XYplorer.exe and XYcopy.exe. Your current 32-bit configuration will be preserved 100%.

But it can be even easier. Simply paste this script into the 32-bit XYplorer address bar and press ENTER:

Code: Select all

update 1 + 32 + 256;  //update to the latest 64-bit beta version
But note that currently the 64-bit is still in beta. Some features, like accelerators, are not yet working at all, and there are some known bugs (nothing severe, mostly cosmetic glitches) that are waiting to be fixed.
I am assuming that we don't need the 3 "XY64" executables anymore?

admin
Site Admin
Posts: 64819
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Correct.

terrytw
Posts: 121
Joined: 03 Mar 2023 03:37

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by terrytw »

admin wrote: 30 Jul 2025 18:50Correct.
Cool! Thanks for the tip!

XY fan
Posts: 240
Joined: 24 Mar 2022 10:58
Location: Windows 11 225% scaling on 3840 x 2400 screen

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by XY fan »

Atari800XL wrote: 30 Jul 2025 03:10 The short answer is: just fire up any PE (I like bare bones ADK versions, driven by Autohotkey scripts, by I can also recommend LiveSystemPro or PhoenixPE) and run XY64 from any folder.
Thankyou. I did and it works just fine.

JLoftus
Posts: 591
Joined: 22 Jan 2014 14:58

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by JLoftus »

As have I. Thanks Don!

Post Reply