onedrive.com free ram tool

By alessandro_scaccia

Resident (41)

alessandro_scaccia's picture

30-03-2018, 13:34

Hi,

the only thing that remains to be understood are the right command to use the "onedrive.com".

My purpose is to run the onedrive.com and then BLOAD"GAME.BIN",R into a AUTOEXEX.BAS.

In this way is possibile to run automatically everyprogram that exceed of 23432 bytes

Thank a lot.

Alessandro.

Login or register to post comments

By mars2000you

Enlighted (6502)

mars2000you's picture

30-03-2018, 16:08

ONEDRIVE.COM is a MSX-DOS file (although it can also be loaded as a binary file).

Add MSXDOS.SYS and COMMAND.COM on the same disk.

To get the help of ONEDRIVE.COM, enter ONEDRIVE /H on the command line

I think the easiest way is to create an AUTOEXEC.BAT file by entering these lines on the MSX-DOS command line:

COPY CON AUTOEXEC.BAT
ONEDRIVE AUTOEXEC.BAS

Then press CRTL+Z when these 2 lines have been entered.

The other solution is to make an extended AUTOEXEC.BAS file as suggested in the help of ONEDRIVE.COM

By msx45

Supporter (11)

msx45's picture

31-03-2018, 13:44

Hello ,
this is the method to use ONEDRIVE in MSX BASIC

5 Poke -1,(15-PEEK(-1)\16)*17
10 BLOAD"ONEDRIVE.COM"
20 A=PEEK(-833)+256*PEEK(-832)
30 DEFUSR=A
40 A=USR("a:frank.bas")

Replace in line 40 the file that you want to launch