basica - from XT-age to Pentium-age 
Author Message
 basica - from XT-age to Pentium-age

Quote:


>Subject: basica - from XT-age to Pentium-age
>Date: 21 Nov 1995 00:42:29 GMT
>If I could just look at the original code and convert to flat ascii
>files I could fix for qbasic but the *.bas files are not flat ascii!
>Anyone know the format?  The XT barely works,

If the XT still works, why don't you load the program into the BASIC
on the XT, then type:    

SAVE "filename", A

That will save the source code in ASCII on your XT.  If you can no longer use
the BASIC on your XT, then someone referred to a program available from SimTel
called, I believe RB58.ZIP which converts tokenized BASIC to ASCII.



Sat, 09 May 1998 03:00:00 GMT  
 basica - from XT-age to Pentium-age
Help:

I am looking for information on running a basica program
(yes from IBM personal dos 3.1) on a Pentium.  The code worked
where it was originally constructed, an XT, but won't run on a Pentium.
The system either hangs or returns an invalid DOS version message.
I've tried setting the version of DOS reported by DOS but that does
not work.  Added "setver basica 3.1" (may have arg ordered wrong)
in the Autoexec and rebooted but still no luck.

If I could just look at the original code and convert to flat ascii
files I could fix for qbasic but the *.bas files are not flat ascii!
Anyone know the format?  The XT barely works, (thats why a Pentium is
now in use) and basica xxx.bas won't yield anything useable, instead the
XT hangs.

Thanks,




Sat, 09 May 1998 03:00:00 GMT  
 basica - from XT-age to Pentium-age


>I am looking for information on running a basica program
>(yes from IBM personal dos 3.1) on a Pentium.  The code worked
>where it was originally constructed, an XT, but won't run on a Pentium.
>The system either hangs or returns an invalid DOS version message.
>I've tried setting the version of DOS reported by DOS but that does
>not work.  Added "setver basica 3.1" (may have arg ordered wrong)
>in the Autoexec and rebooted but still no luck.

Find an old copy of MSDOS 3.3 or 4.0 with GWBASIC on it - GWBASIC and
BASICA are almost identical; the major difference being that BASICA (the
version of BASIC shipped with "true blue" PC/XT's) had part of its code
contained in the IBM BIOS ROMs, while GWBASIC (the version shipped with all
"clone" PC/XT's and all AT-and-aboves) was completely self-contained.
GWBASIC will run, though you may have to do the SETVER trick on it...

-----------------------------------------------------------------------------
"In order to maintain a well-balanced perspective, the person who has a dog
 to worship him should also have a cat to ignore him."
-----------------------------------------------------------------------------

-----------------------------------------------------------------------------


Sun, 10 May 1998 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. BASICA on a Pentium (MS-DOS 6.2)

2. BASICA on a Pentium (MS-DOS 6.2)

3. Calculating age in VBA

4. Calculate Age in Access

5. updating an age field

6. Calculating Age using date selected by User

7. Module or Query - Swim Team Age Group Question

8. Calculating Age

9. Function to Calculate Age (Article 100136)

10. VBA Question Age Module

11. Using DateDiff to get decimal ages

12. Aging Report

 

 
Powered by phpBB® Forum Software