Oh forgot. Paid 130€ for all of it - like 9.000 US $ at the current rate :-D Haha...
Disk? Then usually load "*",8,1 gets most things going :-) or as below...
LOAD "FILENAME",8 loads a program from the first disk-drive
LOAD"*",8 loads the first file
LOAD"A*",8 loads the first file whose name begins with A
LOAD"A*C",8 loads the first file whose name begins with A and ends with C, with any or no included characters.
LOAD"A?C",8 loads the first file whose name consist of the three letters, where the first letter is A and the last is C. The ? is a wildcard which matches any single char
LOAD "$",8 loads the disk directory