[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any way to pause an EXEC?
- Subject: Re: Any way to pause an EXEC?
- From: "BLuRry" <brendan.robert@gmail.com>
- Date: 29 Mar 2006 11:17:06 -0800
- Complaints-to: groups-abuse@google.com
- In-reply-to: <meAWf.231$68.215@bignews7.bellsouth.net>
- Injection-info: z34g2000cwc.googlegroups.com; posting-host=206.210.17.33; posting-account=N5hIbA0AAACzTGVDiZh9ucUYdzqr6aq7
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <j1yWf.196$68.68@bignews7.bellsouth.net> <442ab81e$0$17576$9b4e6d93@newsread2.arcor-online.net> <uuzWf.162$ki.21@bignews1.bellsouth.net> <442acd23$0$58090$742ec2ed@news.sonic.net> <meAWf.231$68.215@bignews7.bellsouth.net>
- User-agent: G2/0.2
- Xref: g2news1.google.com comp.sys.apple2:5934
Since an exec is an automation of basic commands you could do:
HOME
PRINT "Cracking program 1"
LOAD PROGRAM1
do the crack
SAVE PROGRAM1
PRINT "Program 1 cracked... press any key to continue:"
GET A$
...
the sheer fact I can still remember these basic commands is a very sad
testament to a lack of a life in middle school. ;-)