com.webcodepro.applecommander.ui
Class ac

java.lang.Object
  extended by com.webcodepro.applecommander.ui.ac

public class ac
extends java.lang.Object

ac provides a command line interface to key AppleCommander functions. Text similar to this is produced in response to the -h option.

 CommandLineHelp = AppleCommander command line options [{0}]:
 -i  <imagename> [<imagename>] display information about image(s).
 -ls <imagename> [<imagename>] list brief directory of image(s).
 -l  <imagename> [<imagename>] list directory of image(s).
 -ll <imagename> [<imagename>] list detailed directory of image(s).
 -e  <imagename> <filename> export file from image to stdout.
 -x  <imagename> [<directory>] extract all files from image to directory.
 -g  <imagename> <filename> get raw file from image to stdout.
 -p  <imagename> <filename> <type> [[$|0x]<addr>] put stdin
     in filename on image, using file type and address [0x2000].
 -d  <imagename> <filename> delete file from image.
 -k  <imagename> <filename> lock file on image.
 -u  <imagename> <filename> unlock file on image.
 -n  <imagename> <volname> change volume name (ProDOS or Pascal).
 -cc65 <imagename> <filename> <type> put stdin with cc65 header
       in filename on image, using file type and address from header.
 -geos <imagename> interpret stdin as a ProDOS GEOS transfer file and place on image.
 -dos140 <imagename> create a 140K DOS 3.3 image.
 -pro140 <imagename> <volname> create a 140K ProDOS image.
 -pro800 <imagename> <volname> create an 800K ProDOS image.
 -pas140 <imagename> <volname> create a 140K Pascal image.
 -pas800 <imagename> <volname> create an 800K Pascal image.
 

Author:
John B. Matthews

Constructor Summary
ac()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ac

public ac()
Method Detail

main

public static void main(java.lang.String[] args)