+++ BREAKING NEWS: XYplorer goes twinBASIC +++
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
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.
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: 64822
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Thank you!
I estimate that every Linux user will want a license. They're so lost without it.
I estimate that every Linux user will want a license. They're so lost without it.
FAQ | XY News RSS | XY X
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I would start with MacOS first before heading towards the FOSS warriors. ^^
-
admin
- Site Admin
- Posts: 64822
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
FAQ | XY News RSS | XY X
-
Atari800XL
- Posts: 24
- Joined: 15 Feb 2012 17:33
- Location: W10 W11 @100%
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
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!
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!
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
So what did you do - exactly. I would like to try too!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.
-
Atari800XL
- Posts: 24
- Joined: 15 Feb 2012 17:33
- Location: W10 W11 @100%
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
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.
A longer answer would probably need a new topic, maybe I will start that tomorrow.
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
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
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?
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
-
admin
- Site Admin
- Posts: 64822
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
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:
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.
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 versionFAQ | XY News RSS | XY X
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
I am assuming that we don't need the 3 "XY64" executables anymore?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: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.Code: Select all
update 1 + 32 + 256; //update to the latest 64-bit beta version
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
Thankyou. I did and it works just fine.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.
Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++
As have I. Thanks Don!
XYplorer Beta Club