CelOS Tigress
Posted: Wed Aug 31, 2005 11:04 am
Here's my one. Compatability issues, problems with the recent function and issues with using a huge bmp have gone. There is also a help file.
CP
CP
This site is dedicated to sharing source code for "http://justbasiccom.proboards.com/"
https://jbfilesarchive.com/phpBB3/
Thanks!!!nomainwin 'ezhtml patch for CelOS Tigress - 9/05 ajd344 - www.atown.org
prompt "Is this file in the CelOS Tigress main folder?"; a$
if a$ = "no" then notice "Please put this file in the main folder and run again. Thanks" : end
open "setting.dat" for output as #myHandle
print #myHandle, "first"
print #myHandle, ""
close #myHandle
notice "Finished! EZHTML is now ready!"
end