Re: [Freedos-user] Open source thoughts about my DOS stuff

2020-08-28 Thread Jerome Shidel
Hi Eric,

I recommend going with a flavor of git as well. Although I use both, I tend to 
use GitLab over GitHub for a couple reasons. One of the main reasons is that 
GitLab provides a open source version you can run on your own server. 

Anyhow, git isn’t that bad to use from the command-line under macOS or Linux. 
For just simple file backup and revisions, there are only a few commands to 
remember. 

As for your question on the hash’s and version history... It’s fairly easy to 
view the revision history of a file or project using their web interfaces. 


 






___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] BASIC

2020-08-28 Thread Ralf Quint

On 8/28/2020 10:14 AM, Jim Hall wrote:

Hi Richard

Sounds like you are using the FreeDOS 1.2 distribution. We 
unfortunately included the BW-BASIC Win32 console binary instead of 
the DOS binary in that release. You can download the updated version 
from the FreeDOS files archive at ibiblio, or use the version from 
FreeDOS 1.3RC2 instead.


Oopsie... ;-)




--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] BASIC

2020-08-28 Thread Jim Hall
Hi Richard

Sounds like you are using the FreeDOS 1.2 distribution. We unfortunately
included the BW-BASIC Win32 console binary instead of the DOS binary in
that release. You can download the updated version from the FreeDOS files
archive at ibiblio, or use the version from FreeDOS 1.3RC2 instead.


On Fri, Aug 28, 2020 at 9:49 AM Richard Wegner 
wrote:

> Hi there,
>
>
> I would like to some BASIC programming but don't know what to use.  I
> used to program BASIC on the old VAX/VMS, Apple // series, and Atari 8
> bit series but can't find anything now.  I went into C:\DEVEL\BWBASIC
> folder and typed in BWBASIC and it said "This program must be run under
> Win32".  I am also wondering if that is what I am looking for.
>
> Example BASIC program on what I want to do (a simplified one of course)
>
> 10 REM 
>
> 20 FOR X = 1 TO 5
>
> 30 PRINT X; " is the number"
>
> 40 NEXT X
>
> 50 END
>
> result
>
> 1 is the number
>
> 2 is the number... etc
>
>
> Thanks :)
>
>
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] BASIC

2020-08-28 Thread Tomas By
On Fri, 28 Aug 2020 16:33:03 +0200, Richard Wegner wrote:
> I would like to some BASIC programming but don't know what to use. [...]


Here are some options:

https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/simtelnet/msdos/basic/00_index.txt

(It seems to be mostly source code, but I counted at least three
interpreters at a quick scan of the readme file.)

/Tomas


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] BASIC

2020-08-28 Thread mark w
Do a search for “quickbasic for dos” on google and you will find many places to 
download it.

Same with GWBASIC or microsoft basic...

Google is your friend! :)

Sent from my iPad

> On Aug 28, 2020, at 9:48 AM, Richard Wegner  wrote:
> 
> Hi there,
> 
> 
> I would like to some BASIC programming but don't know what to use.  I used to 
> program BASIC on the old VAX/VMS, Apple // series, and Atari 8 bit series but 
> can't find anything now.  I went into C:\DEVEL\BWBASIC folder and typed in 
> BWBASIC and it said "This program must be run under Win32".  I am also 
> wondering if that is what I am looking for.
> 
> Example BASIC program on what I want to do (a simplified one of course)
> 
> 10 REM 
> 
> 20 FOR X = 1 TO 5
> 
> 30 PRINT X; " is the number"
> 
> 40 NEXT X
> 
> 50 END
> 
> result
> 
> 1 is the number
> 
> 2 is the number... etc
> 
> 
> Thanks :)
> 
> 
> 
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.sourceforge.net%2Flists%2Flistinfo%2Ffreedos-user&data=02%7C01%7C%7C27cda6c342214420b54908d84b616947%7C84df9e7fe9f640afb435%7C1%7C0%7C637342229026570264&sdata=lU30vV8AaSboi5GooFFmUHk1JjnTFuePWws4Aq84814%3D&reserved=0

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] BASIC

2020-08-28 Thread Mateusz Viste

On 28/08/2020 16:33, Richard Wegner wrote:

I would like to some BASIC programming but don't know what to use.


I recommend FreeBASIC (fbc), it's truly an awesome compiler. It features 
a "quickbasic-compatibility" switch if you prefer to stay with old-style 
basic.


https://freebasic.net/

Mateusz


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Open source thoughts about my DOS stuff

2020-08-28 Thread Martin Iturbide
Hi

Just in case I created this organization to store the DOS apps related
source code I found while looking for OS/2 source code:
https://github.com/dosalliance

If you want access or work together to grow it out, let me know.

Regards

On Thu, Aug 27, 2020 at 6:41 PM Jim Hall  wrote:

> Also, I tweeted your question. You can see the relies here:
> https://twitter.com/FreeDOS_Project/status/1298943291258556416
>
> On Thu, Aug 27, 2020, 3:29 PM Mercury Thirteen via Freedos-user <
> freedos-user@lists.sourceforge.net> wrote:
>
>> On Thursday, August 27, 2020 4:56 AM, Eric Auer e.a...@jpberlin.de wrote:
>>
>> ...
>> Mercury, I thought bitbucket was a relatively unstructured place to "just
>> upload files"?
>> ...
>>
>>
>> According to this
>> , it
>> seems pretty GitHub-by. :)
>>
>>
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Martín Itúrbide
http://www.os2world.com
mar...@os2world.com
martiniturb...@gmail.com
Quito - Ecuador
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] BASIC

2020-08-28 Thread Richard Wegner

Hi there,


I would like to some BASIC programming but don't know what to use.  I 
used to program BASIC on the old VAX/VMS, Apple // series, and Atari 8 
bit series but can't find anything now.  I went into C:\DEVEL\BWBASIC 
folder and typed in BWBASIC and it said "This program must be run under 
Win32".  I am also wondering if that is what I am looking for.


Example BASIC program on what I want to do (a simplified one of course)

10 REM 

20 FOR X = 1 TO 5

30 PRINT X; " is the number"

40 NEXT X

50 END

result

1 is the number

2 is the number... etc


Thanks :)



___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user