# dskcpy.pl - Copy files from/into DSK images
# Marco Vieth, 19.04.2008
#
# 0.02  19.04.2008 put into one module
#

This package contains dskcpy v0.02 and dskinfo1 0.012.

Please read http://www.benchmarko.de/software/ for a detailed description.

lbas2ascii.pl is a Perl program for which you will need at least Perl 5.004.
For UNIX systems this should be no problem, for Windows
you may install ActivePerl from http://www.activestate.com.

You will find an example in the sub directory.


> ./dskcpy.pl -h
dskcpy.pl v0.02 -- Copy files from/into DSK images
Usage: dskcpy.pl [<options>] file(s)
-f type  : format an image with type
-h       : help
-d level : set debug level
-D       : dup STDOUT to STDERR

Examples:
- Get files from disk image:
dskcpy.pl -g foo.dsk file1.bas file2.txt
- Put files into disk image:
dskcpy.pl -p foo.dsk file1.bas "files*.txt"
- Remove files from disk image:
dskrm.pl/dskcopy.pl -r foo.dsk '*.bas'
- Show directory of DSK image:
dskdir.pl/dskcpy.pl [-l] foo.dsk '*.bas'
- Create/format a new disk image:
dskformat.pl/dskcpy.pl -f data foo.dsk


> ./dskcpy.pl example/disk1.dsk
0:SCREEN2 .SCR   17K
161K free


> ./dskcpy.pl -g example/disk1.dsk
Copying '0:SCREEN2 .SCR' => 'SCREEN2.SCR'...


Have fun!


---

Files in this package


00readme.txt    - This readme
dskcpy.pl       - Perl script to copy files from/into DSK images
dskinfo1_011.pl - Perl script to show info of DSK file (old version)
dskinfo1.pl     - Perl script to show info of DSK file

./example:      - Example file
disk1.dsk       - Example disk image file with file screen2.scr

---
