CPCTape v0.1
------------

Just a quick app I knocked up to make converting VOC's to
CDT's a bit easier.
Requires - VOC2TZX in same dir as this EXE


How to use
----------

Pick a VOC file, and an output CDT file. Click 'Try Convert'
and it'll show the attempt in the window, this is with /CPC
so shows block names. Fiddle with the settings and try the
convert button each time. When you're happy click 'Make Final',
and it'll leave a finished CDT in place.

As well as VOC2TZX.EXE, you'll have to put your VOC's in
the same dir as CPCtape.EXE. All output CDT's appear in this
same dir.

Reccomended - Use short 8.3 filenames for the VOC+CDT's
              

Notes
-----

Runs VOC2TZX with the given parameters, it'll always run the
program to a TZX file to reduce ambiguity with the /CPC switch 
and CDT files. The prog deletes the temporary TZX file on each
'Try Convert'. The prog will run without the /CPC switch on 
'Make Final', and it'll rename the TZX to a CDT.

Why not write a VOC2CDT?
- I haven't the time, this only took 2 hours to do, and hopefully
  will save me that time and more in command line fiddling.

What's wrong with the command line?
- Well, even 2K/XP's pretty good Unix-style Up/down repeating 
  still makes it a chore. Just wanted to be able to do the same
  in a couple of clicks rather than holding down the arrow keys.


Useful References
-----------------

http://andercheran.aiind.upv.es/ftp/pub/cpc/ADATE/docs/


Acknowledgements
----------------

Kevin Thacker - Used his methodology of creating CDT's as a basis
                for this prog.

Tomaz Kac and
Martijn van der Heide - Authors of the VOC2TZX utility.


CPCTape (c) Gavin Pugh 2002