Skip to content
/ chtype Public

chtype - change file type command for Apple II ProDOS

License

Notifications You must be signed in to change notification settings

a2stuff/chtype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chtype - change file type command for ProDOS

build

Build with ca65

Installation:

  • Copy target to ProDOS disk
  • From BASIC.SYSTEM prompt, run: -CHTYPE from STARTUP (or by hand)

Usage:

CHTYPE pathname[,Ttype][,Aauxtype][,S#][,D#]

Examples:

  • CHTYPE file - show current type/auxtype
  • CHTYPE pic,T$08 - set just type
  • CHTYPE file,A$0640 - set just auxtype
  • CHTYPE now_basic,TBAS,A$801 - set both type and auxtype
  • CHTYPE /root/was_bin,TSYS - works with absolute paths
  • CHTYPE as_text,TTXT,S6,D1 - can use slot/drive arguments too

Notes:

  • Allocates a 1 page buffer to store the code
  • Relative or absolute paths can be used
  • Can be invoked as lower case (e.g. chtype ...)

Resources: