rickywk - 2023-04-28

Hi, I have one more question. BASIC-256 can't generate EXE file. How can ordinary users distribute their programs written in BASIC-256? I guess that most users are:

  1. send their kbs files to their friends and ask their friends to download BASIC-256 installation files from the official website and then install BASIC-256 first.
  2. write the codes of their programs in their posts on Internet discussion forums, blogs, etc. Visitors copy and paste the codes into the BASIC-256 editors to run.

Right?

Does the license of BASIC-256 allow BASIC-256 users to upload all the files and folders of the official BASIC-256 program with users' finished kbs files(their finished programs) to websites such as Itch for the purpose of letting people who download to run the finished kbs files conveniently? If allows, a batch file DoubleClickToRun.bat should be made as follow and uploaded by BASIC-256 user as well because people who download can double-click the bat file to run the finished kbs files. More convenient:

@echo off
cd /a folder's name/the name of the folder where the BASIC256.exe file is in
BASIC256.exe ....\FinishedProgramOfUser.kbs -a
exit /b

Oh, if not allow, will it be possible to solve this issue? Thanks first.