Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

kc2img(1) [debian man page]

kc2img(1)						      General Commands Manual							 kc2img(1)

NAME
kc2img - convert KC files to raw KC tape images SYNOPSIS
kc2img <infile> <outfile> DESCRIPTION
kc2img converts the following file types to raw KC tape images. Those files contain the data bytes as written by the KC tape routines with block number and checksum removed. So each block is saved as 128 bytes. Machine code files start with an 128 byte header (one block) that contains filename, load start address, load end address and optionally a start address whose presence is flagged by a status byte. Basic files only have a 13 byte header with filename and filesize. 1) files used by the KC emulator by Arne Fitzenreiter (usually named .TAP) 2) files used by the GEMINI-SOFT KC emulator (usually named .GPF for machine code files and .GBF for basic files) 3) BASIC files (usually named .SSS) 4) KC image files that contain the data written by the KC tape routines without block number and checksum (usually named .KCC or .KCB where the .KCB files are BASIC files with an autostart routine) BUGS
Basic files are not handled properly. SEE ALSO
kcemu(1x), kctape(1), kc2tap(1), kc2wav(1), kc2raw(1) AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>, for the Debian GNU/Linux system (but may be used by others). kc2img(1)

Check Out this Related Man Page

KCTAPE(1)						      General Commands Manual							 KCTAPE(1)

NAME
kctape - handle tape files for KCemu SYNOPSIS
kctape -t tapefile [command [command_args]] kctape --help DESCRIPTION
This manual page documents briefly the kctape command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. OPTIONS
-h, --help Show short help text. -v, --verbose Be verbose about what's going on. -t, --tape tapefile tape archive to process. -l, --list List the content of the tapefile. -c, --create Create the specified tapefile. -a, --add file [file ...] Add new file to tapefile (in KC85/3 mode). -1, --add1 file [file ...] Add new file to tapefile (in KC85/1 mode). -r, --remove filename Remove file from tapefile. -x, --extract filename Extract file to stdout or to the file specified by -o. -d, --dump filename Hexdump file from tapefile. -o, --output filename Output file for the extract command. -b, --print-bam Show internal block allocation map. -B, --print-block-list Show internal block list. SEE ALSO
kcemu(1x), kc2tap(1), kc2wav(1), kc2img(1), kc2raw(1) AUTHOR
This manual page was written by Torsten Paul <Torsten.Paul@gmx.de>, for the Debian GNU/Linux system (but may be used by others). KCTAPE(1)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

appending a file

How do I append a header.txt file to files that start with xxx_*.? There are 20 different files that start with xxx_*. Thanks (1 Reply)
Discussion started by: chumba
1 Replies

2. Solaris

Using usfdump and usfrestore commands

I need to rlogin to a remote server, execute a usfdump to copy all its files to a 8mm cartridge tape. Take that tape to a local server room and execute a usfrestore to load all the files to the back-up server. The back-up server must also be formatted to look identical to the remote server. ... (1 Reply)
Discussion started by: davels
1 Replies

3. UNIX for Dummies Questions & Answers

list files

Hi All, I restored some files from DDS2 tape and I would like to know what time files are created. when I use "l" it gives below list; -rw-rw---- 1 prd prd 171048 Oct 1 1996 tbx.0 -rw-rw---- 1 prd prd 180407 Oct 1 1996 tbx.4 -rw-rw---- 1 prd prd 113278 Oct... (2 Replies)
Discussion started by: alisevA3
2 Replies

4. Shell Programming and Scripting

problem with 0 byte and large files

how to remove all zero byte files in a particular directory and also files that are morew than 1GB. pLEASE let me know (3 Replies)
Discussion started by: dsravan
3 Replies

5. Shell Programming and Scripting

searching pattern in another file and print

Suppose u have a file 12 22 73 another file L22D SSS S12J LLL H77K PPP J25O LOP I73S lOP K99O PLO so output shud like S12J LLL L22D SSS I73S lOP Thanks (2 Replies)
Discussion started by: cdfd123
2 Replies

6. UNIX for Dummies Questions & Answers

retrieving files which has more than 0 bytes

Hi, Can anyone tell how to list all files in current directory which has more than 0 bytes? (4 Replies)
Discussion started by: sri2005
4 Replies

7. UNIX for Dummies Questions & Answers

Setting a SSS string

Hi all, I would like to build a string like S_string=SSS...S so repeating the S character n times where n is the value of a variable. Is there a way to do it in one shot? Cheers, Sarah (6 Replies)
Discussion started by: f_o_555
6 Replies

8. UNIX for Dummies Questions & Answers

Shell BASIC interpreter(s)...

I am looking for a simple BASIC Interpreter written in a shell scripting language. For me something like this would be a great learning tool... After much goggle eyed Googling I came upon this:- https://gist.github.com/cander/2785819 It is small and I haven't tried it yet as I am at work... (6 Replies)
Discussion started by: wisecracker
6 Replies

9. UNIX for Advanced & Expert Users

Issue with rm command in a tera byte file system

We have a production file system which has 6+ million files with more than 1 tera byte in size. When trying to delete selective files through a weekly script files are not deleted. Please advise with ideas. (5 Replies)
Discussion started by: kppublicmail
5 Replies

10. Shell Programming and Scripting

Remove files having 0 byte or only header

Hi Team, I'm looking for a command which removes files having 0 byte of having only header line (1 line). My ETL process generates these files. Few files are not having header, in that case if no data from source, it will be 0 byte and few files are having header, in that case if no data from... (7 Replies)
Discussion started by: ace_friends22
7 Replies

11. What is on Your Mind?

Vs basic

There isn't much of a relation between 80's BASIC and today's BASIC. A lot of languages seem similar. The BASIC I worked with was Dartmouth or VSBASIC. Now existing as ATARI BASIC. PERL and JULIA look appealing, it would be nice if there where a program like VSBASIC. 80's... (7 Replies)
Discussion started by: teak
7 Replies

12. Programming

Where to get C header files?

Some of my c code compiles fine but others can't find header files. Colored_Chars.c:4:10: fatal error: graphics.h: No such file or directory Do I need to download them from some where? I found this. Is this what I need to do? Under Using DSL libraries - How do I use graphics.h in... (3 Replies)
Discussion started by: drew77
3 Replies