Main > Everything Else
Word Writer for C64
Vigo:
I'll have to see if I have that cheat sheet thing that you taped on the keyboard that told you what all the word writer special function keys did.
I don't even know what would possess you to dive into word writer these days. I thought using WW is considered a form or torture these days. :dizzy:
HaRuMaN:
I have disk with a document on it, and I want to see what's there.
The filename, according to LOAD"$",8 is:
"W/W DATA03/28/92"
What do I use as the filename to load? I've tried all combinations of the above I can think of.
Ed_McCarron:
--- Quote from: Thenasty on May 14, 2012, 03:29:01 pm ---use Speedscript nice and easy :P
--- End quote ---
God, I hated typing that in. Even with the checksum program running.
Thenasty:
try
load "*",8,1
or
load "W/W DATA03/28/92" ,8,1 but this looks like DATA not the actual program. It prob ended with SEQ not PRG (extension way to the right colum)
then
RUN
Thenasty:
you can type
load "$",8,1
then type
LIST
see which is the PRG for the program
then type
load "whatever its called",8,1
run