lotus

previous page: 06.004 What commands are available in DOS 3.3?
  
page up: Apple II Csa2 FAQs
  
next page: 06.006 How do I use variables, say for file length, in a DOS command?

06.005 How do I use DOS commands from the keyboard? ... from a program?




Description

This article is from the Apple II Csa2 FAQ, by Jeff Hurlburt with numerous contributions by others.

06.005 How do I use DOS commands from the keyboard? ... from a program?

         To use a DOS command from the keyboard, type it in. (A few commands can be
issued only from a program.)  To use a DOS command in a program enclose it in
quotes preceded by PRINT CHR$(4). For example:

100 PRINT CHR$(4) "BLOAD NARF, A$2000"

-------------------------
    

 

Continue to:













TOP
previous page: 06.004 What commands are available in DOS 3.3?
  
page up: Apple II Csa2 FAQs
  
next page: 06.006 How do I use variables, say for file length, in a DOS command?