
DWLOAD EXAMPLES TO GET STARTED - Part2 : DWLOAD in RAM (without EPROM)

To see what you can do with DWLOAD, you can also load DWLOAD from tape
or disk into RAM. You won't get the power-on "wow" experience, but maybe
you get another when you see how fast you can load your favorite game
over DriveWire.


Example 5: Trying out DWLOAD from RAM (Dragon 32)

1) Load the DWLOAD client from tape (dwload-ram.wav) or floppy (DWLOADR.BIN)
2) Run DWLOAD to load your file over DriveWire:
   EXEC&H7400"MYFILE"

Note that dwload-ram loads at $7400-$765D so it cannot load any program into that space!


Example 6: Running DWLOAD from ROM-in-RAM (Dragon 64 in 32K mode)

1) Put d64-patched-rom17.bin into your DriveWire4 folder
1) Load the dw64ram loader from tape (dw64ram.wav) or floppy (DW64RAM.BIN)
2) The program will load the patched ROM image via DriveWire to RAM:
   EXEC
3) Load programs using DLOAD:
   DLOAD"MYFILE"


Example 7: Saving a BASIC program on the DriveWire server (RAM version)

1) Write your BASIC program or load it via tape/etc
2) Add an empty MYPROG.BAS file to your DriveWire4 folder
   (The current version of DriveWire4 cannot create files)
3) Load the DWLOAD client from tape (dwload-ram.wav) or floppy (DWLOADR.BIN)
4) Load and run the "RESAVE "dweeb to save your file over DriveWire:
   EXEC&H7400"RESAVE""MYPROG.BAS"

