Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapeconv(1) [debian man page]

tapeconv(1)							     Emulators							       tapeconv(1)

NAME
tapeconv - Sinclair ZX Spectrum tape file converter SYNOPSIS
tapeconv [ -a archive info TZX ] [ -b ] [ -s SCR loading screen ] [ -i JPG or GIF inlay image ] infile outfile DESCRIPTION
tapeconv converts between ZX Spectrum tape images. OPTIONS
-a archive info TZX causes the TZX supplied to be scanned for a Archive Info block containing author, year of relase etc. information about the file and then added to the output TZX. [ -b ] causes the output TZX to be stripped of any concatenation blocks that get created when appending TZX files. [ -s SCR loading screen ] causes the supplied .scr format file to be attached to the TZX as a Custom Info block marked as a loading screen. [ -i JPG or GIF inlay image ] causes the supplied .gif or .jpg format file to be attached to the TZX as a Custom Info block marked as a cassette inlay. infile specifies the tape file to be converted. This file can be in any of the tape formats supported by libspectrum(3). outfile specifies the output tape file. The format will be determined by the file extension and can be in any of the formats libspectrum(3) supports for output. BUGS
None known. SEE ALSO
fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), tzxlist(1) The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk). Version 1.0.0 16th December, 2010 tapeconv(1)

Check Out this Related Man Page

tapeconv(1)							     Emulators							       tapeconv(1)

NAME
tapeconv - Sinclair ZX Spectrum tape file converter SYNOPSIS
tapeconv [ -a archive info TZX ] [ -b ] [ -s SCR loading screen ] [ -i JPG or GIF inlay image ] infile outfile DESCRIPTION
tapeconv converts between ZX Spectrum tape images. OPTIONS
-a archive info TZX causes the TZX supplied to be scanned for a Archive Info block containing author, year of relase etc. information about the file and then added to the output TZX. [ -b ] causes the output TZX to be stripped of any concatenation blocks that get created when appending TZX files. [ -s SCR loading screen ] causes the supplied .scr format file to be attached to the TZX as a Custom Info block marked as a loading screen. [ -i JPG or GIF inlay image ] causes the supplied .gif or .jpg format file to be attached to the TZX as a Custom Info block marked as a cassette inlay. infile specifies the tape file to be converted. This file can be in any of the tape formats supported by libspectrum(3). outfile specifies the output tape file. The format will be determined by the file extension and can be in any of the formats libspectrum(3) supports for output. BUGS
None known. SEE ALSO
fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), tzxlist(1) The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk). Version 1.0.0 16th December, 2010 tapeconv(1)
Man Page

6 More Discussions You Might Find Interesting

1. AIX

why cannot format the tape ?

hi Why cannot format the tape ? eft_ar_format << shell script this file correct Iam sure but cannot format the tape :mad: Why ? and What is mean " $? " in shell script ? for example : if then . . (1 Reply)
Discussion started by: AIX122
1 Replies

2. Shell Programming and Scripting

date format

Hi all, I want to pick a picture file with name as PIC_20080621000032.JPG(Random name and it may change) from ATM's. I tried FILENAME_B="PIC_${DATE}0000*.JPG" in which '20080621' is replaced with ${DATE} '0000' stands for hour and min(Time) But last two digit(second) is not replacing... (5 Replies)
Discussion started by: Renjesh
5 Replies

3. Shell Programming and Scripting

Rename all ".JPG" files to ".jpg" under all subfolders...

Hi, Dear all: One question ! ^_^ I'm using bash under Ubuntu 9.10. My question is not to rename all ".JPG" files to ".jpg" in a single folder, but to rename all ".JPG" files to ".jpg" in all subfolders. To rename all ".JPG" to ".jpg" in a single folder, for x in *.JPG; do mv "$x"... (7 Replies)
Discussion started by: jiapei100
7 Replies

4. UNIX for Dummies Questions & Answers

Deleting all but JPG files

I would like to delete all files but keep all the .JPG files. How can this be accomplished? Thanks in advance (8 Replies)
Discussion started by: Xterra
8 Replies

5. UNIX for Dummies Questions & Answers

Difference between sh and ./

Hi All Can any body please tell me what is difference between sh scr ./scr Here scr is a script. (1 Reply)
Discussion started by: parthmittal2007
1 Replies

6. Shell Programming and Scripting

Script to archive logs and sftp to another archive server

Requirement: Under fuse application we have placeholders called containers; Every container has their logs under: <container1>/data/log/fuse.log <container1>/data/log/fuse.log.1 <container1>/data/log/fuse.log.XX <container2>/data/log/fuse.log... (6 Replies)
Discussion started by: Arjun Goswami
6 Replies