home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / TemaCD / xbasic / xbpro.exe / xb / readme.txt < prev    next >
Text File  |  2000-01-15  |  2KB  |  62 lines

  1. '
  2. '
  3. ' ####################  Max Reason
  4. ' #####  XBasic  #####  copyright 1988-2000
  5. ' ####################  Windows XBasic readme.txt file
  6. '
  7. ' http://www.maxreason.com/software/xbasic/xbasic.html
  8. ' http://www.egroups.com/group/xbasic
  9. ' maxreason@maxreason.com
  10. '
  11. ' for Windows XBasic
  12. '
  13. '
  14. ' XBasic installation is discussed at the bottom of this file.
  15. ' XBasic will not work properly or at all if you install it improperly.
  16. '
  17. ' After you start this software for the first time, select HelpNotes
  18. ' from the menu bar in the main window and read the release notes for
  19. ' this and some previous versions.  The release notes describe known
  20. ' bugs, problems, and incompatibilities in this software.
  21. '
  22. ' Also select HelpNew to see what features have been added recently.
  23. '
  24. ' In fact, review all the Help menu entries to find lots of helpful info.
  25. '
  26. ' XBasic is subject to GPL and GPLL licenses, copies of which are
  27. ' included with this distribution in files gpl.txt and gpll.txt for
  28. ' your reference.  Which license applies to a particular file is
  29. ' specified in the file.  a*.x sample programs are public domain.
  30. '
  31. '
  32. '
  33. ' ############################
  34. ' #####  install XBasic  #####
  35. ' ############################
  36. '
  37. ' This following is the installation process for Windows XBasic only.
  38. '
  39. ' All XBasic files are packaged in a single self-extracting file,
  40. ' probably named "xbpro.exe" or "xbpro.zip".  Both files are the same,
  41. ' but some versions and/or configurations of Netscape browsers trash
  42. ' the file during downloading by adding a 0x0D byte before every 0x0A
  43. ' byte in the file.  If you downloaded the ".zip" file, you can simply
  44. ' rename the extent from ".zip" to ".exe".  In a DOS window, enter:
  45. '
  46. '   ren xbpro.zip xbpro.exe
  47. '
  48. ' To install Windows XBasic, find xbpro.exe with Windows Explorer
  49. ' and double click on it, or start a DOS window and enter "xbpro".
  50. ' You must extract into the root directory of one of your hard drives,
  51. ' for example "c:\" or "d:\".  Make SURE "recreate directories" is
  52. ' checked in the window the self-extraction program displays.
  53. '
  54. ' This will create an \xb directory and put ALL XBasic files in
  55. ' the \xb directory and subdirectories of the \xb directory.
  56. '
  57. ' The installation process does not alter the Windows system registry.
  58. '
  59. ' IMPORTANT : Windows95 has a bug that makes it necessary to create
  60. ' a duplicate copy of \xb\xb.dll called \xb\xb.dup - do not forget.
  61. '
  62. '