Wafadrive command sumary

Supplied by Geoff Wearmouth

COMMANDFUNCTION
NEWClears OS and program
NEW#Clears BASIC but leaves OS
NEW*Initialises OS.
LOAD*Load first program.
LOAD*"n:file"Loads specified file (n is optional)
LOAD*"n:file", start, lengthLoad machine code.
SAVE*"n:file"Save file
SAVE*"n:file"LINE sSave BASIC with autorun
SAVE*"n:file", st, len, runaddSave code with autorun.
SAVE#Save with replace, use above parameters
VERIFY*"n:file"Verify program/machine code
MERGE*"n:file"Merge Basic
ERASE*"n:file"Erase
MOVE*"n:file1" TO "n:file2"copy file1 TO file2
CAT#"n:"set default drive eg CAT # "a:"
CAT*"n:"Display directory (from Ram).
FORMAT*"n:name"Format wafer
FORMAT*"R";baudset baud rate (default 1200)
OPEN#*stream;channelOpen stream to channnel
CLOSE#*streamClose stream
CLEAR*Close all streams
CLS*set screen to default colours.
No network and drives are always a: or b: (a: default), default becomes last drive accessed.
So NEW* followed by CAT*"a:" should catalog your drive A.