Build Your Own Arcade Controls Forum
Main => Everything Else => Topic started by: HaRuMaN on May 14, 2012, 10:50:29 am
-
So I've got Word Writer for the C64, but for the life of me I can't figure out how to load a saved file from a floppy.
Any of you old farts remember how?
-
F2, you'll hold shift and F1.
-
LOL guess what I found? Instruction manual for WW5.
http://project64.c64.org/misc/wordw510.zip (http://project64.c64.org/misc/wordw510.zip)
-
Hey get out of the dark ages and use vi (http://www.floodgap.com/retrotech/cbm/svicc/) for your C64 word processing needs.
-
use Speedscript nice and easy :P
-
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:
-
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.
-
use Speedscript nice and easy :P
God, I hated typing that in. Even with the checksum program running.
-
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
-
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
-
Since there's just the prg on there, load"*",8,1 will work just fine for you. You may have to type run as well after.