如何使用 c1541 -write 命令定义文件类型 (VICE)

How to define file type using c1541 -write command (VICE)

我正在尝试使用 c1541 实用程序将 foo.txt 文件复制到 disk.64 图像。

我试过写:

c1541 disk.d64 -write foo.txt foo

文件已复制,但为 foo.prg

如何使用 SEQUSR 类型保存它?我试过:

c1541 disk.d64 -write foo.txt foo.seq

才发现文件被复制为foo.seq.prg

尝试 c1541 disk.d64 -write foo.txt "foo,s" 用于 SEQ 文件,c1541 disk.d64 -write foo.txt "foo,u" 用于 USR 文件。