fp ZO`  @o! %`')+-/1 3@5`79;=?A C@E`GIKMOQ S@U`WY[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` ` @ ` ǀ ɠ @ ` ׀ ٠  @` @`!Aa  O`  @o! %`')+-/1 3@5`79;=?A C@E`GIKMOQ S@U`WY[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` ` @ ` ǀ ɠ @ ` ׀ ٠  @` @`!Aa  NAUGHTY Z0NEWDEPAK Z0#UPUNPACK Z0ICE_DPAKPRG |+HCOPY PRG Qm@HCOPY RSC -m6<HCOPY TXT n6A647 tpLEES DIT U 3. Z0.. NAUGHTY DOC xQFNAUGHTY PRG Z4 The Naughty Unpacker Version 2.5 documentation October 8th, 1992 THIS VERSION WAS MADE EXCLUSIVELY FOR THE DISK MAGAZINE ST NEWS **************** DISCLAIMER ******************* USE THIS PROGRAM ENTIRELY AT YOUR OWN RISK! I ACCEPT NO RESPONSIBILITY FOR ANY DAMAGE CAUSED BY THE USE (OR MISUSE) OF THIS PROGRAM! 1. Introduction --------------- Like many other users, I like trading off a little time against more disk space, i.e. I use packers to compress many programs on my hard disk. Unfortunately, not all packers have the option to unpack a packed program, so this had to be done "by hand" whenever necessary. With this in mind, I started to write TUU, "The Universal Unpacker" back in 1990, and soon I could unpack most of the files I had packed with popular packers like "Pack-Ice" or the "Jek Packers". TUU could also unpack pack several types of packed data files. To achieve this, it was necessary to include the unpacking routines of all supported packer types, and obviously this wasn't very flexible - even newer versions of the same packer weren't recognized when they were released. Thus, I had to think of something else, and what I came up with is this program. It uses a quite clever trick (IMHO) to spot the unpacking routine in the packed programs, executes them, and returns just before the program is relocated. Then, the unpacked program can be saved. To keep the program flexible, I decided not to include any checks for specific packers, so that it's up to you to make sure the program you choose is packed. Hence the name of this program ("Naughty") - it's likely to crash if you insist on trying it on a "normal" (not packed) program. Of course, it will check for certain "signs" of an unpacking routine, and it will warn you if the program contains relocation information - most packed programs are PC-relative (when they are packed), and the few packers that need to add relocation bits to the packed program are recognized automatically. 2. History ---------- In the meantime, there are quite a few different versions of Naughty floating around. I can't remember myself how many, but it must be more than half a dozen. The first versions (1.X) used to have a crude, .TOS-style user interface, and they were programmed in 100% assembly language. Some TOS bugs (or perhaps my bad programming) were responsible for problems with two TOS versions: 1.2 and 1.6. These problems all disappeared (thanks to Richard Clarkson BTW, who first reported those problems) when I rewrote the user-interface in C, with the main routines still being in assembly language. Anyway, these are the major versions, and what had changed in each of these: (Please forgive me for keeping the information is brief and technical!) [In brackets are later comments] Version 1.0, 2 Feb 1992: ------------------------ The first version, tested with Pack-Ice, Pack-Fire, and many other packers. No checks being made at all. Version 1.1, 3 Feb 1992: ------------------------ - Fixed incompatibility with Pompey Packer v2.6 - Added some Alert-boxes for easier use. - Added checks for executability, relocation, symbol table. - Wrote a documentation (fingers still hurting :) - Fixed a bug which caused the program to crash after trying 3 files... Version 1.2, 12 Feb 1992: ------------------------- - Relocatable programs can now be unpacked, if they have been packed with the Happy Packer or Pompey Packers (I hope!) - First version of Packers list (PACKERS.LST). Thanks to Richard Clarkson for the idea! Version 1.3, 16 Feb 1992: ------------------------- - I finally managed to test the program with PP v1.9a packed files, and fixed it so that they are recognized (they are relocated too). - (Potential) unpacking routines which used the following sequence: move #2/#3,-(sp) trap #14 addq.w/.l #2,sp to find out the screen address and copy the unpacking routine below that address are now forced to use a safer address... - The JAM Packer versions 3.0 pre-release and release 1.1 are now supported (pre-release only LZH compression), due to the above change! Version 1.4, not released. -------------------------- - some bugs fixed. Version 1.5, 29. March 1992 --------------------------- - Programs that had a symbol table can now be unpacked. - Unpacking routines which copy themselves into the space after screen memory on 512K computers ($7fd00) are forced to use a safe area. - Unpacking on exactly the same memory location is now allowed. - The sequence move.l (a0)+,d0; add.l d1,(a2,d0.l) is now recognized as relocation preparation (used at least by one packed file I have). - If the header of the file has larger values for TEXT-length and DATA-length than the file size, it is assumed to be a copy of the header of the unpacked file (the file is assumed to packed). At least one I know of uses this. - Added Atomik v3.5 compatibility - From now on, Naughty MUST NOT have the 'fastload' flag set. This is not a new problem, but I can't protect unused memory from ALL unpacking routines... [Since 2.X this 'fastload' is OK!] Version 1.6, 28th April 1992 ---------------------------- - Some bugs fixed again, I hope it works on all TOS versions now. - From now on you may choose whether to continue if file with relocation information has been chosen! This is very risky, and not recommended... It could be the only way though if you have a very exotic file format. Better only use it if you are 100% sure this is a packed file! [ some versions missing here ... extensive beta-testing by other people, mainly W. Alan B. Evans! Thanks a lot! ] Version 2.0, June 1992 ----------------------- - First version with GEM user interface! Added some nice things like "stay-on" dialogs to show what's happening. There seem to be no more TOS incompatibilities! - The resources look a bit weird on colour monitors... Version 2.1, July 1992 ----------------------- - This is the first single-file version after 2.0, the resource- file is now included in the program file. Version 2.2, August 13th, 1992 ------------------------------ - Added support for the BAPACK program. Thanks Michael for the packer! This version was made for you! - Fixed the .RSC file - all objects are character-aligned now, and should look the same in all resolutions... Version 2.3, August 18th, 1992 ------------------------------ - Fixed one minor bug, which caused the menu buttons to be redrawn incorrectly. Thanks to Peaci for spotting this... I'm sure that there are several other bugs in the GUI, but I'm too lazy to search for them! ;-) Version 2.5, September 24th, 1992 (ST News version) --------------------------------------------------- - A bug was removed that occured when the disk for the unpacked file was write-protected (thanks to Richard Karsmakers for spotting this!) - Half-written files (when disk had become full) are now deleted. - Unpacking statistics added (as requested by Jakey). - Added Sentry Packer support. - Better check for relocation info. - Several new packers tested and added to the list (thanks Michael Darlison!) - There is now an option to save the screen before unpacking and restore it afterwards, so that some of the nastier unpacking routines won't leave messages all over the screen. - Options may be saved. 3. Usage -------- I don't think there's much to say at this point, basically you'll have to click one of the buttons on the main dialog, which has the thing you want to do on top of it! :) I think the whole thing is rather self-explanatory... If something doesn't work, check if the program you tried to unpack was packed (or let someone who knows what he's doing have a look at it), and if it was, please let me know! I can be reached by e-mail or by snail-mail, my address is somewhere in this text! The only feature worth mentioning here is the 'SAVE SETUP' option, with which you can save your favourite setup permamently. In order to do this, the program file NAUGHTY.PRG must not be packed or modified in any other way (writing to it may damage it!) so if you prefer to keep it packed, unpack it first, then save the setup, and pack it again. Oh yes, before I forget it: As I have written earlier in this text, unpacking a program without knowing the type of packer used is risky business, so you'd better not keep valuable things in a ramdisk while you try it - you never know whether Naughty crashes or not, even though with 99% of all files which are NOT protected in any way it works fine. 4. Copying ---------- This program may be copied freely, as long as both files (NAUGHTY.PRG and NAUGHTY.DOC) are copied, and they are not modified in any way. If you find hacked versions of this program anywhere, please let me know! Feel free to copy this program to your friends, and let me know if you don't like something about it! Perhaps you can just let me know if it's any use to you - just send me an e-mail if it doesn't cost you anything (and if you have e-mail access!). I might send you a new version in return (if there is one) or some other things (PD)... 5. List Of Packers (*drum rolls*) --------------------------------- This is a list of all packers, which have been reported to work with the latest version of Naughty, plus some technical information about them: information: Packer: date: supported: |R|M|S|Other -------------------------------------------------|-|-|-|----------- ATOMIC 3.1 ??? yes |?| |?|(atomic) ATOMIC 3.3B ??? yes |?|?|?| -"- ATOMIC 3.3 ??? yes |?|?|?| -"- ATOMIC 3.5 ??? yes |x|s|x| -"- Automation 2.31 ??? yes | |s|x|(auto) Automation 2.4 ??? ??? |?|?|x| -"- Automation 2.51 ??? ??? |?|?|x| -"- Automation 5.01 ??? ??? |?|?|x| -"- BAPACK 1.0 yes | |?| | ByteKiller 1.4 1989 no |?|?|?| Bytekiller 2.0 no |?|7|?| Bytekiller 3.0 no |?|g|?|(bk3) DC Squish 1.4 no!? |?| |?|(DCSq) DEK Packer 1.3 yes |?|?|?| Happy Packer yes |x|?|?| I-Tech No Quick Cruncher no |x|?|?|(see pack20) JAM Packer 1.1 (.TTP version) yes | |s| |(jam) JAM Packer 3.0 pre-release yes(LZH) | |s|x| -"- JAM Packer 3.0 release 1.1 yes | |s|x| -"- JAM Packer 4.0 yes | |s| | -"- JEK Packer 1.2 ??? yes | |s| |(jek1) JEK Packer 1.3 ??? yes | |s| | JEK Packer 1.4 13.06.89 yes | |s| | L.S.D. Packer 1.2 18.01.89 yes | |s| | MCA-Crunch ??? |x|?|x|(mcacr) Pack 2.0 no |x| | |(pack20) Pack-Fire 1.01 03.08.90 yes | | | | Pack-Fire 2.01 19.02.91 yes | | | | Pack-Ice 1.13 20.05.90 yes | | | | Pack-Ice 2.12 22.06.90 yes | | | | Pack-Ice 2.20 21.11.90 yes | | | | Pack-Ice 2.31 19.02.91 yes | | | | Pack-Ice 2.40 14.08.91 yes | | | | PFX Packer 1.5 yes | | | | PFX Packer 1.7 yes | | | | PFX Packer 1.8 yes | | | | Pompey Packer 1.9a yes |x| |x|(pp19) Sentry Packer 2.05 yes |?|?|?| Speed Packer 2.0 yes | | | | Thunder Packer 1.0 yes |x| |x| VAT Pack 1.0 yes |?|?|?| ------------------------------------------------------------------------ Legend (confusing, isn't it?): R = adds relocation information (x=yes, blank=no, ?=don't know) M = unpacking routine accesses dangerous memory areas, such as just below $78000 - usually to copy the unpacking routine there. 7 = uses area below $78000 (very dangerous! avoid!) s = uses area below screen memory (a little risky) g = uses gemdos buffer area (dangerous!) blank = no Most unpacking routines however DO access memory that doesn't belong to them, which is after the data segment and is needed for the decompression (as a buffer). This is not very dangerous though. S = Packer is not programmed safely i.e. has problems with new TOS or harddisks, ACC's etc. (x=yes, blank=no, ?=don't know) Packer-specific stuff: ---------------------- (atomic): Version 3.5 compresses better than any other packer I know of, including Pack-Ice/Pack-Fire. Unfortunately, all versions I know of have bugs in the unpacking header - or better incomplete headers, so that eg. packed accessories won't load correctly. I have heard of one hacked version though, which has this fixed, I think Ford Perfect of BMT did the job, but I might be wrong! (auto): All these packers crash (when packing), so I can't test if the files created can be uncompressed. Please try that for me if you can... Automation 2.31 almost the same as LSD packer and JEK Packers... Automation 2.4 (actually Crown Of Creation Compacter v2.4) packed programs crash on TOS 2.05 when unpacked. (bk3): The Bytekiller v3.0 by M.Coates does not use a correct unpacking routine, it can't unpack PC-relative programs. This is the main reason it is not supported. (DCSq): I WILL NOT SUPPORT THAT ONE!!! (Spaghetti-code!! looks like a compiled-C unpacking routine!) Strangely, some programs packed with DC Squish DO unpack! Weird but true! :-) (mcacr): This one crashes all the time (TOS 2.05), if you can use it, please tell me if it works... Actually, not even programs packed with MCA Crunch will unpack and run on TOS 2.05!!! (pack20): contains very stupid code, which would have to be checked for separately, use the unpack.tos supplied with it instead!! Also, this one doesn't like the fastload/TT bits... You must remove those before packing with removsym.prg. (pp19): Crashes all the time too. Can be unpacked though (I hope!) Special message to the Pompey Pirates: GEM may have some bugs, but it's not GEM's fault if you don't know how to use it... Try to write a serious TOS-version-independent program! (jek1): The JEK Packers 1.1 - 1.4 and the LSD Packer are very much alike... (jam): The JAM Packers v3.0 are now supported too. However, with TOS 2.05 the compressed files can not be loaded from the desktop, only if uncompressed first with Naughty!! Also, the JAM-packer 3.0 pre-release V2-compressed programs cannot be unpacked with Naughty (at least the ones I tested) as it seems because of a bug in the packer. Please help me to complete this list, if you have any packers that work (or don't) and are not listed here, please let me know! 6. My contact address(es): -------------------------- The safest way to contact me, is to send a "common" letter to following address: Marinos Yannikos Wulfeniaweg 3 A-9100 Vlkermarkt AUSTRIA (Europe) If my landlord doesn't throw me out soon, I can be reached faster at this address (in Vienna, where I'm studying...) Marinos Yannikos Blumberggasse 14/1 A-1160 Wien AUSTRIA Alternatively, at least until the end of 1992, you can reach me by e-mail with this address: nino@vmars.tuwien.ac.at And if you feel really daring, you can try to call me (after 9pm local time, that's GMT+2 more or less...) at this number: (+int) 0222/4550305 7. What now? ------------ OK, now it's time for the greetings (in no particular order): Hi to: All S.O.T.E. members (esp. Thomas), Eye of the Brainwash Company, Michael Darlison, Richard Clarkson, Hackbear, Wizzcat, Drag (the insanely witty - nice diskmag!) John & Takis Pournaras in Greece, Kasper of Electra, Lazer, New Mode, Slime, Karl, Daniel, Chaos Inc. (all of Delta Force), Alexander Herzlinger, Thomas Schulze, Peaci, and the other IRC guys with the nicknames Pit, Haq, Knightman, Abel, D_Gently, Godsend, rosebud, Cep, Goemon, st-guru, Robo, Gero, hmallat, all the guys I met at the Mega Leif Convention '92 (Nic, Powa, Kasper, ...?) Special Greetings to the ST News team for spreading this program with one of their issues, and for making the best disk magazine on the ST (and possibly on all systems, but who cares about the other ones!). Special thanks go to Richard for putting up with me and answering so many letters all that time! :-) ...and all the other guys who I'm sorry to have forgotten because my brain is really burned out after some heavy C-coding at the university and some 3 hours coding and writing this stuff! I'll remember you next time! Have fun! Zork/Marinos `3?|NqNqI *L1,LNa*oMGLA "grѓg f``GP$]t***Ԋ**EL ;H ;C&NN&&Sj&n".扑&&SjN%a*d"ra$dCv !a"H@@Vҩ%QnNuf%Nurf%AQNuCtaTxr1 Hka1 Ag"CvtaTr1 HaBq jD`rptadpt?aBC@!!Q`R   ICE!2JN`lGUc5כgTnO H4ZMf&m#Tb Uh-#Tleۈ.@g#%xh UJTY o3?^h, :Gbg @Na>AuLNA nG`'t5xF`^ DX4; in%xN@, ,?L< 3j[qQhI$٪Մ ZqQ]V`\]@ƞ[MV`AنDE3Yq#w#5D(]hC'F<[U1/`d $/,8W+ڋqt,͉.(V L/IB` d4Ԇ )3,5) 2!xM~J O^'3}˜D [-LYdY ~H^\edX3ۄ2xsdIr!s_Y VjUf[D:9;Ђuف[| ކrЅ f^r&(t $a#bx S2A"EuT Xjc U A0EJsm/raZ w%j r}iLwTD-݀RޅZ% % J/f YQ T Bi g<2m Mf*TB+xP  şB*t ۬ UF, 1P2 3B89*t ˴e =Y>ފ,?+HTI,ӛ Jfd e`.ܾu!3 MXA Y`n!-UNBNFOEXITST NEWݫSv I'f85 xeo-x peonE!W'*B?Ev) _,-9X!cMha Dĵlr>(ݧ#d9zPtrHODDpQTh,R.EBO,bCndA!o U simply{ Ip*2f! nc?mo8RfDpuePC->Hcode+Tll$NwarniAyoNsectrogram withe?loc fmon tp!sdA^Ę+of [s!)xil890|Wu3ingnSize:234567 bytetupuhowta icsavand sto screezD^!A0A}F L0>C+ET0 (Y.DOCrP WyB[HsIܓ>CMODI{"CYOBSOL5F LTCOc^h (c) U.GHT5 QRqRD>*,ROGO/MK YOUR OWN RISK! ѳtSED:08,0.199LXLL.qK$@-FIRE LSDHPIJAMPPEYZUnATION,JEK (KSAU"BAPACK,EVERYTHINGICE D CLEAN!ZORKOFPNS.O.T.E._The Naughty Unpacker v2.5hl֚ zBn P`*f BRAS 'Wr$H`.FT* <<` X,fNNf!/++e hTOr1zX^ J Ų02u{@| g ձg WpJf24JgfA|0nĄa  [-1|N yO /:ABz?<K|Lr`:H8Zt2fSA,zA6?g> h' Bͭyq됊DZ7|{,J0/8C:m 0 nfm@m"̿Q`7tBԩ{@,l5p3PU`Xo#'j `EJXJJf#,\#]BgNAJ) ,ɋ `ȋB!4Hr? (ШMB I ѐge``Lu H@Mtffo ssiq/ "z?A/ѐo3aҰPOPIghOATOMVg^HART^T&DVv<zg@# QɂȖd8Qf ig$ f*ku (mg"_ _u 2GNqH$=ārg#*$!'҈>d5\B!8f`ÙY#Y8g4o>Wrvu?Y$H6r??t?p?t}0r5\O6 #X8HPlZ6U=Rb-V 0@9Er V"CBp>=c -(#paփFP --2{ё80h,ZlºCa=hXPؙ/ GV7 =F"J1Wp:3++ sh-vf[4\C& SPR2T_ qn,z4fEt Jrۧ<؋)&G7R`jhF Fmgރ2և|ڢ&J4**  #6p(o$//ԗ?>(0fha3ҜkzKY*@ZtĺC5A'$_U N,5ElGfMQG2Z6K'Lg[V*+Zyγ':p>{>d"',-/lo.h0.gy-(( f q)/ `&v"|#M]N-"KOpb(~`n3JClڂ @1>t:tHkؘ?GaMl&b*H fKw!|:AfC"&0m$6XVCs.#XO8,\.BUa &`&.0a`]>llyA0q}"0:0gß h,d7^ n2 VByGf.>3[ξ:fE0nG}Xo KV%p--I8S=*K6BC2H ЀЁ?Gւ큖l0W!+l&R]` 1q$XUQqUUr1_ |.jHj{eP/_Rp\L,HRN"K |%+(ܡCL L+$fJDl|f'S@fX`t8p4k_pj`8Ǧ2kZzBB2 R% UASu^0*&lTt BlP6Q6"ҁҀ#+ f` lp_~p,Z@+ B@NanS@"BXrz{cK!Y0|W̨.\ [; ,:sJ  n&Wp@c8~d8+8 磘R@ 2V!87a FL;q 12sXAOgb$YZ̰2^+8 X U"`&tAnYKT[Bf - ]8Q*zW F*6QeJDjD@'-`+/ rJ}"_pJW`F@rSAkn\amS@k pFX]` bC j+.a B -m&R3`wx og Y lX^mE"/|eDged|'3JEf{Ln&.pE. 5du6j11p >ٟM! !s4@EDEEk&m|rVElXEVbj K`%0"L:~D<D+RfSFt0Jf_!bRr`)6»`.W3E6SEjגRF`%ۀ"ˏXt֍rFnB6%j\Bf醙QJMB +` % U*y4Ds|>~&$H&I??8>>68k 3-xx0O 7PNJ&J´PgzNTXZ>XGvVH?'`_ J=LDH,Ӱ|k2@k.DR@2࿍AkA~PDUJDj N@H@ \XO ?VSBDԅBBrD"6x6`fvDL bh+ @- ~ *.w6qk@p0 a.b[L6E"*@(8N0g-vg@ K}04b?xHS@rJruTAQ=X+7D-5IYfpL`"3NQSn|np GvC) PꙖYB6?Asȹ/ mca$?A|r`rHQHPCѦV alu٪M8<?JP[^Y 2k0g h~Yv͌L`MB%Ry;3-BP6ܭ2{Y[TMHGGCW 0jI j`eyê P{b Q: LSGzA6"$GJDoGn?P o|00CCS'u%q` pn*(6 U@fCd0ܖBmR! :fgD0`1RpAL@EW?jDC*c0<>2`@AC,0  ]HOgC~bC6OdpdJGf>J_kYjNukg8Cga -P71$oK8E@ a4ɿ߃iŭ+p@YxIϦAGɀCQ~ގFMHvuu Z;]=]u%`R lol?֛w9?Hbf'޴m;)\'8N% ?bA79?җL'4@8<HDBD/D%BZ`q 3OFKxA!%1%x[K)`~MQC?,MX垸fL`ag3g^kne~LeKVXq&DXg-;<@r4е*g @`D@2<B,s?*z1S"z <  vBdKʕkA $:>,,KvAl)j4 ݏ)" _P%\?BQCg@uϗ0r*?mҀ,vxYa `lA%,6 AqWqvHQ`\mmMX"W"_Q;(3P27"-<|"fNzBghV(Dhkj .LXnS ³*̠Jv@@?GB:8~6@Y&,ڃ;&C[؃݆6:8*|Yņԅن҄koS@,Նӆ˹jQMi2^\H`X IsfT4<v`\[s:`F֩#*[d`0T |`wT $[`Ljd 8ѷ_8 ޹PLj& g.0Uj& g8ĺ,k5F藍j%L)D~EJܽ%E"mVfHj( pKNR r2`6S ZH`_8@2v BZ`H2U%HPٶAN#Wv~ŝ+A}#b ro xp`R````` ` `D߿WNq^x`*FF@AR¼˒FFFC9C|~;Dad}CL ܹv(:@l.*Hfqg 3=, bC FfS 8{"$rZ׸jgy " +~`MSB֧֬TȮ,<CnDFf g#c DEvYڒAc[bJ!T*xR cE:B?8 F c QFr6<=QFk @ ܇+>%և("1:$J.C j# a0J0$ITxg I;tPAVUY `h/=%{f.ÝG w}0̒GYHE3tށـY1C އAw c0a bf$JfQag)׀7R Jk؄݆׃SA Ae "$qhvҁQ !1'dCA pPcAaAs`[3s8gu0X-`V]`r\w3`!ea`/BBTd```.>CG?fb RGTd6|/|$F}!`3A,FFpa-4 ˸<?>a|Gj SW~Gs, Q.h.BG҇ƀAR"BAHB02BB6[Dx- kH҄F>5>GI+,⎜FkYAZ, Xc~3Ub`lJdGkf`XG&302s4rЂׁ"$dSG>ڟu>kf,g`vRRR`,HF ic"Up ! !* J\t4n` B@`0e`JGg$")CZk۵Lhua#+ ^)\R$yo  T9I_PrC)BH}Y"Ex/i"8?М3ZiFɋ !QuGp" EP?6B7$Y$hx%5|h3 j iif"y#R}$Ac0r{xg8Yt5jm f^ٔHj5ufL*"([И(2<@'AO$QAᴑYA bUAJ@kH@AԂQ0 B] խTXJ? 1ry%Oڢ!h5?L@NaND+INF/ P&NN 8qWYOM, Io Hzߎ VBXO,|"VS@eY_,ovJjܭ-DTeM+:w斂 ͢`~33vW +dŰ Lp fl 2KX@VH v/fs35kT0X?-qb5H>A8y"Wp1LsF@?+&k2SCtaSgb A߾2,c4a((?B1QqM ېAo@@Al?B*?Dq`h8B(sv`<&IvWFFBj4Cb6JAkCc8CU#}KNP†u` Q Kap0D!s6x 9PLZ[m,.gӞAN0/!g@˿a ?6`s0E4&H6͟)oKg SC'Q J0@gNZ00 {[@j \ fD@- ֜i()PjM!Ax9DEFGHIJKLMNOPQRSTUVWXYZJ g||C+Jŏ uSHu f @_i0$HvRՄ$prt)+J1 kGtJr"p Z@:pb(pf"`Nɲ0f>)߶vXf:g.G7"3d&ԃԁd` _SJ"| L3$ Wp& g"`/t4UB|}bZC?tJCfW NB@f`$?&8BC 6H@0HC;0&RBf8ʺBޱN" _&?3d!4G`0123456789abcdefghijklmnopqrstuvwxyzQ*$&z g/ &Sg`&aJ/b= ld) ,lX;ز°]ሮp`W8;Y+ pwHE\ ##OH?ve! nR!02 4?gfxolf`=OS"gH?(]Pp7"C]Pgp@Wh+ܐM0 ALنHSfxLx2@HL@ AgSAQ ,X@ $? :8xuw6&4@,  ߐ Z  !"# z Z$e)"$rGJBf xHBЂ$jDc?C[A>XHO$AnF,@EQ G^|KNAOg&?NNTO @,Bhre`t3+^!2'dBiԦ3| -Cy D`sDH _0Ȏp,bN$: 2QYn&1@h MNpsp L pG8Kp*3Ty 2:kB00ª*T 0* 0p3`7/ /p6a"_-l!2d 2_4`fpo`bOr`R#N`Bpk`8ɛpZa(g#u_h#Ɉ#6p[a"o2/ 3x@A"C ѾB@Ѓ 20"<}ENBAO0$_NuqqE6kdo0nӂxYTl. sAvL<#[\(Q D" +-פUR 9#< B}0,YK86- ;Zވ* < +CWdNt\uuWOhPAB:t O̸aadl̝IPSu}6na1#(3ex;`L}ERڅJc;{ymbo͂DvrcIEb`ypil8nrEsr5`F6@GETT-5Y~faSo lTtm/y ƍŒoD5quiEoސRAMwy 2@hh̾#leESORRY2Z,T:(7uTadio|]Eb asaIqswh#kX;wnr+"z0t'3bablvܽONCANCEL澂S,L|ыÝ-nb[1< P`&:UejsizZldTsCRf%c|3Bi:*#.2fcnGOSDKp@7IKE dus K:&!pu hRNOI En 'Vappl_((aGULPa\D*.*Yx ckwT agal.1HM }sufcn+ screen-t"98? ˁ? dnew6Orw?xiViZ-%?rDYESOWri I8r Choo^A*HpHh OK`R PacaHΒ:Ft]no0foAĈ"RLry|Cancelɏ[3#VIn ordero"av%setup,]thprogram ?lNAUGHTY.PRGmuste unmodified! | (13320 bytes long!)[ AHA ]z Ѽez0@^-ΰ0 vp' qA$ fF@|". jtl T {" (<(*e&8 4B @ $& .* Jb 0 : ,  ~ /  ,$2  @n z3P. Z0#.. NDP_030 PRG C$NDP_ST PRG CZ3NEWDPAK TXT ܒC (`T494`` BARFreport.txtNew Depack by Mike from Sinister Dev.Please support quality shareware or this may be the final version.&H f&op`B@#R3V k #\ Ј<.@#XJyVg<"@(I$k,"Jf"JfB// ?<?<JNAO A<~kRrRAfA6<HCBB`6 !jBJ)gHiRC` "fSI "WSAkHiRCBSQJ)gHiRCHy$ONF0 J"LN ? 9Vg @N 9Zg @NN?<LNAA(p"@ "ByrA1B3r3tO"Nu/ Hz?<&NN\O$_Nu//"4UB|"bjJj < f-DC"t&HCJCf&HC;0NRBH@B@H@f`$?&8BCHC06H@0HC;0&RBJf8QB" _&Nu3!T`0123456789abcdefghijklmnopqrstuvwxyz JgJgJgJgJg JgJgJfSHggggg ggf @Nug fC`Jg INuSHNu g<g8g4g0g,g(g$g ggggg ggf @Nu"HJgJgJgJgJg JgJgJf SNu/ &yv g/ &S?<INA\O`&yz g/ &S?<INA\O`&_NuJg/bg2 4gf!Sf`f`!Sg"gH?LxH?LxH?LxH?Lx`H?Lx8H?LxH?LxH?LxH?LxH?LxpH?LxHH?Lx H?LH?SfvLx2|HgS@!!Q|gSA!Q`2 4gfSf`f`S"gH?LxHxLxHx(LxHxPLxHxxLxHxLxHxLxHxLxHxLxHx@LxHxhLxHxLxHxLHSfxLx2|HgS@ Q|gSAQ _Nu/$gSe40HB4 gxH_>"&(*,."B$B&B(B*B,BH~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H`SfL||0HgS@!Q|gSAQ _NuJ@k|A0|NuB@NuHRHP?<INA\O$_NuHR/?<HNA\O @$_NuH>@NAO $_NuHRHP?<NA\O$_NuHR??/?<BNAO $_NuH>?NAO $_NuHR??<>NAXO$_NuHR??<NAXO$_NuHR?<NATO$_NuHR??<NAXO$_NuHR?<ONATO$_NuHR?HP?<NNAPO$_NuHR?HP?<=NAPO$_NuHR?HP?<0?|d`>Bo?|?|B@?@ ?@ ?@?@BA?A?A?A?AB@?@?@?@BoIGAa8r@g A.a*<p DgBF29gl4+gfA0aP&JjA!pa|`FA!r0+atA9r0+afAUOp?r?4J?3 ?3 ?3 43 8L s@pBAaLO aB@aXB@O\LxNu// YO6pa>ECrp4J r aPUOp?Bg2I?2 ?2 ?242 rpBAaO 0g 0a.BjB@aXO$_&NuH>YO68paECr04J r a|g|g|g| fUOBgBg0H?2 ?2 ?242BA r0a\O 0gn| fAab`Z|gDIK l hf:`BUM l h*f<`BV l hBf 3`By l hZf 3`By0Vyy3|fApa( <a8&HJjASpa` K"<0a`Jk` BARF,g AMpa`T7y07U27V47y67y8CA:aTBB2pa K"<0aJj ASpa*0a Kaa0a,BjB@aXOL|NuHAa"K Ja0OLNu/ $Haz`SJg rҀ 2\f$_Nu//O>0B@?@?@BA?A ?A ?A?AB@?@?@?@?@BA?A?A?A?ABoAa6r@g A.a8| fO@(&Nu/ E0ga&0*ga&0*ga&| *Rg jNaBNBRB@5@5@4$_NuHQO,Hpa8GIKHWHSHT"M NahO ????BgBgBBBAB@axO UO?/??4rB@ NaPOB@ Nav6????BgBgBBBApaO/H$y 9 C.MiiiGKI$ NqN:fH'|'|9'M4'|d *>a( g#z"*>B@a"T Ja( #(`#l LSD!g LSD$g AUTMfB'|'|'M4'|o#( 9(a>( g#"@ Ja/`# LSDCfF'|4'|['|4'|o#( 9(a( g""@ Ja0`" AU5!f'|'|` AU5CfF'|'|'| 4'|o#( 9(a( g"X"@ Ja0`"Z .3rf'|'|`$ .51g .5rfB'|#'|J'M4'|d#:( 9(a( g!"@ Ja0n`! AU5!DfB'|'|'M4'|d#L( 9(a( g!"@ Ja0X`! ATOMff y!o ya'|o2| b!j2;N!`\!`!`!`!`!`!`>'|'|'M4'|o#( 9(a2( g!"@ Ja%`!'|'|'M4'|o#( 9(a( g "@ Ja'^` '| '|0'M4'|o#( 9(a( g "@ Jaiv` '|W'|~`'|Х'|'M4'|o#( 9(aZ( g ,"@ Jai` . ATM5fF'|'|'|4'|o#( 9(a ( g"@ Ja(` ATOMfJ'|'|'M4'|d#( 9(a( g"9("@ Ja)` ATOMfJ'|'|'M4'|d#8( 9(al( g>"9("@ Ja)n`8 /BMT4fN'|%'|L'|s4'|d#8( 9(a( g"9("@ Ja)R` 2PPg 3.5 zfN'|'|'|4'|d#( 9(a߲( g"9("@ Ja(`~ BRASf`'|'|'M4'|d#((( 9(aT( g&"9(B@aV WHh"T Ja(XO` HfB'|E'|l'M4'|o#( 9(a( g"@ Ja(` "JpSHfB'|'|'M4'|o#( 9(aި( gz"@ Ja(j`| HzfB'|'|$'M4'|o#( 9(a\( g."@ Ja(`0 JPM!fX'|'|'M4'|oM( Whhh 9(a( g"@ Wa(` N f`'|'|'M4'|dM( Whhh 9(aݘ( gj"WHi J"@a(XO`d j10:fH'|'|'M4'|o#( 9(aF( g"@ J 9 ac` j12:f'|'|*` j14:fB'|Q'|x'M4'|o#( 9(a( g"@ Jac` j21:fB'|'|'M4'|o#( 9(aܒ( gd"@ JacX`f B@f>'|'M'M4'|d#( 9(aJ( g"@ Ja.` "W,zf^'|'|'M4'|d#( 9(мa( g"J 9 a 9 Ta/` GUS*fX'|'|%'M4'|oM( Whhh 9(aۀ( gR"@ Wa/`T EASY4fX'|L'|s'M4'|d#( 9(мa.( g"J 9 aF Ta6h` Ice!f^'|'|'M4'|oM( Whhh 9(aڼ( g"@ J 9 a/` Ice!f y!o ya'|o2SAg8_AgSAgF`'|6'|]'M4'|o#( 9(a8( g "@ Ja0` '|'|'M4'|o#( 9(a( g"@ Ja2.` ICE!fB'|n'|'M4'|o#( 9(a٬( g~"@ Ja34` aFfr'|'|'M4'|dA/H ("ѯY/|( o"o hhh 9(a0( g"@ Ja4` j.<6fB'|6'|]'M4'|d#8( 9(a( g"@ Ja3` Ice!f'|'|`6 ICE!f'|'|` ICE!fB'| '|G'M4'|d#6( 9(ab( g4"@ Ja3p`6 A fJ'|m'|ϔ'M4'|d#>( 9(a( g"9("@ Ja36` IMP!f>'|'M'M4'|o#( 9(a( g"@ Ja7` PAWNfZ'|'| 'M4'|oM( Whhh 9(af( g8"@ WYHa8`8 a`fX'|'| 'M4'|dM( Whhh 9(a( g"@ Wa8^` Firef^'|'|'M4'|oM( Whhh 9(a֠( gr"@ J 9 a%`n FIREfB'|;'|b'M4'|o#( 9(aP( g""@ Ja'D`$ ire $fr'|'|'M4'|dA/H ("ѯY/|( o"o hhh 9(a( g"@ Ja#` ire!$fB'|;'|b'M4'|d#8( 9(aՈ( gZ"@ Ja'`\ cker@fB'|'|'M4'|d#D( 9(a<( g"@ Ja8.` LZH!fF'|u'|Ĝ'|4'|o#( 9(a( g"@ Ja9` LZW!fF'|Ë'|ò'|4'|o#( 9(aԠ( gr"@ Ja;`t JAM g JAM g JAM f^'|'|'M4'|dM( Whhh 9(a*( g"@ J 9 a70` LSD!fH'|i'|'|4'|d#( 9(a( g"@Aa^` LZH!fF'|'|'|,4'|d#( 9(aӂ( gT"@ Ja6`V LSD!fF'|¡'|'|4'|d#( 9(a2( g"@ Ja6` LZH!fF'|'|='|d4'|d#( 9(a( g"@ Ja6` LZW! fF'|Ë'|ò'|4'|d#$( 9(aҒ( gd"@ Ja6h`f Ice!fF'|'|''|N4'|d#( 9(aB( g"@ Ja6D` JEK!f'|8'|_` JEK ~f'|8'|_` JEK f'|ņ'|ŭ` LeCrf<'|'M'M4'|op Ъ#(aѤ( gv"@ Ja9l`x END!g LSD!fZ'|Ɨ'|ƾ'M4'|oM( Whhh 9(a8( g "@ WYHa:~` PLEA~g PACK~g 1.2 f^'|Ɨ'|ƾ'M4'|dM( Whhh 9(a( g"@ J 9 a9` JD@fb'|3'|Z'M4'|d#X( 9(an( g@ <'a\/H g,/"T Ja:JXO o a.`" JD@fb'|3'|Z'M4'|d#<( 9(a( g <'a/H g/"T Ja9XO o a` x(Jfb'|3'|Z'M4'|d#( 9(aϖ( gh <'aτ/H gT/"T Ja9XO o aV`J B]QffF'|k'|Ȓ'M4'|d"9 ЀЁa,( g "@ Ja9#(` -lz5fD'|'|.'M4'|dAa9#(a( g "@Aa9` -lz54fD'|'|.'M4'|dA2a9x#(aΌ( g ^"@A2a9v` ^ -lz5JfD'|'|.'M4'|dAHa9*#(a>( g "@AHa9(`  -lz5fD'|'|.'M4'|dAa8#(a( g "@Aa8` vf`'|ɣ'|'M4'|dM( Whhh 9(a͌( g ^"WHi J"@a:XO` X `f`'|'|'M4'|dM( Whhh 9(a"( g "WHi J"@a:XO` 4`f`'|'|'M4'|dM( Whhh 9(a̸( g "WHi J"@a:XO` ?< f`'|'|'M4'|dM( Whhh 9(aN( g "WHi J"@a:PXO`  v`"f`'|?'|f'M4'|dM( Whhh 9(a( g "WHi J"@a:XO` edrf`'|ʍ'|ʴ'M4'|dM( Whhh 9(az( g L"WHi J"@a9XO` F `rfj'|'|'M4'|dM( Whhh( 9(a( g "WHi J"@a9XO` POPIg PUFFf y!o ya?@ '|oS@gr| gS@g^`'|ɣ'|'M4'|oM( Whhh 9(aZ( g ,"@ WYHa5` ,'|'|'M4'|oM( Whhh 9(a( g"@ WYHa6T` PP20fH'|ȹ'|'M4'|o Wa8#(aɶ( gHj"@ oa8XO` 2-JMfB'|'|'M4'|o#( 9(ab( g4"@ Ja9<`6 2-JM4fD'|'|'M4'|d#@( 9(a( g"@A0a8` RNCf y!o ya?@ '|oS@g| gS@gF`'|'|:'M4'|o#( 9(aȒ( gd"@ Ja:`f'|'|:'M4'|o#( 9(aP( g""@ Ja;`$'|K'M` RNCfB'|a'|̈'M4'|o#( 9(a( g"@ Ja=` T`fB'|̯'|'M4'|d#V( 9(aǪ( g|"@ Ja=B`~ RNCf@'|a'|̈'M4'|dpЪ#(a`( g2"@ Ja=`4 Snt2f^'|r'|͙'M4'|oM( Whhh 9(a( g"@ J 9 a?B` 2.05 fB'|r'|͙'M4'|d#( 9(aƬ( g~"@ Ja@` 2.11fB'|'|'M4'|d# ( 9(a`( g2"@ Ja@`4 SP20fB'|΃'|Ϊ'M4'|o# ( 9(a( g"@ Ja@` SPv3fF'|'|'M4'|o# ( 9(a( g"J 9 a` SP20fB'|΃'|Ϊ'M4'|d#*( 9(a|( gN"@ Ja?`P NAv3fR'|'|'|4'|dpЪ(#(a.( g"J 9 aF TAa@` SPv3fP'|'|'|4'|d#$( 9(a( g * Ca Ta@` SPv3fV'|'|'|4'|dpЪ#(ax( gJ *CAa TAa@@`: DfT'|F'M'M4'|dM( Whhh 9(a( g"@ WaK&` ATOMfB'| '|0'M4'|d#( 9(aü( g"@ JaL` ATOMfD'|W'|~'M4'|d#( 9(ap( gB"@AaK`B ATOMfD'|Х'|'M4'|d#( 9(a"( g"@AaKn` NqNqvfH'|A'|h'M4'|d#( 9(a( g/ "@ oaLXO` ****fH R`fB'|A'|h'M4'|d#( 9(a|( gN"@ JaK`P NZ,O/HHoHoHo Ho rB@aO?/?/4/2/p aXO6J@nB@`Hy r0aXOEG I KHRHSHT"M oa4O M0H=-=== = UOHRHS???"L M4r B@a OUOHRHS???"L M4r paOUOHRHS???"L M4r B@aOUOHRHS???"L M4r paOUOHRHS???"L M4r B@aO??420aXO0OL|Nu0<aNu0<aNuH,I*HA -GCBE$C$2`PJ$NqNq4NqPJ$NqNq4NqPJ4NuN^ LNuH ATOMf /K(MGvpQHHU Ma`~|Gg"TezF`$|a*g\E`|a g E`afG`| aE?fI`BEGg EQJENua>G`I|a84@HaDgt@IP:$$Q| z GgbTe F`"&>&Nu|agPEVE`|aHE|aPVSEk|HF&Qjf8|f _aFL pQLNuaG` `````` `> BPQNu BCE}|0z@A@B@C@DQQHf`H ATOMf /KHU M&`I*|a``X|g"TezF`$|aHg\E`|a>g E`&`| a,E?f:I|a|m4TO]En(MmXL|a4P`>BEg EQJENu&`I|a84@HaDgt@IP:$$Q| z gNTeF`|agPEVE`|aHE|aPVSEk|HF&Qjf"<f _a< LNu&` `````` `` > BPQNu BCE}|0z@A@B@C@DQQHf`HXHNR *I(MI ,Hp&5@HU&`:UgdCDE`$|a\g`|aTg E`&`| aBECI.4fJf&e|`>|a"J*g2P`f``~BEg EQJENu&`|a84@HJ*fXF`.a2I|aʺ<m|ag |aEA`*`2P:`aDgt@IP$$Q` f&ed&fg^|avg &CrtfTATAQP`Q|aJgCpQP`QBC&&H&&M`` _HRa $_NZLNu ``````>*QNu CE}|0z@A@B@C@DQQHf`H!|NqNq1|Nub*INXLNuH!|NqNq1|NuV*INLLNuH!|NqNq1|NuV*INLLNuH!|NqNq1|Nu2*IN(LNuH(o@&L1|Nq1|Nq1|NuTK2`#h4#h8#h< #h@MNLNuH*IMaLNuH*IMaLNu N"M "*$I fare2rvfafeLrBDaj6DrfaRQQ`8rx`raF<m<gra662< ` 2< BTB6a"SJ QmJgNqNu DNuSABBf DQNuH!|NqNq!|NqNq1|Nq1|Nq1|Nq1|Nq"NLNuH$IY(JY0 ale0rvabeJrBDad6DrHf0 PRQQ`4r(`ra> mnra262< ` 2< BTB6aSJ QmLNuHf0 PNuSABBHf0 PRQNuH,H$I-|NqNqD-|NqNqH=|Nq=|Nu o@N>LNuHX(H*YJ`jS f dRBAf d@G6vBA30HxlFDSBf QQJCgAV30HB`  Q&LPoG8tf dQBARB3 gHSCf QQ3 HC`  |g@G2vf dQRCBB30Hf RQKs0`0  BBvBDf dvx@f RQDE HSA"Q`LNuH(HM LSD!g*A LSD!g ,Sf`HaL`LNuH(HM AU5!g*A AU5!g ,Sf`Ha @L`LNu1|Nu!|NqNq1|Nq!|NqNq\1|Nq`!|NqNq1|NqNNuH1|Nu!|NqNq1|Nq!|NqNqr!|NqNq1|NqNLNuH,I!|NqNqB1|NuJN6LNuH0|3W8I"C"Ha pQLC"p9!QBLNu"< yW8g"<A>z yW8l8<`xP`.Jm RSDSf`HEgHD@RSDSfJDnHa LQNuM=JyW8fN#W4E(GPKx~`0 L"z0TW4T L"J0TT L"K0TT L"M0TTRG|m`R yW8f2#W4EPBG` L"z80TW4T L"J0TTRG|(m`BG` L"N0TTRG|(mNuHKaLFiref> Ia@.Mxa8IZ|HFzaXd raRd"Lv !anH@@Vҩ%QnfLNup%QNu> f.%߇`>.-%Wއ`,އgNu> f.%߇Nu.-%WއNurއgAQNupaSAk0gTSAgXadBadZ`bpaSAjpNupaAAL!a҅NupaSAkNAAL aAa0`Lpap`,pap` f .%߇AQDNu.-%WއAQ,NuއgNu> f.%߇Nu.-%WއNurއgAQNuCtaTxr1 Hka1 AgCjtaTr1 HaBq `rptadpt@aBC@!!Q`    H Ice!fx K.Ix,L&N"NE<|8!zD@DADBDCQQHQ CQjpwE f.%߇`>.-%Wއ`,އgNu> f.%߇Nu.-%WއNurއgAQNuCtaTxr1 Hka1 AgCrtaTr1 HaBq `rptadpt@aBC@!!Q`    HaR Ice!fDaHKaB.(I,I&N%a@ajd*><|8#zD@DADBDCQQHQLNurQNua*d"ra$dCv !a"H@@Vҩ%QnNuf%Nurf%AQNuCtaTxr1 Hka1 Ag"CvtaTr1 HaBq jD`rptadpt?aBC@!!Q`R   HaNaLKaF.(I,I&N%aDald*><|8#zD@DADBDCQQHQLNurQNua*d"ra$dCv !a"H@@Vҩ%QnNuf%Nurf%AQNuCtaTxr1 Hka1 Ag"CvtaTr1 HaBq jD`rptadpt?aBC@!!Q`R   H,I!|NqNqB1|NuJN6LNuH,I!| NNq21|Nu@NLNuH,I1|(N21|Nu>NLNuH*I!|NqNq1|Nu&NLNuH#cCLHd~CEe <Q#el#epC#c#c#c#c#c# c`$c,OK -aЭмR&@.(m -$Sf(mEz*g*g *g.۾eT`RBASAQ`RBA*SAQ`R|z+SBESCQQ|G`ALNuHM,MMJ,A mM,A OxM,O~K?<MBVaBTaM, MіT~*J$z(zIM~&Vc, JJPg aJ@g2(`2(¼ J``M6M.C Q (M*!VШ!@M.VL -Nu a|JgBMb V0/0MNRV1V/?(aT _M8RV1V?(aTNuM V0/0rBBaJ@g`SA|f1BNug0<`B@SG|gNu~RNuA."P I"h$I (A"RRR!SfNuH IMP!f.&H(I*IJ$K!!!$6kSO"Op"Q"O`pNuJg#SfeOpgpLNuf#dhf#dXf#dHf#d8xf#d#pS`:f#f#f#Zp`xp`xp` xp`xpz2f#df#d;jP`zX;bf#BSfEz$E0f#dAf#d4qP`4qX1f#ۅSfRJ"Q` HaLNu$I I ( aeramNuae`ae(ra&JRK#mNura&J##mNurag6RCra>O24pa&Jp#QmNuaeRAaVtp6C raH>O24pa>&Jp#QmHNura$2I>RAatp6^CraQm NuBBf ( DQNuf ( DNu Q&&H!|K1|Nu&NLNuH!|NqNq!|NqNq1|Nq!|NqNq1|Nq !HzYѨzNLNuH,I!|NqNq|!|NqNq!|NqNq 1|Nq$1|NuNxLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH,I!|NqNq~!|NqNq!|NqNq61|NuNzLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH`Z$Itxr:<9TDZb63@RCKs c,03s@c 7 3 11TBX03s@b7 01@3 1TBQ03s7 3 11TBXGfNu zCnprtQQ6t[2AXd zC@pr1HQRAQNu zb"zn$zfr4<x0<9024TBTDQ z<&z<"zH$z84<tx0<82X6244XDTBQ6BRNua`XL+Nu*H,IA !|t!|!| !| B!|!|*!|*"0<ӘQaa z~"z&zn/ (N0<; Q|%><(zbo`0)Q|%dT@01Gm2G8+k20ERRJe20fH|lL`Sj8*ZgYRR811@Gd1@4131 Gd1 320fH|m-t)4Bj%TFkg, `&% |,`g]FDF-%-QFDF*D? zz0JA @2 Q zL`//?/wwws333331H(H,I*N((< :<&N~Q$~d $RESn`.,H$ED@|Ar$TApAn QڀnLNuoSQ`H(Ip1/ "HE$jQ LeCrfPCC $IaB"J W$H0:r@ftg QnApQXOLNuva.dBa*d ptUB;ra&{ pV;pA Q oNuf NuraASjNupadS@fBA;>ka;;Axa$; 4Ba{ 4&I#QoNu     QLeCrH(HA)|NqNq9|NqNLNuH$`* fape2rvfadeLrBDah6DrfaPQQ`8rx`raD<m<gra462< ` 2< BTB6a SJ QmLNu DNuSABBf DQNuHaN,HA\$o@NLNuHa2,HA@$o@NLNuHa,HA$o@NLNup"$&(*,.&@(@*@NuH,I2`E|LHC p"""2a LNu(؉,܄B@mf@J@g&`Q`TAAGQ`Nu/( H@ ( LNuH,I(H , HD , p&N~*6<Q~d So:Q` H"CAD@CD@ArTApAQoQ`LNu$IH, $ (Jp gtnaze `4xvaxf^4`add2a`da\eraBRB`aJexvaNf4mLNuv`"a.etrf BQ2gXRAASAa>6a"J!Q`f Nuxrtf BQ2RAISAfNurtf BQNua6t`v `Nu(H&L$IHa *aLNurY3RA AfNua K&J gtaxe `6xvavf\4`abd0a^daZeraBRB`aHdx6<aJf0mNuv`"a.etrf BQ2gXRAASAa>6a"J!Q`f Nuxrtf BQ2RAISAfNurtf BQNua6t`v `H(o@E1|&I:1|Nu"1|>!|$INqD!|NqNqH!|NqNqN8LNuH(o@1|&I:1|Nq@1|$IB!|NqNqH1|NqL!|NqNq1|Nu$N8LNuH$I(o@!|NqNq|!|NqNq!|NqNq1|NuZNpLNuH$I(o@!|NqNq!|NqNq!|NqNqNLNuH$I(o@!|NqNqH1|NqL!|NqNq1|NuNTO gRLRH gRHpg ?R`?ILHb~+^pra JaAaAapra8SD`ApaZDCAaNQ JaBS@kQ+XriSÁQe0g2Sf`/AOLNu0FXf(<la0(= mS0(>FlaNuFlaNuHFXK#^#HF~NurQNupraS@k|46O"OpraQprtH8C f:zmSE0*HE>SGUVQzn0A<E=|SnSF1F>ԀQR fLONuHE1|Nu~!|NqE2Bh<|8%zD@DADBDCQQHQNu !!! 21 H(HMA9|Nuj&INfLNuH(HMA9|Nu&INLNuHK!|NqNq!|NqNq1|`NLNuH SP20fJPf*H* "$I&IaLNu|~GNЀfNe^ `$ta0"`ЀfNetaGjdFBBBUfHE:Nu$"ЀfNAQ$Nuag UBeGBBG`ЀfNeЀfNe" v`NЀfNeagv`8ЀfNevЀfNeagv`va`ag "Ga&a`aF&`"Ga(IT$$Q:`T8 f рNu ( WЀ NuH SPv3aFCTI"""LNuHS|Pa C2`"""BBBBYLNupHMz"H SPv3f@JQf<* .$H# # # # Gp&Q/ aa EaaLNuBE< GvxfTCTCQx KG##Q`Hrp Ajg@QNu @QNu QAjNur2aJg.8D@gHg d~` ra@D` G30lNu ``````HG*I$M$ Ԁ1|NuNLNuHG*I1|NuNLNuHG$I|td6pk g62AA `2ifX@R@AQ`Q`LNuH$`* fape2rvfadeLrBDah6DrfaPQQ`8rx`raD<m<gra462< ` 2< BTB6a SJ QmLNu DNuSABBf DQNuH$H(I &JB"BLgf8`(gD Lg d``mLNuQ`BHDBDHDS"LQ`H$H(I J &H~raHdaDeP`صoLNu`ta,Q Agoa|0an"LQ`0< Q`Of>ONuadpt`taQ Agma2p` `a`a0gadt`Q`ntaQtgSAOf>ORQrNuHE1|NuIN@LNuHG,o@NLNuH1|(N21|Nu>MN&LNuH!|K1|Nu@N6LNuH,o@NbLNuHMGC Vic2fx&(E~$$QCS H@#QIMK8.ACpr <~:RGAgd:5Pj`:6Pj`MPRfEC,HF~px2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6Pj42k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjgR0SfLNu2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjJg2TA2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjR0SWf`R0`xҖҴӼTrגzشTrzגش468IKMacewy{ x 7685:]_#artv0 &'&.02UW#Y|~##& &68':?ACIKMace&#' ;     %   2  .?  LQ W\a  J9ff(( (8 ///x-   '  x xx!x8 6*6F4b "~!!!% 0( &%& %&    % 0%     #B"^"z" +   8 ?  L %W  0}) c  '%%&" > j w %|  0})  'Z%v"&    % BrNew Depack v1.1 - 03/10/1993[1][ | | Ooops, disk error!!][ OK ][1][ | | Ooops, no memory for this file][ OK ][1][ | | Ooops, no memory to unpack | this file!!][ OK ][1][ | | This file is zero bytes long!! ][ OK ][1][ | | You must run New Depack|In an 80 column mode.][ OK ][1][ | | Write error!!! | Have you packed New Depack?][ OK ][1][ | Sorry, the GEM desktop | has run out of windows!][ OK ]Filename :Filetype :Packed size :UnPacked size :Free Ram :1993 Sinister DevelopmentsFile_info : Recursive BatchmodeSpecify Save PathSave during batchBatch ReportC:\DUMP.TXTREPORT FILENAMECoded by Mike Watson using PURE C, DEVPAC3 & INTERFACEDepack code by the authors of the respective packersAll correspondence to: Mike Watson42 Gilmore PlaceEdinburgh,EH3 9NQSCOTLANDI CANNOT DETERMINE THE VERSION OF ICEWHICH CREATED THIS FILE. PLEASE CHOOSEA SUITABLE VERSION OR CANCEL TO QUIT.PACK ICE FILE CLASH!!I CANNOT DETERMINE THE PACKER THATCREATED THIS FILE. PLEASE CHOOSE ASUITABLE PACKER OR CANCEL TO QUIT.ATOM FILE CLASHI CANNOT DETERMINE THE VERSION OF THEPOMPEY PACKER THAT CREATED THIS FILE.CHOOSE A SUITABLE VERSION OR CANCEL TOTEXTQUIT!POMPEY PACKER CLASHI CANNOT DETERMINE THE VERSION OF THERNC PACKER THAT CREATED THIS FILE.CHOOSE A SUITABLE VERSION OR CANCEL TOTEXTQUIT!RNC-1 PACKER CLASH____________________________________________________________LOADPREFSEXITSAVEINFO________________________________________________________________________________________________________________________OKCancelSaveKEWL!CANCELxxxxxxxx.xxxV2.0V2.2Thunder v2Atomic v3.3xxxxxxxx.xxxCANCELThunder v1.1Thunder v1Atomic v3.1CANCELxxxxxxxx.xxxV1.5V1.9CANCELxxxxxxxx.xxxTYPE 1TYPE 2 New Dpak *.*\*.*\NDP_030.ACC\NDP_030.PRGNew Depack Batch Report ======================= New Depack Batch Report ======================= Fileinfo : \\*.*ExecutableDatafilePictureArchivePacked by ATOMIC v3.1.Coded by Altair.Packed by ATOMIC v3.3.Coded by Altair.Packed by ATOMIC v3.3.Coded by Altair.The BMT fix!Packed by ATOMIC v3.5.Coded by Altair.Ace packer!Packed by 4PACK.Coded by ???.This MIGHT be an ARCED fileTry using ARC to decompress.it!!!Packed by AUTOMATION v2.3r.Coded by Ozz.Packed by AUTOMATION v2.51.Coded by Ozz.Packed by AUTOMATION v2.3r/51.Coded by Ozz.Packed by AUTOMATION v2.51Chunk packed fileCoded by EGBPacked by AUTOMATION v5.01Chunk packed fileCoded by EGB/AXEPacked by AUTOMATION v5.01Coded by EGB/AxePacked by BAPACKCoded by BRASPacked by BYTEKILLER 2Coded by M.CoatesPacked by BYTEKILLER 3Coded by M.CoatesPacked by BYTEKILLERCoded by JPMProbably unpacked.Unless its a new packer.Possibly packed.File header is xxxx.Send it to me!.This file is unpacked and thelength shows it to be a DEGASpicture file.DEGAS ELITE file.by Tom Hudson.Packed by DCSQUISH v1.0.Coded by by Double Click S/W.Packed by DCSQUISH v1.2.Coded by by Double Click S/W.Packed by DCSQUISH v1.4.Coded by by Double Click S/W.Packed by DCSQUISH v2.0.Coded by by Double Click S/W.Packed by FIRE v1.Coded by AXE.Packed by FIRE v2.Coded by AXE.Packed by GOLLUM.Packed by GOLLUM.With Huffmans encodingPacked by Gremlin Packer.By Fungus the bogeyman!Packed by HAPPY packer.Coded by Ralph Hartmann.Packed by ICE v1.0Coded by AXE.Packed by ICE v1.1.Coded by AXE.Packed by ICE v2.0.Coded by AXE.Packed by ICE v2.2.Coded by AXE.Packed by ICE v2.3.Coded by AXE.Packed by ICE v2.4.Coded by AXE.Packed by ICE v2.3/2.4.Coded by AXE.Packed by IMP! packer.Packed by IVORY DRAGONCoded by Vermillion Prawn!IFF file. Use a good art progOr Photochrome by Doug!Packed by Jpack.Might be by ACF?Packed by JAM packer 1.Coded by Tim & Andrew Knipe.Packed by JAM packer 3.Coded by Tim & Andrew Knipe.Packed by JAM packer 3.Using V2 compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 3.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Coded by Tim & Andrew Knipe.Packed by JAM packer 4.Using v2 compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using LZW compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using ICE compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 3/4.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JEK/JAM v1.Coded by Tim & Andrew Knipe.Packed by JEK v1.2d.Coded by Tim & Andrew Knipe.Packed by JEK v1.3d.Coded by Tim & Andrew Knipe.Atlantis S/W Le Crunch.LHARC archive.Use Lharc to decompress it!Packed by LSD v1.2/1.3.Coded by Ozz.Packed by LSD v1.2.Coded by Ozz.Packed by LSD v1.3.Coded by Ozz.Packed by Mpack Coded by Mcoder - neat prog.This file is unpacked and thelength shows it to be a NEOpicture file.Animation object file.Created by Neochrome Master.THE art package! (hi Stefan!).Packed by PA packer.Coded by Keith Baines.Packed by power packer2.Something from the AMIGA!!Packed by PFX packer.Coded by M.Fritze & T.Questor.Packed by POMPEY PIRATES packerCoded by JPM.Packed by POMPEY PIRATES v1.5Coded by JPM.Packed by POMPEY PIRATES v1.9Coded by JPM.Packed by POMPEY PIRATES v2.3Coded by JPM.Packed by POMPEY PIRATES v2.6Coded by JPM.Packed by POMPEY PIRATES v3.0Coded by JPM.Probably unpacked.Unless its a new packer.Possibly packed!Send it to me!Packed by QPACK v2.Coded by JMP.Packed by RNC packer1.Coded by R.Northern.Packed by RNC packer2.Coded by R.Northern.Packed by Copylock packer.Coded by R.Northern.Packed by BYTEKILLER.Coded by Russ Payne.No way, I'm scared!!Packed by SENTRY v2.05.Coded by Eagle.Packed by SENTRY v2.11.Coded by Eagle.SPECTRUM 512 file.Coded by Antic.Great ART package.Packed by SPEED packer v2.Coded by The Firehawks.Packed by SPEED packer v3.Coded by The Firehawks.GREAT packer guys!Packed by STOS(tm) packerPacked by Superior packer?Coded by AXE?Packed by Super packer3Coded by INGO RUDDAT.Packed by THUNDER v1.Coded by JPM.Packed by THUNDER v1.1Coded by JPM.Packed by THUNDER v2.Coded by JPM.Unknown version of POMPEY PACKERSend it to me!Packed by an UNKNOWN packer.Any clues folks?Packed by VIC2 packer.ZIP archive.Use ZIP to decompress it.ZOO archive.Use ZOO to decompress it.   "("4&"4D  .\\D:2 .: JHHPb(t   Z|bph( `J&\P4 & *" & & ( ( ( 4     & (   (  * ( ( ( ( .  & ( (   ( $    & ( $& ( (  ( * (  ( $( ( & & <  * ( ( ( ( (2 >  H H H   * * * * 0 0 0 0 0 0 "<    ( 0 ( *    ( ( (  ( & &  (" 2:( ( * * 4 ( ( . , R    8$ .D:4<X2,       hP000000000000 `494` BARFreport.txtNew Depack by Mike from Sinister Dev.Please support quality shareware or this may be the final version.&H f&op`B@#3 k # Ј<.@#Jyg<"@(I$k,"Jf"JfB// ?<?<JNAO A<~kRrRAfA6<HCBB`6 !jBJ)gHiRC` "fSI "WSAkHiRCBSQJ)gHiRCHy$ONF0 J"LN ? 9g @N 9g @NN?<LNAA(p"@ "By A1B3 3 O"Nu/ Hz?<&NN\O$_Nu//"4UB|"bjJj < f-DC"t&HCJCf&HC;0NRBH@B@H@f`$?&8BCHC06H@0HC;0&RBJf8QB" _&Nu3!`0123456789abcdefghijklmnopqrstuvwxyz JgJgJgJgJg JgJgJfSHggggg ggf @Nug fC`Jg INuSHNu g<g8g4g0g,g(g$g ggggg ggf @Nu"HJgJgJgJgJg JgJgJf SNu/ &y g/ &S?<INA\O`&y g/ &S?<INA\O`&_NuJg/bg2 4gf!Sf`f`!Sg"gH?LxH?LxH?LxH?Lx`H?Lx8H?LxH?LxH?LxH?LxH?LxpH?LxHH?Lx H?LH?SfvLx2|HgS@!!Q|gSA!Q`2 4gfSf`f`S"gH?LxHxLxHx(LxHxPLxHxxLxHxLxHxLxHxLxHxLxHx@LxHxhLxHxLxHxLHSfxLx2|HgS@ Q|gSAQ _Nu/$gSe40HB4 gxH_>"&(*,."B$B&B(B*B,BH~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H`SfL||0HgS@!Q|gSAQ _NuJ@k|A0|NuB@NuHRHP?<INA\O$_NuHR/?<HNA\O @$_NuH>@NAO $_NuHRHP?<NA\O$_NuHR??/?<BNAO $_NuH>?NAO $_NuHR??<>NAXO$_NuHR??<NAXO$_NuHR?<NATO$_NuHR??<NAXO$_NuHR?<ONATO$_NuHR?HP?<NNAPO$_NuHR?HP?<=NAPO$_NuHR?HP?<0?|d`>Bo?|?|B@?@ ?@ ?@?@BA?A?A?A?AB@?@?@?@BoILGAa(8r@g A.a(<p DgBF29gl4+gfA0a~&JjA!pa$|`FAr0+aA6r0+aA9r0+aAQr0+axATr0+ajJFf"A`a r<29g4+g0+a|pDgjpa2/$0/"a`:B@aJEgL?/$4/$rB@6K u0aTO6Uf 20a<mf|f20amf20aJFgO>L8xNuH<$HGpIK0rAXWff0( N()8TP0*H23g8A0*BAa5`&0*H23g0*r aB` 0*H23g0*a5:0*TfHBT29gp`p?r?4*J?3 ?3 ?3 43 0*H spBAa(O aP0*lfBl0*lfBl`0*H23gta7HjHj ?*?* ?* C A4*r pa@O0*H s1j1j 0*H70*H7 0*H7 0*H7 HjHj ?*?* ?* C A4*r B@aOHjHj ?*?* ?* C A4*r paOHjHj ?*?* ?* C A4*r B@avO?*?* ?* ?*r0*aPOa6z`V0*Uf&2f ma58J@fAZpa`r 0a^r m?/pa>  _2a` 0*Ufa B@L<NuHO6GpIK0| |b@0;N .Crp 4J s al0gr?Bg4J?3 ?3 ?3 43 0H sp BAaO BlA a J@gx0,g29g Aa 8JDg09gr2,glAB@a(JjA!pax`LMLAWr0,a:Aor0,a,Arr0,aAr0,aAr0,aJDk A a 809g2,g 0,a(`x|g0,g2p?r?4J?3 ?3 ?3 43 8L s@pBAaO `*p?Bg2I?3 ?3 ?343 spBAaO r l?/paP  _2aMHnHnHnHVr0aO Nr0a1jHnHnHnHVr0aO Nr0a1F`Crp4J s a0gr?Bg4J?3 ?3 ?3 43 8L s@pBAa O AaJ@g AaH8`x|f,p?Bg2I?3 ?3 ?343 spBAaO `8p?r?4J?3 ?3 ?3 43 8L s@pBAaO kHaBHr l?/pa  _2aMHnHnHnHVr0aO Nr0a02HnHnHnHVr0aO Nr0a0`pa*Crp4J s aBp?Bg2I?3 ?3 ?343 spBAaO 0g42-g 0r ax`" la1 ;@J@fAXpa`paCrp4J s ap?Bg2I?3 ?3 ?343 spBAa^O 0g2-g 0r a` la0;@J@f`paBCrp4J s aZBgBg0H?3 ?3 ?343BA spaO 0gN0a.BUB@a09gp`O 0g 0a-BjB@a@TO$_6NuH>UO68pa(EpCr04J r a:|g|g|g|fBgBg0H?2 ?2 ?242BA r0aO 0gn|fAab`Z|gDIK l hf:`BUM l hf<`BV l h*f 3`By l hBf 3`By0Vyy3|fApaZ( <a&HJjASpa` K"<0aJk` BARF,g AMpa`T7y07U27V47y67y8CA:aBB2paT K"<0a$Jj ASpa0aZ Kaa 0a,BjB@aVTOL|NuH0B@?@?@BA?A ?A ?A?AB@?@?@?@?@BA?A?A?A?ABoAa6r@g A.a8| fO>86Nu/ Ej0ga&0*ga&0*ga&x *Rg jNa8BNBRB@5@5@4$_NuHQO,HpaGIKHWHSHT"M NaO ????BgBgBBBAB@aO ???4rB@ NaV\OB@ Na6????BgBgBBBApaO BgBg?/??4BA0 NaO B@aa0POLxNuH>O/H$y 9C.MiiiGKI NqN:fH'|'|'M4'| *>a ( g#|"*>B@a"T Ja(#`#n LSD!g LSD$g AUTMfB'|i'|'M4'|# 9a( g#"@ Ja/`# LSDCfF'|'|'|4'|# 9aR( g""@ Ja0`" AU5!f'|='|d` AU5CfF'|S'|z'|4'|# 9a( g"Z"@ Ja0`"\ .3rf'|i'|`$ .51g .5rfB'|'|'M4'|#: 9av( g!"@ Ja0h`! AU5!DfB'|='|d'M4'|#L 9a*( g!"@ Ja0R`! ATOMfh y!o ya'|2| b!lA2;N!`\!`!`!`!`!`!`>'|'|D'M4'|# 9a( g!"@ Ja%`!'|k'|'M4'|# 9aP( g "@ Ja'V` '|ϝ'|'M4'|# 9a( g "@ Jain` '|'|`'|9'|`'M4'|# 9a( g ,"@ Jai` . ATM5fF'|.'|V'|~4'|# 9al( g"@ Ja(` ATOMfJ'|'|D'M4'|# 9a ( g"9"@ Ja)` ATOMfJ'|k'|'M4'|#8 9a( g>"9"@ Ja)f`8 /BMT4fN'|'|'|4'|#8 9at( g"9"@ Ja)J` 2PPg 3.5 zfN'|.'|V'|~4'|# 9a( g"9"@ Ja(`~ BRASf`'|'|'M4'|#( 9aߴ( g&"9B@aݶ WHh"T Ja(XO` HfB'|'|'M4'|# 9aT( g"@ Ja(` "JpSHfB'|''|N'M4'|# 9a( gz"@ Ja(b`| HzfB'|̑'|̸'M4'|# 9a޼( g."@ Ja(`0 JPM!fX'|u'|'M4'|M Whhh 9aZ( g"@ Wa(` N f`'|u'|'M4'|M Whhh 9a( gj"WHi J"@a(XO`d j10:fH'|I'|p'M4'|# 9aݦ( g"@ J 9ac` j12:f'|'|` j14:fB'|'| 'M4'|# 9a<( g"@ Jac` j21:fB'|3'|Z'M4'|# 9a( gd"@ JacP`f B@f>'|'M'M4'|# 9aܪ( g"@ Ja.` "W,zf^'|D'|k'M4'|# 9мaX( g"J 9ap 9 Ta.` GUS*fX'|'|'M4'|M Whhh 9a( gR"@ Wa/`T EASY4fX'|'|'M4'|# 9мaێ( g"J 9aצ Ta6`` Ice!f^'||'|'M4'|M Whhh 9a( g"@ J 9a/` Ice!f y!o ya'|2SAg8_AgSAgF`'|'|'M4'|# 9aژ( g "@ Ja0` '|'|?'M4'|# 9aV( g"@ Ja2&` ICE!fB'|'|)'M4'|# 9a ( g~"@ Ja3,` aFfr'||'|'M4'|A/H ("ѯY/| o"o hhh 9aِ( g"@ Ja3` j.<6fB'|'|'M4'|#8 9aF( g"@ Ja3` Ice!f'|'|?`6 ICE!f'|f'|` ICE!fB'|'|'M4'|#6 9a( g4"@ Ja3h`6 A fJ'|'|('M4'|#> 9av( g"9"@ Ja3.` IMP!f>'|P'M'M4'|# 9a(( g"@ Ja7` PAWNfZ'|w'|'M4'|M Whhh 9a( g8"@ WYHa8`8 a`fX'|w'|'M4'|M Whhh 9ab( g"@ Wa8V` Firef^'|'|'M4'|M Whhh 9a( gr"@ J 9a%`n FIREfB'|'|'M4'|# 9aְ( g""@ Ja'<`$ ire $fr'|'|'M4'|A/H ("ѯY/| o"o hhh 9a4( g"@ Ja#` ire!$fB'|'|'M4'|#8 9a( gZ"@ Ja'`\ cker@fB'|'|:'M4'|#D 9a՜( g"@ Ja8&` LZH!fF'| '|0'|W4'|# 9aN( g"@ Ja9` LZW!fF'|'|F'|m4'|# 9a( gr"@ Ja;`t JAM g JAM g JAM f^'|a'|'M4'|M Whhh 9aԊ( g"@ J 9a7(` LSD!fH'|'|$'|K4'|# 9a4( g"@AaV` LZH!fF'|r'|'|4'|# 9a( gT"@ Ja6`V LSD!fF'|5'|\'|ƒ4'|# 9aӒ( g"@ Ja6` LZH!fF'|ª'|'|4'|# 9aB( g"@ Ja6` LZW! fF'|'|F'|m4'|#$ 9a( gd"@ Ja6``f Ice!fF'|Ô'|û'|4'|# 9aҢ( g"@ Ja6<` JEK!f'|'|` JEK ~f'|'|` JEK f'|'|A` LeCrf<'|h'M'M4'|p Ъ#a( gv"@ Ja9d`x END!g LSD!fZ'|+'|R'M4'|M Whhh 9aј( g "@ WYHa:v` PLEA~g PACK~g 1.2 f^'|+'|R'M4'|M Whhh 9a ( g"@ J 9a9` JD@fb'|'|'M4'|#X 9a( g@ <'aм/H g,/"T Ja:BXO o aЎ`" JD@fb'|'|'M4'|#< 9ab( g <'aP/H g/"T Ja9XO o a"` x(Jfb'|'|'M4'|# 9a( gh <'a/H gT/"T Ja9XO o a϶`J B]QffF'|'|&'M4'|"9 ЀЁaό( g "@ Ja9#` -lz5fD'|ț'|'M4'|Aa9#a:( g "@Aa9` -lz54fD'|ț'|'M4'|A2a9p#a( g ^"@A2a9n` ^ -lz5JfD'|ț'|'M4'|AHa9"#aΞ( g "@AHa9 `  -lz5fD'|ț'|'M4'|Aa8#aP( g "@Aa8` vf`'|7'|^'M4'|M Whhh 9a( g ^"WHi J"@a:XO` X `f`'|Ʌ'|ɬ'M4'|M Whhh 9a͂( g "WHi J"@a:XO` 4`f`'|Ʌ'|ɬ'M4'|M Whhh 9a( g "WHi J"@a:XO` ?< f`'|Ʌ'|ɬ'M4'|M Whhh 9a̮( g "WHi J"@a:HXO`  v`"f`'|'|'M4'|M Whhh 9aD( g "WHi J"@a: XO` edrf`'|!'|H'M4'|M Whhh 9a( g L"WHi J"@a9XO` F `rfj'|o'|ʖ'M4'|M Whhh 9af( g "WHi J"@a9XO` POPIg PUFFf y!o ya?@ '|S@gr| gS@g^`'|7'|^'M4'|M Whhh 9aʺ( g ,"@ WYHa5` ,'|Ʌ'|ɬ'M4'|M Whhh 9a`( g"@ WYHa6L` PP20fH'|M'|t'M4'| Wa8#a( gHj"@ oa8XO` 2-JMfB'|Y'|ˀ'M4'|# 9a( g4"@ Ja94`6 2-JM4fD'|Y'|ˀ'M4'|#@ 9av( g"@A0a8` RNCf y!o ya?@ '|S@g| gS@gF`'|˧'|'M4'|# 9a( gd"@ Ja:`f'|˧'|'M4'|# 9aȰ( g""@ Ja;`$'|'M` RNCfB'|'|'M4'|# 9aV( g"@ Ja=` T`fB'|C'|j'M4'|#V 9a ( g|"@ Ja=:`~ RNCf@'|'|'M4'|pЪ#a( g2"@ Ja=`4 Snt2f^'|'|-'M4'|M Whhh 9a^( g"@ J 9a?:` 2.05 fB'|'|-'M4'|# 9a ( g~"@ Ja@` 2.11fB'|T'|{'M4'|# 9a( g2"@ Ja@`4 SP20fB'|'|>'M4'|# 9av( g"@ Ja@` SPv3fF'|e'|Ό'M4'|# 9a,( g"J 9aD` SP20fB'|'|>'M4'|#* 9a( gN"@ Ja?`P NAv3fR'|e'|Ό'|γ4'|pЪ(#aŎ( g"J 9a TAa@` SPv3fP'|e'|Ό'|γ4'|#$ 9a0( g * CaH Ta@` SPv3fV'|e'|Ό'|γ4'|pЪ#a( gJ *CAa TAa@8`: DfT'|'M'M4'|M Whhh 9ah( g"@ WaK` ATOMfB'|ϝ'|'M4'|# 9a( g"@ JaL` ATOMfD'|'|'M4'|# 9a( gB"@AaK`B ATOMfD'|9'|`'M4'|# 9aÂ( g"@AaKf` NqNqvfH'|'|'M4'|# 9a4( g/ "@ oaLXO` ****fH R`fB'|'|'M4'|# 9a( gN"@ JaK`P NZ,O/HHoHoHo Ho rB@aO?/?/4/2/p a0XO6J@nB@`Hyr0aXOEG I KHRHSHT"M oaO Mp0H=-=== = HRHS???"L M4r B@ajOHRHS???"L M4r paNOHRHS???"L M4r B@a2OHRHS???"L M4r paOHRHS???"L M4r B@aO??420alXO0OL|Nu0<a>Nu0<a2NuH,I*HA -GCBE$C$2`PJ$NqNq4NqPJ$NqNq4NqPJ4NuN^ LNuH ATOMf /K(MGvpQHHU Ma`~|Gg"TezF`$|a*g\E`|a g E`afG`| aE?fI`BEGg EQJENua>G`I|a84@HaDgt@IP:$$Q| z GgbTe F`"&>&Nu|agPEVE`|aHE|aPVSEk|HF&Qjf8|f _aFL pQLNuaG` `````` `> BPQNu BCE}|0z@A@B@C@DQQHf`H ATOMf /KHU M&`I*|a``X|g"TezF`$|aHg\E`|a>g E`&`| a,E?f:I|a|m4TO]En(MmXL|a4P`>BEg EQJENu&`I|a84@HaDgt@IP:$$Q| z gNTeF`|agPEVE`|aHE|aPVSEk|HF&Qjf"<f _a< LNu&` `````` `` > BPQNu BCE}|0z@A@B@C@DQQHf`HXHNR *I(MI ,Hp&5@HU&`:UgdCDE`$|a\g`|aTg E`&`| aBECI.4fJf&e|`>|a"J*g2P`f``~BEg EQJENu&`|a84@HJ*fXF`.a2I|aʺ<m|ag |aEA`*`2P:`aDgt@IP$$Q` f&ed&fg^|avg &CrtfTATAQP`Q|aJgCpQP`QBC&&H&&M`` _HRa $_NZLNu ``````>*QNu CE}|0z@A@B@C@DQQHf`H!|NqNq1|Nub*INXLNuH!|NqNq1|NuV*INLLNuH!|NqNq1|NuV*INLLNuH!|NqNq1|Nu2*IN(LNuH(o@&L1|Nq1|Nq1|NuTK2`#h4#h8#h< #h@MNLNuH*IMaLNuH*IMaLNu N"M "*$I fare2rvfafeLrBDaj6DrfaRQQ`8rx`raF<m<gra662< ` 2< BTB6a"SJ QmJgNqNu DNuSABBf DQNuH!|NqNq!|NqNq1|Nq1|Nq1|Nq1|Nq"NLNuH$IY(JY0 ale0rvabeJrBDad6DrHf0 PRQQ`4r(`ra> mnra262< ` 2< BTB6aSJ QmLNuHf0 PNuSABBHf0 PRQNuH,H$I-|NqNqD-|NqNqH=|Nq=|Nu o@N>LNuHX(H*YJ`jS f dRBAf d@G6vBA30HxlFDSBf QQJCgAV30HB`  Q&LPoG8tf dQBARB3 gHSCf QQ3 HC`  |g@G2vf dQRCBB30Hf RQKs0`0  BBvBDf dvx@f RQDE HSA"Q`LNuH(HM LSD!g*A LSD!g ,Sf`HaL`LNuH(HM AU5!g*A AU5!g ,Sf`Ha @L`LNu1|Nu!|NqNq1|Nq!|NqNq\1|Nq`!|NqNq1|NqNNuH1|Nu!|NqNq1|Nq!|NqNqr!|NqNq1|NqNLNuH,I!|NqNqB1|NuJN6LNuH0|3VI"C"Ha pQLC"p9!QBLNu"< yVg"<A>z yVl8<`xP`.Jm RSDSf`HEgHD@RSDSfJDnHa LQNuM=JyVfN#VE(GPKx~`0 L"z0TVT L"J0TT L"K0TT L"M0TTRG|m`R yVf2#VEPBG` L"z80TVT L"J0TTRG|(m`BG` L"N0TTRG|(mNuHKaLFiref> Ia@.Mxa8IZ|HFzaXd raRd"Lv !anH@@Vҩ%QnfLNup%QNu> f.%߇`>.-%Wއ`,އgNu> f.%߇Nu.-%WއNurއgAQNupaSAk0gTSAgXadBadZ`bpaSAjpNupaAAL!a҅NupaSAkNAAL aAa0`Lpap`,pap` f .%߇AQDNu.-%WއAQ,NuއgNu> f.%߇Nu.-%WއNurއgAQNuCtaTxr1 Hka1 AgCjtaTr1 HaBq `rptadpt@aBC@!!Q`    H Ice!fx K.Ix,L&N"NE<|8!zD@DADBDCQQHQ CQjpwE f.%߇`>.-%Wއ`,އgNu> f.%߇Nu.-%WއNurއgAQNuCtaTxr1 Hka1 AgCrtaTr1 HaBq `rptadpt@aBC@!!Q`    HaR Ice!fDaHKaB.(I,I&N%a@ajd*><|8#zD@DADBDCQQHQLNurQNua*d"ra$dCv !a"H@@Vҩ%QnNuf%Nurf%AQNuCtaTxr1 Hka1 Ag"CvtaTr1 HaBq jD`rptadpt?aBC@!!Q`R   HaNaLKaF.(I,I&N%aDald*><|8#zD@DADBDCQQHQLNurQNua*d"ra$dCv !a"H@@Vҩ%QnNuf%Nurf%AQNuCtaTxr1 Hka1 Ag"CvtaTr1 HaBq jD`rptadpt?aBC@!!Q`R   H,I!|NqNqB1|NuJN6LNuH,I!| NNq21|Nu@NLNuH,I1|(N21|Nu>NLNuH*I!|NqNq1|Nu&NLNuH#cFCLHdCEe <Q#e#eC#cR#cV#cZ#c^#cb# cf`$cJ,OK -aЭмR&@.(m -$Sf(mEz*g*g *g.۾eT`RBASAQ`RBA*SAQ`R|z+SBESCQQ|G`ALNuHM,MMJ,A mM,A OxM,O~K?<MBVaBTaM, MіT~*J$z(zIM~&Vc, JJPg aJ@g2(`2(¼ J``M6M.C Q (M*!VШ!@M.VL -Nu a|JgBMb V0/0MNRV1V/?(aT _M8RV1V?(aTNuM V0/0rBBaJ@g`SA|f1BNug0<`B@SG|gNu~RNuA."P I"h$I (A"RRR!SfNuH IMP!f.&H(I*IJ$K!!!$6kSO"Op"Q"O`pNuJg#SfeOpgpLNuf#dhf#dXf#dHf#d8xf#d#pS`:f#f#f#Zp`xp`xp` xp`xpz2f#df#d;jP`zX;bf#BSfEz$E0f#dAf#d4qP`4qX1f#ۅSfRJ"Q` HaLNu$I I ( aeramNuae`ae(ra&JRK#mNura&J##mNurag6RCra>O24pa&Jp#QmNuaeRAaVtp6C raH>O24pa>&Jp#QmHNura$2I>RAatp6^CraQm NuBBf ( DQNuf ( DNu Q&&H!|K1|Nu&NLNuH!|NqNq!|NqNq1|Nq!|NqNq1|Nq !HzYѨzNLNuH,I!|NqNq|!|NqNq!|NqNq 1|Nq$1|NuNxLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH,I!|NqNq~!|NqNq!|NqNq61|NuNzLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH!|NqNq~!|NqNq!|NqNq1|NuNzLNuH`Z$Itxr:<9TDZb63@RCKs c,03s@c 7 3 11TBX03s@b7 01@3 1TBQ03s7 3 11TBXGfNu zCnprtQQ6t[2AXd zC@pr1HQRAQNu zb"zn$zfr4<x0<9024TBTDQ z<&z<"zH$z84<tx0<82X6244XDTBQ6BRNua`XL+Nu*H,IA !|t!|!| !| B!|!|*!|*"0<ӘQaa z~"z&zn/ (N0<; Q|%><(zbo`0)Q|%dT@01Gm2G8+k20ERRJe20fH|lL`Sj8*ZgYRR811@Gd1@4131 Gd1 320fH|m-t)4Bj%TFkg, `&% |,`g]FDF-%-QFDF*D? zz0JA @2 Q zL`//?/wwws333331H(H,I*N((< :<&N~Q$~d $RESn`.,H$ED@|Ar$TApAn QڀnLNuoSQ`H(Ip1/ "HE$jQ LeCrfPCC $IaB"J W$H0:r@ftg QnApQXOLNuva.dBa*d ptUB;ra&{ pV;pA Q oNuf NuraASjNupadS@fBA;>ka;;Axa$; 4Ba{ 4&I#QoNu     QLeCrH(HA)|NqNq9|NqNLNuH$`* fape2rvfadeLrBDah6DrfaPQQ`8rx`raD<m<gra462< ` 2< BTB6a SJ QmLNu DNuSABBf DQNuHaN,HA\$o@NLNuHa2,HA@$o@NLNuHa,HA$o@NLNup"$&(*,.&@(@*@NuH,I2`E|LHC p"""2a LNu(؉,܄B@mf@J@g&`Q`TAAGQ`Nu/( H@ ( LNuH,I(H , HD , p&N~*6<Q~d So:Q` H"CAD@CD@ArTApAQoQ`LNu$IH, $ (Jp gtnaze `4xvaxf^4`add2a`da\eraBRB`aJexvaNf4mLNuv`"a.etrf BQ2gXRAASAa>6a"J!Q`f Nuxrtf BQ2RAISAfNurtf BQNua6t`v `Nu(H&L$IHa *aLNurY3RA AfNua K&J gtaxe `6xvavf\4`abd0a^daZeraBRB`aHdx6<aJf0mNuv`"a.etrf BQ2gXRAASAa>6a"J!Q`f Nuxrtf BQ2RAISAfNurtf BQNua6t`v `H(o@E1|&I:1|Nu"1|>!|$INqD!|NqNqH!|NqNqN8LNuH(o@1|&I:1|Nq@1|$IB!|NqNqH1|NqL!|NqNq1|Nu$N8LNuH$I(o@!|NqNq|!|NqNq!|NqNq1|NuZNpLNuH$I(o@!|NqNq!|NqNq!|NqNqNLNuH$I(o@!|NqNqH1|NqL!|NqNq1|NuNTO gRLRH gRHpg ?R`?ILHb~+^pra JaAaAapra8SD`ApaZDCAaNQ JaBS@kQ+XriSÁQe0g2Sf`/AOLNu0FXf(<la0(= mS0(>FlaNuFlaNuHFXK#^#HF~NurQNupraS@k|46O"OpraQprtH8C f:zmSE0*HE>SGUVQzn0A<E=|SnSF1F>ԀQR fLONuHE1|Nu~!|NqE2Bh<|8%zD@DADBDCQQHQNu !!! 21 H(HMA9|Nuj&INfLNuH(HMA9|Nu&INLNuHK!|NqNq!|NqNq1|`NLNuH SP20fJPf*H* "$I&IaLNu|~GNЀfNe^ `$ta0"`ЀfNetaGjdFBBBUfHE:Nu$"ЀfNAQ$Nuag UBeGBBG`ЀfNeЀfNe" v`NЀfNeagv`8ЀfNevЀfNeagv`va`ag "Ga&a`aF&`"Ga(IT$$Q:`T8 f рNu ( WЀ NuH SPv3aFCTI"""LNuHS|Pa C2`"""BBBBYLNupHMz"H SPv3f@JQf<* .$H# # # # Gp&Q/ aa EaaLNuBE< GvxfTCTCQx KG##Q`Hrp Ajg@QNu @QNu QAjNur2aJg.8D@gHg d~` ra@D` G30lNu ``````HG*I$M$ Ԁ1|NuNLNuHG*I1|NuNLNuHG$I|td6pk g62AA `2ifX@R@AQ`Q`LNuH$`* fape2rvfadeLrBDah6DrfaPQQ`8rx`raD<m<gra462< ` 2< BTB6a SJ QmLNu DNuSABBf DQNuH$H(I &JB"BLgf8`(gD Lg d``mLNuQ`BHDBDHDS"LQ`H$H(I J &H~raHdaDeP`صoLNu`ta,Q Agoa|0an"LQ`0< Q`Of>ONuadpt`taQ Agma2p` `a`a0gadt`Q`ntaQtgSAOf>ORQrNuHE1|NuIN@LNuHG,o@NLNuH1|(N21|Nu>MN&LNuH!|K1|Nu@N6LNuH,o@NbLNuHMGC Vic2fx&(E~$$QCS H@#QIMK8.ACpr <~:RGAgd:5Pj`:6Pj`MPRfEC,HF~px2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6Pj42k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjgRSfLNu2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjJg2TA2k 1De讞D`VG~HF<HF讞D`DxDe讞D`G~HF<HF讞Dz1EQ ~HF<HFd:5Pj`:6PjRSWf`R` *HPhԨ&H&HL\^`prt%')68 :JLNY[ ]75#  !0#,. 0VX&Z'&##:<#>NPRxz&|&'"$&&IK#Mtv'x};   V r             9(&( O(8 x/{//p-6R n   p p pp% '8  664 "!2!N!% 0(  &j%&%    % 0%      #""".        %  0B)    'J%f%&    %  0B)   '%"*&Fb ~  , %3 B BbNew Depack v1.1 - 03/10/1993[1][ | | Ooops, disk error!!][ OK ][1][ | | Ooops, no memory for this file][ OK ][1][ | | Ooops, no memory to unpack | this file!!][ OK ][1][ | | This file is zero bytes long!! ][ OK ][1][ | | You must run New Depack|In an 80 column mode.][ OK ][1][ | | Write error!!! | Have you packed New Depack?][ OK ][1][ | Sorry, the GEM desktop | has run out of windows!][ OK ]Filename :Filetype :Packed size :UnPacked size :Free Ram :1993 Sinister DevelopmentsFile_info : Recursive BatchmodeSpecify Save PathSave during batchBatch ReportREPORT FILENAMEreport.txtCoded by Mike Watson using PURE C, DEVPAC3 & INTERFACEDepack code by the authors of the respective packersAll correspondence to: Mike Watson42 Gilmore PlaceEdinburgh,EH3 9NQSCOTLANDI CANNOT DETERMINE THE VERSION OF ICEWHICH CREATED THIS FILE. PLEASE CHOOSEA SUITABLE VERSION OR CANCEL TO QUIT.PACK ICE FILE CLASH!!I CANNOT DETERMINE THE PACKER THATCREATED THIS FILE. PLEASE CHOOSE ASUITABLE PACKER OR CANCEL TO QUIT.ATOM FILE CLASHI CANNOT DETERMINE THE VERSION OF THEPOMPEY PACKER THAT CREATED THIS FILE.CHOOSE A SUITABLE VERSION OR CANCEL TOTEXTQUIT!POMPEY PACKER CLASHI CANNOT DETERMINE THE VERSION OF THERNC PACKER THAT CREATED THIS FILE.CHOOSE A SUITABLE VERSION OR CANCEL TOTEXTQUIT!RNC-1 PACKER CLASH____________________________________________________________LOADPREFSEXITSAVEINFO________________________________________________________________________________________________________________________OKCancelSaveKEWL!CANCELxxxxxxxx.xxxV2.0V2.2Thunder v2Atomic v3.3xxxxxxxx.xxxCANCELThunder v1.1Thunder v1Atomic v3.1CANCELxxxxxxxx.xxxV1.5V1.9CANCELxxxxxxxx.xxxTYPE 1TYPE 2 New Dpak *.*\*.*\NDP_ST.ACC\NDO_ST.PRGNew Depack Batch Report ======================= New Depack Batch Report ======================= Fileinfo : \\*.*ExecutableDatafilePictureArchivePacked by ATOMIC v3.1.Coded by Altair.Packed by ATOMIC v3.3.Coded by Altair.Packed by ATOMIC v3.3.Coded by Altair.The BMT fix!Packed by ATOMIC v3.5.Coded by Altair.Ace packer!Packed by 4PACK.Coded by ???.This MIGHT be an ARCED fileTry using ARC to decompress.it!!!Packed by AUTOMATION v2.3r.Coded by Ozz.Packed by AUTOMATION v2.51.Coded by Ozz.Packed by AUTOMATION v2.3r/51.Coded by Ozz.Packed by AUTOMATION v2.51Chunk packed fileCoded by EGBPacked by AUTOMATION v5.01Chunk packed fileCoded by EGB/AXEPacked by AUTOMATION v5.01Coded by EGB/AxePacked by BAPACKCoded by BRASPacked by BYTEKILLER 2Coded by M.CoatesPacked by BYTEKILLER 3Coded by M.CoatesPacked by BYTEKILLERCoded by JPMProbably unpacked.Unless its a new packer.Possibly packed.File header is xxxx.Send it to me!.This file is unpacked and thelength shows it to be a DEGASpicture file.DEGAS ELITE file.by Tom Hudson.Packed by DCSQUISH v1.0.Coded by by Double Click S/W.Packed by DCSQUISH v1.2.Coded by by Double Click S/W.Packed by DCSQUISH v1.4.Coded by by Double Click S/W.Packed by DCSQUISH v2.0.Coded by by Double Click S/W.Packed by FIRE v1.Coded by AXE.Packed by FIRE v2.Coded by AXE.Packed by GOLLUM.Packed by GOLLUM.With Huffmans encodingPacked by Gremlin Packer.By Fungus the bogeyman!Packed by HAPPY packer.Coded by Ralph Hartmann.Packed by ICE v1.0Coded by AXE.Packed by ICE v1.1.Coded by AXE.Packed by ICE v2.0.Coded by AXE.Packed by ICE v2.2.Coded by AXE.Packed by ICE v2.3.Coded by AXE.Packed by ICE v2.4.Coded by AXE.Packed by ICE v2.3/2.4.Coded by AXE.Packed by IMP! packer.Packed by IVORY DRAGONCoded by Vermillion Prawn!IFF file. Use a good art progOr Photochrome by Doug!Packed by Jpack.Might be by ACF?Packed by JAM packer 1.Coded by Tim & Andrew Knipe.Packed by JAM packer 3.Coded by Tim & Andrew Knipe.Packed by JAM packer 3.Using V2 compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 3.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Coded by Tim & Andrew Knipe.Packed by JAM packer 4.Using v2 compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using LZW compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 4.Using ICE compressionCoded by Tim & Andrew Knipe.Packed by JAM packer 3/4.Using LZH compressionCoded by Tim & Andrew Knipe.Packed by JEK/JAM v1.Coded by Tim & Andrew Knipe.Packed by JEK v1.2d.Coded by Tim & Andrew Knipe.Packed by JEK v1.3d.Coded by Tim & Andrew Knipe.Atlantis S/W Le Crunch.LHARC archive.Use Lharc to decompress it!Packed by LSD v1.2/1.3.Coded by Ozz.Packed by LSD v1.2.Coded by Ozz.Packed by LSD v1.3.Coded by Ozz.Packed by Mpack Coded by Mcoder - neat prog.This file is unpacked and thelength shows it to be a NEOpicture file.Animation object file.Created by Neochrome Master.THE art package! (hi Stefan!).Packed by PA packer.Coded by Keith Baines.Packed by power packer2.Something from the AMIGA!!Packed by PFX packer.Coded by M.Fritze & T.Questor.Packed by POMPEY PIRATES packerCoded by JPM.Packed by POMPEY PIRATES v1.5Coded by JPM.Packed by POMPEY PIRATES v1.9Coded by JPM.Packed by POMPEY PIRATES v2.3Coded by JPM.Packed by POMPEY PIRATES v2.6Coded by JPM.Packed by POMPEY PIRATES v3.0Coded by JPM.Probably unpacked.Unless its a new packer.Possibly packed!Send it to me!Packed by QPACK v2.Coded by JMP.Packed by RNC packer1.Coded by R.Northern.Packed by RNC packer2.Coded by R.Northern.Packed by Copylock packer.Coded by R.Northern.Packed by BYTEKILLER.Coded by Russ Payne.No way, I'm scared!!Packed by SENTRY v2.05.Coded by Eagle.Packed by SENTRY v2.11.Coded by Eagle.SPECTRUM 512 file.Coded by Antic.Great ART package.Packed by SPEED packer v2.Coded by The Firehawks.Packed by SPEED packer v3.Coded by The Firehawks.GREAT packer guys!Packed by STOS(tm) packerPacked by Superior packer?Coded by AXE?Packed by Super packer3Coded by INGO RUDDAT.Packed by THUNDER v1.Coded by JPM.Packed by THUNDER v1.1Coded by JPM.Packed by THUNDER v2.Coded by JPM.Unknown version of POMPEY PACKERSend it to me!Packed by an UNKNOWN packer.Any clues folks?Packed by VIC2 packer.ZIP archive.Use ZIP to decompress it.ZOO archive.Use ZOO to decompress it.   "("4&"4D  .`XD:2 .2 FDDLb(t  Zd`nf( `J&\P4& *" & & ( ( ( 6     & (   (  * ( ( ( ( .  & ( (   ( $    & ( $& ( (  ( * (  ( $( ( & & <  * ( ( ( ( (2 >  H H H   * * * * 0 0 0 0 0 0 "<    ( 0 ( *    ( ( (  ( & &  (" 2:( ( * * 4 ( ( . , R    8$ ,H64~<X2,       hP0000xH00000000  NEW DEPACK ========== V1.1 ==== ALL CODING BY MIKE WATSON Greetings, to the latest version of the popular utility Mega Depack. It's been a long time in coming, has changed name and looks different but is now brimming with more packers, more features and improved reliability. --- o --- What the smeg is New Depack? ============================ New Depack is quite simply a file de-compressor. It allows you to load in a file and if packed save it out again. Why? . . . . . Well packing technology has advanced considerably over the past few years and the chances are that you will have files packed using outdated and slow programs such as happy or jek. Unpacking and repacking with one of the more sophisticated packers such as Ice or Atomic. Secondly hard drive users may feel that the space saved by packing a file is offset by the time it takes to unpack. This was my original reason for writing Mega Depack all those months ago. Thirdly, many packers don't actually have a depack option. And finally to satisfy the needs of those people who like delving around other programs which are often packed. --- O --- How do I do this? ================= There are three ways of running New Depack. 1. As a normal program. Double click on NEW_DPAK.PRG and away you go. 2. As a desk accessory. Rename NEW_DPAK.PRG to NEW_DPAK.ACC reboot and it will appear on the desk menu. 3. From a command line. It won't run as a TTP because of its use of GEM. Newer versions of TOS have the .GTP filetype. Rename to NEW_DPAK.GTP and double click on it. A dialog box will allow you to enter the required parameters. You may also use the drag 'n drop technique found on most replacement desktops and TOS 2,06 upwards. SImply drag the file/folder to be unpacked onto NEW_DPAK.PRG and they will be processed. --- O --- How do I work that interface? ============================= New Depack has an easy to use GEM interface. An improvement over Mega Depack is the use of windowed dialog boxes. This allows full multitasking when running as an accessory or in a multitasking environment such as MiNT or MultiTos. The buttons work as follows:- Load - Surprisingly enough loads , analyses and (if neccesary) depacks a file/files. Save - Saves the last file to be unpacked. Info - Contact address and SHAREWARE plug. Prefs - This is new to New Depack. It lets you tailor it to your liking. Quit - Quits Note that the batch mode is now incorporated into the load function and that recursive/normal mode and destination path is controlled through the prefs menu. --- O --- What are the prefs and how are they useful? =========================================== The preferences are for use in batch mode. The following features may be tailored:- 1. Batch mode - recursive/normal. Recursive - will go into each folder and check it for files. These folders will then be tested and so on. Normal - folders will not be entered. 2. Specify save path If selected then when a batch run is done a fileselector will ask you for the path where the files are to be saved otherwise files are saved as the same name. 3. Save during batch If selected then files are saved in a batch run. 4. Batch report If selected a report on files read will be produced. The filename where the report is produced may be changed here. --- O --- Is there anything else I should know? ===================================== Several things should be noted. 1. Several packed filetypes appear the same to New Depack and there is no way of distinguishing between them. To get round this New Depack will display a dialog box allowing you to choose an appropriate depack routine or not bother at all. 2. The commandline is limited to single filenames or folders/drives. Some examples are:- c:\ - depack drive C. test.prg - depack 'test.prg'. test.* - depack all files starting with 'test' 3. Sentry 2.11 progs only unpack on a falcon or TT. 4. Mpacker type 3 files don't depack properly due to bugs in the depack code. 5. It will no longer work in low resolution, an alert box will inform you of this. Of course a certain plank's suggestion of forcing the machine into medium res when run in low has not been implemented for some rather obvious reasons (put you brain into gear before you put your keyboard into action!!). No names but the guilty party knows who they are!. 6. New Depack was written on a Falcon so it is compatible. It has also been tested on my battered old ST. The complete specs of my test systems are:- Falcon 030 - 4meg ram - VGA & RGB monitors - internal 65mb H/D - external 450mb H/D - TOS 4.02. 520ST - 2.5meg ram - 40mb H/D - TOS 1.4. It has also been beta tested on various systems. If you experience problems then you should tell me your complete set up which will enable me to track them down. Any memory resident programs , desk accessories etc would also be useful to know. 7. It's SHAREWARE please support this. After the lack of interest from the last release on ST FORMAT I may stop releasing upgrades. --- O --- Did you say SHAREWARE, How do I register? ========================================= Dead easy!! Drop me a line enclosing one or more of the following. 1. A financial donation. 2. Some new pd s/w which you think I might like. (No demos or hacked stuff please) Falcon stuff/interesting source code is appreciated. It must be new as I get most stuff pretty quickly. 3. If you are including it in a PD library then your latest catalogue would be nice. 4. Anything New Depack doesn't recognise that you believe it should. Please don't send text edited versions of LSD or JEK that certain sad people seem to enjoy doing. By registering you will receive a version without any of the 'features' of an unregistered version and will also receive the next upgrade when available. The full source code ('C' and 68000 assembler) is available for 5 and would be useful if you want to learn GEM programming in C. My address is on the info screen and at the bottom of this text. --- O --- Boring legalish bits. ===================== This program has been tested as completely as possible and only makes legal system calls without any 'hacking around' and as such should not cause any damage. If for any reason damage is caused then I cannot be held for responsible for it. You use the program at your own risk. To guard against any mishaps you should save the depacked files out as a different name or in a different folder. Supported packers. ================== Program/Packer Versions Formats ============== ============ ================================================ 4pak programs atomic 3.1/3.3/3.5 programs and datafiles 3.3b programs automation 2.31/2.51 programs and datafiles automation 5.01 programs and datafiles ba pack programs bytekiller 2.0/3.0 programs Russ Paynes programs JPM'S programs dcsquish 1.0/1.2/1.4 programs 2.0 programs degas elite picture files pc1-3 gollum programs(both huffed and not) happy programs ice 1.1/2.0/2.2 programs and datafiles 2.3/2.4 imp datafiles ivory dragon programs and datafiles fire 1.0/2.0 programs and datafiles gremlin datafiles jpack programs jam 1/2/3/4 programs and datafiles (lzh,lzw,jam,ice) jek 1.2/1.3 programs and datafiles le crunch datafiles lsd 1.2 programs and datafiles mpacker 1.9 programs (3 types) pfx 1.1/1.3/1.6/ programs 1.8/2.1 programs pompey 1.5/1.9/2.6 programs and datafiles 1.7/1.9x/2.3 programs 3.0 powerpacker 2 datafiles qpack 2/3.2 programs and datafiles ROBN Copylock programs Various programs and datafiles sentry 2.05/2.11 programs and datafiles spectrum 512 picture files speed packer 2/3 programs(+grazey's+1other) and datafiles stos programs superior programs superpacker 3 programs and datafiles (3 prog types) thunder 1/1.1/2 programs and datafiles unknown various vic2 used by some games companies 69 packers supported 126 different file formats --- O --- Future enhancements. ==================== 1. Allow extraction of files from archives. 2. External depacking modules. History ======= v1.1 - 03/10/1993 Fixed bug in window redraw code that was causing the entire window to be redrawn rather than the damaged portions. Thanks to Andy for spotting this one! Changed Layout of preferences menu. The contact address. ==================== Mike Watson, 42 Gilmore Place, Edinburgh, EH3 9NQ No time wasters, pirates or sad people, these tend to be used for amusement when I want cheered up (ie low res -> medium res suggestion) or (more likely) be filed under 'B'. ENJOY NEWDEPACK . . . . AND LISTEN TO MIND MELTING INDUSTRIAL DANCE MUSIC! SEE YAH!! . Z0.. UPUNPACKTXT UPUNPACKPRG .UPUNPACK.APP - Universal Program UNPACKer v1.08 (92/06/08) Copyright 1992 STS Software. This program is intended to do just what it's name implies. It will try to unpack any recognized formats that it can. Currently, the recognized formats are: Pack-Ice, Pack-Fire, LArc's PFXPAK, 4PAK/PACK ENGLISH, DCSquish, BRAsoft, "POPI" (POmpey PIrates?), JAM Packer, Paradox Packer, Unnamed Packer I, RNC Packer, VMAX/MCS, and the "HAPPY COMPUTER PACKER". The program itself does not know how to unpack anything. It merely recognizes and (where neccessary) adapts the unpack code already present in packed programs, and utilizes them. You should be in medium, high, or equivalent resolution before running this program. No ill effects should happen if you happen to run it on a 40 column screen except that any out-of-bounds text will simply be clipped (aka: you won't see all of the text if you run the program on a 40 column screen...). After loading the program you will be bored by the program's signon message (hence the "Zzzzz." button therein). You then will be asked if you wish to have the destination (path and) filename default to the selected source (path and) filename. This is merely for convienience. Answer yes if you will be overwriting the input file(s). If you instead want the program to remember both paths, because you plan on reading your packed files from one path and writing them to another, answer no. You will be prompted by a fileselect box requesting you to locate an input file. The input file should be an executable file. If it is not (don't worry) you will be presented with a message to that effect and will have the opportunity to try again. You will now be informed of the current file size (as it sits on disk), and the file will then be read into memory. You will be informed of the current program flags (see below) and their meanings, then the program will attempt to recognize (and adapt) different schemes to match it's expectations. If all goes well, in a few seconds the program will be unpacked and you will then be prompted by a fileselect box requesting you to locate an output file. You would then (of course) select the (path if neccessary and) filename for output and press OK. If you plan on overwriting the source file(s), you needn't worry if the source file was Read-Only or not. The program can overwrite Read-Only files just as well as Read-Write files. The time and date stamp as well as the original file attribute (and flags) will be preserved in the unpacked program, except that the archive bit will now be set. What do I mean by "(and flags)"? Starting with (Rainbow) TOS 1.04 (aka TOS 1.4), a formerly reserved area of the executable file header (file offset $18, 24 decimal, word size) now holds a number of flags representing different abilities of the file in question. As far as I can tell, only 3 bits are currently used. Bits 2..0 of the flags are arranged as follows: BIT # Ability if set (to 1): 2 Program CAN USE TT FAST RAM 1 Program CAN EXECUTE IN TT FAST RAM 0 Program CAN FAST LOAD Most commonly, you will see a %001 (word $0001, 1 decimal) flag which simply means that a program can fast load (memory beyond the BSS segment is not cleared, so users of machines with larger memories will not experience the delay required to clear all their memory.) ------------------------------------------------------------------------------ ~~~ Version 1.08 (92/06/08) ~~~ The VMAX/MCS scheme is now supported. ~~~ Version 1.07 (92/05/31) ~~~ A newer form of Pack-Ice is now recognized. ~~~ Version 1.06 (92/04/01) ~~~ A nasty little bug in gfn has now been fixed. The program now also supports the RNC packer format (only for programs resulting as a $601A std. file). ~~~ Version 1.05 ~~~ oops! the multi-unpack was flawed in 1.04. It's fixed now... ~~~ Differences between Version 1.03 (92/01/08) and 1.04 (92/02/07) ~~~ Bugs in JAM Pack setup now fixed. Now supports Paradox Packer, and an unidentified packer I call simply, "Unnamed Packer I". ~~~ Differences between Version 1.02 (92/01/03) and 1.03 (92/01/08) ~~~ Program now cleaned up a bit. Programs that have been (for whatever reason) packed more than once will now be fully unpacked (you no longer need to write the file out, then read it back in). 4PAK/PACK ENGLISH setup now improved even further. Program is now 153 bytes shorter than 1.02. ~~~ Differences between Version 1.01 (92/01/02) and 1.02 (92/01/03) ~~~ Small bug in the "HAPPY COMPUTER PACKER" unpack setup has now been fixed. The pack format "JAM Packer" is now regognized. Also, I have switched to unsized hex number output (Binary and Decimal were already unsized previously). If you liked the longword hex output better, let me know. ~~~ Differences between Version 1.0 (92/01/01) and 1.01 (92/01/02) ~~~ I re-arranged screen format somewhat. A small bug in the 4PAK/"PACK ENGLISH" unpack setup has now been fixed. The pack formats, "BRAS" (BRanch Always Software) and "HAPPY COMPUTER PACKER" are now recognized in this version. ------------------------------------------------------------------------------ If you should encounter program(s) that you feel are packed (some have verbose messages printed to the screen prior to unpacking, while others flash colours like crazy whilst unpacking) and UPUNPACK does not recognize them, and you would like to see UPUNPACK do so, send the (packed) program (and if possible the program that generated it, if it is Shareware/PD) to: STS Software, BOX 76, Site 2, RR1 Grande Prairie, AB T8V 2Z8 Comments and suggestions can also be sent to the above address. ``.#DDCSquish-UPUNPACK21 g.hH? @=|:>aAs@>Lb"MHa~J1pgRG`H L3*A*AIaT ߍK/LNuR @Ž]/Nu#/ oO* ( //BgAJNAO p apM'3RULFP@A hp 0AAO0CRp,2CA Bp  AъXp M*BA%:aZph%Z=z< ő9X3ZE\3^ `pdA=@aa2V7cmp4a !ܰ|WtQrsuGG+`IK)EMv`Jf" K*KKg`+(Aj=C)a i(./hpeAcc‘;X # CaAazSBa A @Auv$n&-J* R`f:Kw-ABJkf.W b` J)f@ X#CX`R'Yh-n2Wn.*B/PA;`KaC |Az# -D#\A@Jj DYY8 '"3n$G**I K(E%MA KHZC`r/cC*(^aB6|B a  A  !H.e"A5|gHG{knC|sgTA !1<+baU+lafV g /}ppa`LNAJA/& Q Fx8)=D$ CyX=KAvDtpH}g8d"p .XQul` u@@/{Jg2k -@&$@BEgBtBIANup` bHH%2ܚ/g/:%ؘ_ @QL(//:&B k#,@P55™SpJUg JJ(p\?ug /.2 u ʊm$z%Ht~K `f(c-0-T DCSq f uish gR BRAS f UAtUIf, m*Lg mKԀ mf m,L )J mM @3 g]H!,*~ HART u,O*o Pu*1 f" Ӊk f 㞡w NA -r&< f m><f  mN&!i mA mCI&H  Hz&NNgA' H5EE -d gbR ` 7R N8:IPOPIg.RK fp1 ]A[@`EA{@Mp| gnGC@TA "$ppH/ K*P_jNL&@ {p KkyJhfCJgJf* |a=NuCI@K if.)0)A#@0"(NN i.< f%%%`Hp%L A0='%'%)NuI@AkAA ,mWf!|NqNqC`p( Y&-gCM8 &-',3KKaByfN_/sGmm#0 !D*NMC^A0 mnXNf6.0&|Am|OngA A 00+H<On9$f (fCXpTgf((N@(1NuN" 1TI;׌CC9iN< -"-&$-~>-އހރna NN<`,,,(B^в$ 0?AՀGIՖ B " QL;aE .f *FK8 @58N #]| (f%B( (,V< xfx NIXIAKI EGN (.*ު ުC'vIr?BQ z 2,(-FrҌ-A -j Ҫ     ":RSfEgS #K5t  B T @%T j k(\\ jNAtzqt <h3 3) N *:4:>PPNAJ`]f)#BE.F/:N .z:#ˌ9 jQ.rx4g m1`(gA(S,Aщ[#BJ"JM ^* f V fN m0WPAm -2;`A`C ҇G mqF`X"  u XB f$5 "Ց0tu:E ]UM-T NG !SA k?F A#@"NN(Еw " TrE ++QTKN< RNC #NNSO$N@NGv? ]M˖Uvx? u 0TCQ;a0N DZ ZaA g,N:/PNJCJgf`aH *_."HzC /B"OaBg%v%òr vM4@g RCD1˯Xp5aM:`TM!A v0JȬ'', a¯C\Zpi+f\e+: A+5$0: A) 2: =A@*SA |Nu [ I>Nae̼A!7Dq: }R"@?@Xi:=@Hzpdr}A`|\PʿEBfdp #45Q TTT44Nuz p ` `"z#΂ݦB.!!30:H9ad :r5 m^0S5ҀǗ2:^JfJ/fºzL!nDCiaG}AAP`?":$:ay#Lm8JgbBCh8BAHA62HC6`B6HC 8<㑲e Qͧ"2%"Xxd2MP# s4 Zȡ2_EMws@=b VM(QŎE#%4I ) 0=dD #>]BK?7*#r $?-E*:yJ~71j[ak@5T[3][General error][ OK ]Drive not ready Unknown command CRCJBreque!st Seek,, TNFamedia 3ctorfou {Wri.te}Rm[ap|(E -12) %M A-Only/wbproted@|+change Invalid Devic BHs(s vInsert diskIfunction numbe FilDOPatChNo f6dles availabl Access denH   ""F^ibF `*E`.6DCSquish-ICE_DPAK21 g.hH?Q]p!3op p-JSfB``RG FgC3};UG II77ra$p$ -$jV~4p` +x m4AH $/C"@C;|F`p\s0-FHAI"^R@;@F DA* B}"HD }a&LSD!fE<p2AEA$p!--z`UIce!gUpU+GhUUZUPH U,U$`J UXWxAa( P`,BI(lpgu!u4p ru҈ UfE,<`(9,p$ %\+`pD4 b mSJ0< (ap)g 41!)f1Uf'R1 D1%5 1!,1T41 1p 7~5 p> a!&KAKgC'K rF)+E+A`35Yp! le@a(B NA\A0 <HLx :!H@ c ؉H @|Q0/-0i‘ua&Ezps̐u$lu6uu/Ms %N a'gIVss~)lsDC*>D *6*.`B_gN,_5_ W)W%)W)WnWg LQ,I 1Ґ1%wpBp  BXP`H_a"AUB `pa JkpNupNu/AHPB?HQANNAP _ 00Nur$o, b4< J@k @[H@NuH@RBNuЀNuD g8k211 1D-35 `o@f@tHk~J@fI0NuxA+^`Ba411@!x`4 24&8:`& 24&8:*`/. @ABJEoHnfB!`kgDEDBgDBEBkQ*HEJDg?<>0rHGGd-HGGdSWDуdi,/@2(/&2 H@kփA@B[SBkejRAd RdQRBJjBwCESSSW`?<,>C2ieBwrAfJCg`zdS WЃdAi|d 6aB#P`?  ?`C5apE6DXg P}6F`LJg&B.C`a8aD*9Pfap-I,=EܚHz g ENp D` _a &nO:NHM_XIK$<ۍ][1][Error +1@1 Return ] g g>Jf`Ar Hjr-D@Hd0,H@  CNuAF"H ofSE *Nu Nu"_ HQ_-H*,`NB,AG < .MPf$h @ Ј-@.HPRqgmJNAO HA] daj=|.,Hx%HNAI@\r e ,/\WІ&&</ NM\ f a AO$I `BYQ"Jr"QSfgff$ AfA`A-K-n&"At0<rX(0M-JNu H; Nu$H$& K?C"e\ d aA"ךf B sNH>d* 3#,#  ALH(L    P`|C0 >L|#s`~Y+`@A$111  P s +    AYL| NuDC"BA BIa,XB5M5F/ب2""ر LACC/B7@B/u P#B/YC`:1    U @ p  CH/`Np?a aL NA`u&z`ޝaHA-HhlpMah=@FT@0r p0Q`pdr 0.F-ACp,2؎mAp  a@ `\Xpea>pCR2Ad0q2r22[ Z"0<NBLH?tu:=A@=B<' 'psNB0.Nu0!0 a''N@u|2 @ e$bAPʠ?J";JӘ> z(`  AY&NNKpgNuWWpܒG|^ ԑm R+#,ZT:&0D4(*B$[,>2::(  dd F..26"@8"PQ1!P1P!0PP`0  q#aaa@ n*N4Ac0PA'dAd6Ag,B( dBH AoEr$Wwgr STD:gr COM:g r LPT:f4FA$_0=@Dk"~CA0< Bha FB2$"Dz$_1 Ge><QBFpw%fgzp=`ZgzpRFB d*L"?Acf<%SF1e BgRB`@R eA[rRF&0-CձfEv+0JFjDEFHƌM1BFHF  r C5e&!R 0c@ 9c0`<R"D_V-0 Ef`"Aia/ Fr  g 0}VJAgB nN @mHJ@jC.4DBUBk@Q SAg `dS`B͓ y؀#WAkh؞0g ` @$@JfSҙ T `ژ$A6`ABS` @vH `HPHQ0(iTI ;I? IUd4I$ `$a _Jf{ '-S-!!` 11p `/ 7\$I >RG`0 Aag`af_e `ac` acqadUCC4Ae4v` VfANu"HPBR@kJFe@ANuSAf3jSfJ/X@kq\PD*$ $cnC)Y*!E$pAAfWBp'r26(SC0(SE@ΛB\ va0 7O%BG0< aH`F2@pp a2 `p ݟ"a "pHza`Hy"B.@=|D FpAR@ C! KH` KaA"H1``@7xa"wv;T; ;\ O`=GDgY`I 0c"E pQ/<.Dp$I"t Q k"RGef~`SG * gfSG`AjZ\FkBJn`g F gdg^HS&I.zQ`?Dϣckj&Q-9 ?.`B]L=_`A Mg   AH Y0e$b Pr@@g$D!(EfXծ"rap pa@2 $paH" p "P@g2DAH""n"r2gZe2 1@#-I"1Nu ֯t2UXJX[j]`p Ba.I=d$p0?2 /!" H@&""Hgr k&@ S`^#&@0+HWIH]AH]Hd` LΡ A-&͍L@t ." JAfp;"X2ebP6gH RC(D#H@gn 4 bő/ad6$ W PH?/{ mA!AB P"~CGC C`r@/1r W47Ae4RBBc0?=0$`A`HP"Xpg~ RAfS@n11`JG06#f &#o"CNk"c" C gT6fPv6"cgAICBI#8`E{ _&B[NpZ`ܞ[tЀv&ÝsB [ )^## #V##ae _S @JiS`@aWcr ` cr "` \ cr `G ^$WRH҅@A=A@d#=_d2 "@$Y4D72Ա0P@`r ?kr"P02R@H`2M?BCGk܉ WA_&e 0 _4gSB@c:{,J@gB@BmS@,. RB6 V(R F)"GfKf%t0HAL$^bH XXHPa/ o!_ُAxC/Lc( P%0HP!^AC _ PSAvjx E(W*D ae zb aրB_g:p"1np`p/ p|=F n)=@b=rnj =Ah! JfBH@URfF.f KmMg sgtgPgHf;xSGjtRGFcn>`jdgp gjѠDr5fnenbfJoj6pI$)P RF` Ff> `~p 0ݗ8*0CpE`bf`FgRGJG)SGSF%C%Y%3 a@A gH@fa( fza0 b @ Eeb0qՂg. rfya펞sAKzEfpadppa`B[Eg0PaaFRE`ܠ @a8?AOnnA/(o=f nhfSnqlB` apq H3|A""P@e2g\SeG _t&ܰ7g `af`aPC ```C` `Y@fJfRRRRRRR @H~8:E#P &2 `$ YEf`"RAYrЁЀ`&Ѐe "ЁduۺJAkf3er?DDЁ@a8$HX :@E` YEjT"_$P"2tr;d0  ١ /U &ҿDa D)a^ K-g42 $`gk2&Hgf deђ$`ebѐXf&%n A``Bx-_8" &Ak c+e""e&A2kSAI3 O))qW&ր [PREC bJ]cc4 ckX`YuuJQ YH瀝%LP$|PGK0C&֛(HDDCBg6v6C[RCF8[aL6 a:UFWfT @HBA `2$I\bfBjQY SL  ) `2G Ice!fD K.(I,I&Nadayd*><|8#zD@DADBDCQQH L߲gaVdaPdCv !ajH@ @ҩ!%Bnbc%g> e.%`>.-%WއF,އ %NBu%Nur'0A#qta(Tx1 HYa1 Ag!zta!aBq `rpݑdpt@aBC@!@!Ay@ AyA9$B 0 8How many decent utilities do|you k@n!that run in low|resol*on ? T hi1esn't !! Oh .. Welcome to 'ICE Depacker v2.0'| |Coded by: MUG U.K - 1/4/1991| Verscf or!aggie issue 5pSelect` WUd fil@e|qCancel s!Quit | Retry F(no@tXundIdi an|Automa\dataaD -Gan |*D .rlength4shortAAXnf|ulA 2Ignoremight ca&usAOheAm|,roAnAAcbomb C!+-?+|G'sAc3e L (A $11s)I |DiskSize: CPD'U`nE6 ESCaBp4chooaAbho^, y key%u@ & save.Plea3WaAUBxing97already exists Overwr ite cDCont. _AGYA| No l &,R$Hh: 226@P$.x$F *~ f`((@4 LX :|  V`RUz`>>> TURBO-C <<<< for ATARI-ST Version 2.0 (C)88-90 Borland International CopyVars PNormal PFat RHyper RA TPPS/2PFat HDRFat 21RHyperHDR&H f&op`B@#3 k # Ј<.@#Jyg<"@(I$k,"Jf"JfB// ?<?<JNAO A6<HCBB`6 !jBJ)gHiRC` "fSI "WJAkHiRCBSQJ)gHiRCHy`$ON@0 J"LNl? 9Tg @N 9Xg @N?<LNA6g&y&g?< NATOJ@g?<NATOa|rNurNu,H9-gD|z` JFg:>pNg*2|(|(f<0e<9b |0@RF|f0|9-g  g f<@e<_b|{<@J@kfAt89*gZ4gV2XHDgf*h?B@N?9*By* NaJ3*>J@k2gfI|`3.P10NuJ@NuH@0 y&|AH@HNu6&y&Aۆ0000BPA<0!B0<"<,NBA<0|4<@fJCgfrNu0( aarNuXBRANKCC|f$ A"P Qf"hJig4|ct3:/:NuXBRANKCCHC2><)G<)FJifJGW`GFVF:) gSEgdJg3|3@ P`|Bi `vJ)fpJgl3@ z3E 3EAX:)EE*0Pڹۀ#EzEOeM3E@3E`,J)f&:)>)GEg@if~iib3G3@L/:*Nu~J9~gA(GB3G3h3hBhBh~1Gp Pg@~ (gH~H@Tg8#T"BAHAH@0H@20йۀ#P` p#TP BNuA<0gzC21irPgzJ)fJ)f*2) g6SAgBh `0")ۀb Ri J)fBi 1i 1i Q`PS@gS@g"9PۀcP0| gp#TNuP2<y A0 x0(?@|g #$&` #&NA\Op///?<NNO @###"B*B910LB9~gg|e|dP~3XpC23@ @3@3@@S3@#TAۆ0}BBTH0Cb ps"<DNB#ۘAۆ000BBy>0<"<,NB3<:p"rAaVBۀWۄf pErAa8$_0<Nu/ B?< NA/@> 0NA\OBgJ9ۄgpErARaP>BgJ9~g6Aۆ0}BBTH0XC ps"<DNBp"rA:a>0g0g p` 0gp`p$_Nu#*NuJ91gB9109.NuH>B@aBA>ajL|NuJ91VHf/ ?< NATO$_J@NuJ91gB91 o80.pNuH>A,C?9?09FrBf&y&|`29DIaaAa3F3 'T(NA\OLNuH".,H<f"p/??<NMPOf./.??<NMPO`>B?< NA/@> G f ` @ BoHWHo"L K09 rNPOpjO*pj?@vr0*H$ԂԀ Rp(gCp4*H"ҁ҂ RpgRC0CS@>2CSA?At 2*H ЀЁ Rp g<`BF0/2AAT@4BB?@0AT@B?@I"LANN*t"C20 JN>0GS@?@2FSA?A?o09 NQ*029ZHA?A4E0NNZTOtBApANBB"C20yX JNdpjPOLNuH0O$o,pNv6* 8* :*<*G 0NQ?D?W2/F?A4E?B?o Ar0NDr0NpTWToUoUoUo Ar0NDWWUoWoVoXoVo ?W ?oAr0NDpjOL xNuH0&H68:E 20Nr0N"20N<20NV K0NbL 8NuH<$H g*vIXRC2H ЀЁG8+|:+M|f, k 4+0(h @o`4(h 7B0 JN|f k 7h0 JN0||b@0;NR|g|fhpkgP k NX2HN7@2+ + AzN*H g.p[ mN fn20@Ak`hpkfxrkfp|fjt k fx k NX2HN7@2+ + AN*H gp[ mN g0@k0+||7@'M `pkf2rkg*|f$2+ + AN*H g` KN2`pkfLrkfB|f:2+ + AN*H g p[ mN gh kf^Sk`V|g|fRk2+ + AN*H g`&|f2+ + AN*H gRk`|fpk grk g2+ + A2N*H gl0+||7@r KB@NPzrB@ KNPz`|f:SkSkTkTk2+ + AN*H g`j2<B@ KNPp kgL<8Nuprhg@rhgR@hr@h4Bhr h gh2ATAht h g2AhNu?BBCz`"6KBCJ0f#0#030A0` RB|mؑ6NuH0(&H |NbJfNb&$x CNb`$x g"gf g&p` PJ fJgB@L NuH>&H,I(o *o$$o(v"<'B@AzN#l#pM g# ` #ʊ g# ` #ʌ g# ` #ʐ N8BD`B@2ADIANRD|m#t# E $#Ǫ p ytN p y Np RN RBh RBhB A O$H6pNpNG0 JN6IBTvK`0g"2@g8BSHTBgr?"MBB JBAN"fPOHo Ho HoHoHo BgBgBgBgBgBgBgBgBgBgBgBgp?C@4rpNO.8r@g0/ 2/N?H:4H"ҁ҂02g|f J0N.R@f|f40 JN/BR@g&HTBgp?"M4/2/ J0N"fPO6Bo`Ho?/"K4/20 JN@>\O60/g"HTBgr?"M4/ J02/N"fPO6`$p4H"ҁ҂rg:Sg JCg6BC8pDgP?/4/r JB@N`TO6R@f NPXBS`("K2/ 0 JNV6r8H$ԂԄr(g:Sg J@g6BC8JCgp4H"ҁ҂rg8Tg HTBgz?"M J02/BBN"fPO8BSBAC0 JNNv0 JNA,@ n f|`<9X0.S@gS@g`(0/rnƐAW`0/rnƐAHW0/W2HAH:pnUl:20 JN3:HTBgr?"MBB J02/N"fPOJCg0g TgHTBgp?"MBB2/ J0N"fPOJCf.pNB@N0OL|xNuH>O$H:?AT?BR(I?|PBWtH"ҁҀrg42||g |gB@` ^2H ЀЁ42|g>BAC"0 JNNv0 JNA/@2 @/h>*P/M6,h2/SAgSAg0SAg ` MNX8 NNX"0 J"LN34>` 2/R0/TN?H8 ylgrof J029lN40|gnL||b@0;Nl8p|gzn|gNS@g_@gp`h|g|{g `T0 JN.<|g: o0`0 JN/B<`0oST`0g J0N.<R@gz: o04H"ҁ҂/r 2"o2 iNX/ o6 PNXd o2 PNX` o2 hNX8H/ o6 hNX"f`nBT`0H/ NNX/ MNXd MNX` NNX"dRT`0g J0N/B<R@g: o0` NNX/ MNXd MNX` NNX8`tpoTgj2gd J0N/B<R@gR6A0/H:?ylL`$//p??/"Lt 2/\ J0NPO8R:2H ЀЁ r "o:f83Ll NNX"0H4A B@NBA0 JN346 NNX$C20 JN/BA0 JN346 NNX$C20 JN/`0 6XfzHo y B@NB|XOAN@GbBDHoBHoHCNAPtrpNPO?/F4/JrB@ y N`TOS@f\pNfpNB@N?+4+2+0AN5(TOpNpN y P"y 0Nfx|gZBoRG*BA"Kp y NNv0/HSmv2kAlj4/Fkm`8+kDlTS29XHAH89XD?@HkH…Z?BFJBgJ@|`?BR`0/Hg?@R`?|RCB@NCHoHHoLHoPHoTHoXBgp?BgBgBgBgBgBgBgBgBgBgBgCvBBBAp!NO.?@Jr@f4/Rf>`?TNpBGR@`RG o> 0_pg0pfoNl2RG o>0g 5g<@f8`j05g MNX2H4C A N`P0g< J0N/B<R@g*: o0BT`@0g<5g6 MNX2HR4C A NST20 JN346`//"L0 JN-XO:` MNX"0 JN34?@L NNX"B@ MNBT"L20 JN346`rRT0 o60g B@NdJ@f0 o6 0b`RT0 o60gB@NdJ@f0 o6 0c0g&`& NNXT: o02H ЀЁ"r ,i0H/ NNX"c0 JN/B<R@f`ST0g( o6BA00NdJ@f0 o6 0c`ST0g o6BA00NdJ@f0 o6 0b`xoR"L20 JN34> o_Rg42/Rg.&o>0/R KN&H g +_f +_gRK fؓ20 JN346" gr4B5 o>/H:`, o: _f//p??/"Lt 2/\ J0NPOR::f MNX"0 JN34?@Lt@2 J0N/`0/Rg ogCR2 J0N1,S@fx0g. J0N/BR@g MNX2H4C A N`l0H/ NNX"df NNX/ MNXd" MNX2HR4C A N` MNX2HS4C A Np/S2` p/S20H/ NNX/ MNXd MNX` NNX"dRT`T0gP J0N/BR@gB0 JN/B: o082H ЀЁ/r 2"o2*Q,i J0BAN346pof* MNX"0 JN34?@L4/L20 JN/"L20 JN34>pof 2 J0N43l`29l0 JN43l`BoP0/POVL|NuH8UO$H8(IBCH"ҁҀ r &P42|g J0N.R@gp0 JN/B6:|f6`0 JN/B:R@g6|g82H ЀЁ r hNX/2H ЀЁ r PNXb0 JN.:2AH$ԂԀ"r( 88"o&24H"ҁ҂ r &P03g$ KNX2HR4C A NST`F< KNX>A`NX.RG0HC`2AN2WHB@4GA N8:>BA0 JN34<4H"ҁ҂ r hNX$F20 JN0l>0 JN/B:R@gGf0TOLNuH $H8vJ@gdNB":R@gX2H ЀЁ爸rgF:2`<2H ЀЁ42|g02||g|f62H ЀЁ:2Ef0L8NuH $H8NB"6R@gT2H ЀЁ82`>2H ЀЁ42|g02||g|f0`2H ЀЁ82DfpLNuH<$H:86N0l2H ЀЁ42|g2H ЀЁ&r (S*k`N2H ЀЁ&r (S*k J0BAN348 LNX"0 JN346t@2 J0N0l MNX/ LNXe0 JN:R@fL<8NuH8O$H:68SCSDNA(@ l f|`<9XGBA"K0 JNNv0,S@gS@g`(0+rlƐAS`0+rlƐAHS KC""0S>2CRA?AN?/?/?/4/r0 JN<\OOLxNuH0O$H:&IBCCnAt Q JNA @$h0H/ JNXS"c JNX*SE2PH|Xgbn*|Fgn|9gVQ@gb`|NgU@g`v|ng^n|ag.[@g`Z|pgQ@g`J0N6v`:0NJ@g,`0NvJ@f0NJ@f Sm So0AN g`0NdJ@f`0NdJ@f Sl S\g S?g| S*gt S:gl S.gd S_f`X0NdJ@fJ SlB S\g:`0NdJ@f* Sl" S:g S?g S*g `0NdJ@f Sl`0NvJ@f0NJ@f Sm`0NdJ@f`0OL (NuH8(INA&@ k"S&kB@2 @fB`R@ 0_g$0f`R@3g`R@ 0_g0fRAAo 0g1fԸAo$ g8LNu?/ 8NA&@ k"S&kB@2 @fB@`>R@ 0_g$0f`R@3g`R@ 0_g0fRA@o 0g1f&_8NuH8O$H6<NA&@ k fx:` :9X89ZBAC0 JNNv0/DHo0+S@gS@g`(0/rkŐAW`0/rkŐAHWG0W6ro7A7S4/DRB7BI r0Nr0Nr0Nr0NpBBBA0NNQAbpNv Kr0NDNQOLxNuH$H:86CA CAbNMCANMJ@gt *glGA"K"""""pNpNNQIBpNv?/A420NMTO0* HЀ2* HN2*HN ylN&Kz?*A4*BAB@NNZTO"MANN< gHS"L Mr09 NpXOAr09 N6 g*pN|W@g ompNgO&H68*IE?+ J4+2+D0+CNMTOAbpNvB(0RN6M=C=k=m0-jN8?k?@>2Ul4k0A@<`<0*ml2-k4-@B?A`?m0.f2/gIklkl0.g0Ul<`0k2UA<0*ml?@`0*k2*mA?@0.g>"L NNN<8:/*&I$o,v4$9hg/ ?*B4N\O6R@f@v820 LN@>R@gBR"Kr0 LNV6`/ "K420 LN0XO60TOLO&H/I.:?A,<Bo.Bo,BC?C&8NB.JEm|oBE0/,mW@oBo,SESo,K>Ho,Ho2"M o6NPO>2/.gA,$fp`b f 0NL&HBG`D0H/r2ANXc*p2ANX&p259~g9̀fSCRGo.m~ `fp2 5.fzG`p2 5:frG?A,p2CAN0/&H/r2ANXcp2ANX?@&RGp o,@mRo& o&l?|&xo&,ZD|FoxFMX0842ABA?A*0@B29ZI4/.ZB?A(I TBh TBh2o*@4BDBo`2AD T1A0/(yZ T1@ T!| T0(h,1@(|g2rpE TNP2H ЀЁ TSpp TSpr TTpt TTpv o,g2<po, TNPEHRB@ TNB|XOJ@gpNT/0* HЀ2* HN2*HN"o2< TpNP?*?*?*4*rB@ TN<\O2<p TNP T1V@ T1yZB0+H T1@D T1kF T!K:<l <@|8<LjF.Nua 1dž`a>8/ra"NuQNua.<޸8goJn$ga64kBn$=x`=|`1Æ=xa-@=@Nup8 8 8 Nu-Gdž dž dž .:p0:ހ-GNu>:f<<gffg,fd<<g<gN<gpa2<`<`aff Bn$><a1>:Da1>aa`&a0`aBf Bn$><a1>: a`a1`aa``@.:a=|$Nua6<1J8J8J8J81ÆJ8J8J8J8><`J`j1>:a8`X6<1J8J8J8J81ÆJ8J8J8J8NuBn$.:b&zba~a~a4:L@|1rar8fQadrRAg,8f61ņSAgSAg8f66SAgQa2<&><a8f&QahF`><a^08NqNqNuA.<g< g$< f 1=x,Nu1a,=G,Nu>:|1` @|09J@g|gD|g|g|g|gFNu8@`8@`082|JAf |1`|1`@|09J@g|g|g$|g4|gD|gT`08|1`t8`^8`H8`28`@|09J@g |g|g&|g6|gF|gV`08|1`8`8`8`8`Hpa0M-@ P>Jn&fa`aaQ> . aLGNu/?< NA\Nu/,H"< ,NNNNQMSat0<y=@-H =|6a4.ļpAF0pr Bc0@r Bc0(r B)c00ryjmp,_Nu/MSaa Pna$a @g,_Nu/MSaan=Aaa @gJ@f.<,_Nu/MSan&0<y=@-I =@aadJ@f.<\,_NuH &*HMSa`n&pa-@ P>a29Hxz$a\J@Wg:KRDyjcQ> . ax #"Ld0NuJyzgH&*HMSan&,paF-@ P>a&29Hxz g$aJ@Wg:KRDyjcQ> . a #"LdpNuHMSan&=B-H 49H0<y=@=|aa4J@f .<\J@g(JygHaHaLaLQL@NuH &*HMSan&pa\-@ P>a<29Hxz$abJ@Wg:KRDyjcQ> . a #"Ld0NuJyzgH&*HMSan&,pa-@ P>a29Hxz g$aJ@Wg:KRDyjcQ> . a #"LdpNuHMSa"n&=B-H 49H0<y=@=|a"aJ@f .|J@g(JygHa6HaFLa&LQL@NuH &MSan&KPpa-@ P>a29Hzx$aJ@Wg RDyjcQ> . a Ld0Nu/MSaDn&=|-| & -| =|aN,_Nu <Jnf.<JgpNuR@@=@&Nu=yB n&f=yDNuHA. a1J8J8J8J81J8J8J8J8~a1>a1.<a~\aJ@fr`XHA. an1J8J8J8J81J8J8J8J8~aV1>aL1.<a>~aHJ@f1>8 <gpLNudž dž dž Nu.<NqNq1džNqNqNu28g"<Ҹ8gfa <Nu1aGNuNqNq08NqNqNuH>,H*I09r<Ar"u ̠Apra|p.. . aApr aXp..H@a@ra8p.a0ra,09,Hara09&Ha r a09pHr `ara09,@&Hara09*Har ap.a,Ar pa09(Hara29,A09(HR@AHara~09jHaprah09nHa^raV09lHaLraDp..H@a2ra*p N.<XQ?aApra0r @4g A !| No @4fJng!| YesraAa~ara?9r?<NAXHy ?<NA\?<Hy̠?<NNAPA Ar"u p J0f Qp CQ09rR@?Hy ?<6NAPI ,., ,aNr a$ aBra" ,a0raBABy@A a ynn2<09ra`Ry@A a|A !| NoC pJgyjo!| YesraA B@BA@lAHa|raxpC E RJgfaZraV0<L|Nu/pOC &BQ09r29@a"Hp BYQC &E rJg\` _Nup`p"u r@| Ar@CQNuahhhhh | 1|kBpNuA j0yJy ky 0NuA j0yJJ@ny 0NuĄr2QjBAA#HJyfJyg @ f #H @f$#H @f y(Ff # HNuAcNp aAcPp a AcRpaNu"y "q "QpJfNu/v"H49(HJ@gSB2<BQQ`Z2< pr0Y0Y|R Ag SB00r0Y0Y|R Ag S0B0VBm &2|NuH>By j# fI29j| jBAI09I yjf y(FfIBEM lK v$y fpNa8RE,Barpa*BB<pNa< Barpa"<Q09jEo&,pNayHyjo~RCyHop3 yHl,pNaXx-`V:9 rBaJ3 G lSEQA!BJyf29F y fAҹ fkpa L|Nu|QBANu29j409l9nfAyJyJHA3 jaNu/ E lp09 jC Yg?A`$_NuHV>9(H㇎SGH|p"¼ fR pfRQ LNuH># K8CP <BQJygK809&H@ 09p@ 09,@H@09njl@H@a@$y 09(@09j@09n@??HF3@yjm3@yjRF09t29>a$,Nupr( @m @ n3(( @m @n3j( @m @n|3n((A@3*njJAmT AdnN3l( ( A@ Ag Ag Ag Af$3& q((A@3,pNupNuH $I.<BQp09(t49,Ђ,R~>9jlnSA"JH瀀  Ja|LR$pTB:Bfz0 ]0 ]|`z0 ]0 ]|JEg& Em Eo$j(HDRDJ&1 # Gm JLNuyjm yj$Q NuyjmByj$Q Nu/ B?Bg?<BBg?<NMO$_Nu/ /Nup" RNކrpA RN|09zg r RpSNj09|g r RpTNX09~g r RpUNF09g r RpVN409g r RpWN"09g r RpXN0HNCp2 RNߒ09lHNCp8 RNz09g r RpEN09g r RpFN09g r RpHNݮ09g r RpGNݜrpy j N݊09HNfCpN RNCp RNCp RNNFN=N&rҸ A5P88 CN=6|lrp RN(rp" RNCp RNި2<pq RN42<pp RN(2<pB RN5| VLNu/ / EHyB@ jNXOpN< r NޜCp jN< JNTNBG"5|&5|(AN2B@ JNh6Bj&|5@SN" jof0*N"JB@N&_$_NuH:UONEGxMlI0|0|Ab@0;N<V0j~`6"Jrpo j&\ON $_Nu/ 09lHNE "Cp8 jNٸ?*?*?*4BAp8 jN=\O$_Nu/ E " ynfXrp; jN J@gHp?Bg?*?*?*4BA jp;N=O p???*?*?*4BA jp:N=O ynfXrp: jN J@gHp?Bg?*?*?*4BA jp:N=O p???*?*?*4BA jp;N=rO $_Nu/ E " ypfXrp@ jN J@gHp?Bg?*?*?*4BA jp@N=(O p???*?*?*4BA jp?N=O ypfXrp? jN J@gHp?Bg?*?*?*4BA jp?NI Bl \vlEG"0@CHC SpN2ACI2HHNCp SNצ2ACI2 HHNCp SN׆2ACI2 HHNC p SNf2ACI2 HHNפC p SNF09jHN׌Cp SN.09lHNtCp SN09nHN\C p SN09pHNDC p SNMXKV SN| f"Lp SN LN,:"L SpN LN,<"L SpN LN+9@Z"L SpN LN+9@\2oZ|lT4oP|]lJ0,ZoDW@l@2,\o:WAl64BCJC SpNz0@CH [ ] `AҽB@Nz`20@CHCp]C l N?,N?,L?,J4,HBAp]C l N:"\OL|NuA(09jln1@| `m2<`rp1A49jln0@B9q`4(BBW@0HH@4r b0J@gRP2( 1A| `m4<`tp1B4( 2AB(a4(BBWA1A0HH@2(t a1AJ@gRhNuH0E rpU RN T3~r RpWN D3r RpXN 43r RpAN $3xr RpSN 3zr RpTN 3|r RpVN3r RpEN3r RpGN3r RpFN3Gr RpON6r RpHNJ@gp`B@3r RpNJ@gB@`p3rr Rp!NnJ@gB@`p3tBC`rpC j NLJ@g6RC|m09gB jfm: jon229xf jgg49zg jig B@5@`5@^`BN`< *(o *(HU@`*(HT@5@^ *)o *)HUA`*)HTA5A`rp: RNJ@gp`p3n5|Br Rp?NJ@gp`p3p5jBJ5yjL5ylN5ynP5@RNBj PL NutBA09tAPNJ@g 3~NuN|Nu?/ UOE2* g20@|4* f$|gB|g<|g6|/g0|1g*|2g$4* g$|g|g|g |#g|&fB@`BR4|>g>nN|!|b:B4; N  ....................|agn |AgSBg|gD|g`Δ|bg| gLSBg` *dlr*d`BAdH|4` *elr*e`BAeH|%4`t2* g4R`f4D`^40`X41`R46`L47`F4`@4`:4!`44"`.4:`(4;`"4?`4@`2* f4L` 2* f4M2f6|;m|Bo |Tm<|[n6|Fl r"@4Bj ` r @45| Cr0 j?+?+?+4BAp+ RN4H\O?+?+?+4BAp, RN4.\O&_$_NuH8Ej09gN.4& R oN`NՄ CN.G 09g kfm konNIZ R n C.p+ SNz R o Rl C=p+ SNb Rm CLp+ SNP Rm Rf C[p, SN8 Rm Rl Cip, SN Ro Cwp, SNI>?,?,?,4BAp+ SN34\O?,?,?,4BAp, SN3\OLNuUO y joB@`p3D3BCr/ ? y jop`p| y 2"_N30NCr/ ? y jop`p|% y 2"_N30NXTONuB@A` 2IBR@|mNuH88Nv6J@gLHNlE`GpCA N$0<N4btBAB@"JN60<N4HAN|f0NBA0 SN6InJ@f2 Tfr0N TfBA`r049jHv SN֨6JCg"0<N3AB@Nđ0<N3` SNA+N,0NlBA0 SN6J@f2 Tfr0Nt TfBA`r049jHv SN6JCg0<N3\AB@NF0<N3H0NN LNup.Np4NpNNup.Np4NpNNu?/ 6E "r jN?*?*?*4BA0 jN0\O$_6Nu/ E "r?Bg?*?*?*4 jBAN0O $_Nu?/ 6E "r jNʆ?*?*?*4BA0 jN0D\O$_6Nu/pN*J@gNpN*v&p||g |ag|bf,0<N2.AB@N60<N2|fp`B@&Nu?/ $H6H$ԂԀ22( Cgp`B@$_6NuNNNNNNu/ pN) r NˢE "Cp jN9jp oAH"K L N ld " B@ KN"F0H2H"K L N Dd " B@ KN"0@E|G2Hd " KB@N!N JNIC JN`(NA0`0H"T"1fSP0n:`0H l"0fSU0n0j2-$&(Ao`0@F|AL6E G KwM I "|m|nr SprN J@gv`rp! SN?rp SN_fhgbrH|% SN?,?,?,4BAH|% SN*\OrH|% SNIJ?,?,?,4BAH|% SN*l\O|%m|(npr Sp!NpJ@gv`rp! SNX?rp SNL_fhgbrH| SNJ?,?,?,4BAH| SN)\OrH| SN?,?,?,4BAH| SN)\O|!fn9vgdrH|% SN?,?,?,4BAH|% SN)~\OvrH|% SNÎ?,?,?,4BAH|% SN)H\O|"ffg`rH|% SNj?,?,?,4BAH|% SN)\OrH|% SN"?,?,?,4BAH|% SN(\O|fn9vgdrH| SN?,?,?,4BAH| SN(\OvrH| SN®?,?,?,4BAH| SN(h\O|ffg`rH| SNŠ?,?,?,4BAH| SN(.\OrH| SNB?,?,?,4BAH| SN'\OL|Nu/ OERA"J0<QACpQQrp y NJ@fB y mHydHoVC JN*XPO`HoRC JN*,XOOT$_Nu/ / &HNEpA9s@ JB@NrS@f <XN!\#fAB@NP`pN)P0<N)FNv09rN y09rNJ@gD0<N)"K yNFBySG@BRBSInKz kghfk fpN`pN To6`4k fpN`PpN~`H0gJ@g*2SH y$0gk fpNR`pNJ To0gBS`6`RRRfSfL<Nu?/ QOE "?*?*?*4BAp jN%\O0<N',NF>pj?@2*|&?A?oA0*rN#pj>?j?Wrj?ABC`\W?WAr0*N#RC|[m0<N&PO$_6NuH>NEtG(pA*@29g69jt kH`vN(tBAB@CNS@fZM@0.r h|XHЃN4-HfAB@N*`, nAX-H09g2.t i-H֑0<N&N6Kn UlB@`p<0NƨIpyl820NƸN J@gN09jN< nNl-HN09g A}N` AڑNNpyl8`20NXNpN020"n nNv629gJ@f n02N6JCgpN0<N%&0N S@g S@g,S@g4`P0N20N Uo0gBV`<`.RT`*0NŦ8`20N2VH k!N0<N$`N Uo0gBVRT`<N6J@g8vST0lR@fLA+N0N4p nNϖ nN\6J@g0<N$R KB@N>60<N$>|g0NJCf0<N$$BnNP0<N$0NpNL|Nu?/ 6rpN&E0|g:rCgHy֢CAB@NXO`HyCAB@NXO`p@CgHyCAB@NXO`pCgHyCApN|XO`ppCg6rCgHyCFA7pNXXO`LHyCApN@XO`4pCgHyCtAcpN"XO`HyCApN XO$_6NuH<6(H*IE"R&i0*8HNj0*6HNjjJCg rp RN` rp RN j ,f rp RN` rp RN"Lp RN"Mp RN"op RN RN2QAg SAg SAg ` p` p`p`pL<Nu?/ QO6E r0N2* 0@A@jR@>4*"JjRB?B?Wp o?@2SAgSAg8SAgvSAg`r0N2<0N$Ar0N2<80N`~r0N2N"ErMpA*@+AB@NS@fI> <XN)HfAB@N`0<N NGBS0N`N l0N.J@gNAڛNBTKn`x09zg2SH V$0g:20N6pN0SH V$02 l0NV6J@g 20NN Uo0gBS`6STNJ@g8dRT0ylmylm0N0N@NL|NuH>*HMrI>GnE09zg2RH y$0gJ20NvpNR MNd0RH y$02 M0NŽ6J@g M20N*H`*l So0gBR`4`RTNJ@g8dd 0ylmP0ylm0NL|NuH>]O&HE@Bj KtMI09zg2nRH y$0gv`BC<`^20NNJCgpNh`pN`20"j jNUONGpA9s@@rA9uAA% y jg yjfByNJ@g0N4M .fAB@N`09tyrgBC`vx0<N VN09rNJCf 09tNN V09rNZJ@gNBE>=E&BG=G =G$K~IEZ n fRn JDf2JCg.0<NrtBAB@CʑN<0<NV|g&Rn JCg80<NtBAB@"KNp<0<N|gLJDg 09tNJDgZ0gN0gN<`|0TgN09jN6 nNf-HJFf >9l`x VNp4r < VN0g AIN`AUN=G$=E& VN^>.$:.&09|f2. "gx`BD|fvBE>N20. NJDf VNylmt09tNn09tNNTOL|NuH0pN м&E` N$ f趼n R%HA 09~yg "RCX ` 09g %P. g"jC&Pc @NBL NuH<6&HE29xf49zg Rif Rgg Rkf\ANKnI BA0NtBA0 KN8J@g(0<N LB@N80<N|fD` KN8J@g(0<NA0B@N80<N|g09gNbJDfn09zf Rgg Rkg29xg RifBA0NNBA0 KN8J@f> Rgg Rif2 Ufr0N$ UfBA`r049jHx A(N8JDg(0<N LB@N80<N|fB@`C KNɢ)HJDflpL<NuH086&HpN0<NE@0NS@gS@g>S@gBS@g`0NP2*0Nl yno0gBR`4Sj`|5|d`r&jyrf f&209tN^2*nRH y! jjhf4209rN02*nRH y!` 5|d5| 0<N KL NuH0EtGq y jnN&N CN3pF`,N&N^ CNAڷN0 yNJ@gp`,0<Nj KB@NV60<NV|f0N B@L NuH8NXEtI(pA*@tBACB@NS@fG <XN'HfAB@N`pNN0N k0NjJ@gNڂNA+N0 kA&09xgBA`r7A40 SN7@40NH SN|6J@gB@Nt LB@N`6pNb|g0N"JCf B@NJNzB@N>0<N4N.LNu/ / $HpN0<NG>0 NS@g S@gS@g `L09tN209tN`46d`,2+09tN2nkH y!Nʑ0<N&_$_NuH>]ONGpA9s@}@rA9uAA y jg yjfByNJ@gNTM .fAB@N$`09tyrgBC`vx0<N VN09rNJCf 09tNN2 V09rNzJ@gHNBF?F ynfp`p=@ BG2/NBn 0.@2.AAR@H SND VN&.f&0<NA?B@Nj0<NlN `E~K$IZ n fRn JDf2JCg.0<N6tBAB@CN:0<N|gfAAN: =o&JDg WN&` VN Udl:=U ?n&N NRn JCg:0<NtBAB@CۑN :0<N|gNJDg 09tNRJDgX09gN20gN:`z0gNd09jN nN-HJEf >9l`4.2r < VN 0g AIN`AUN&:=F& VN ><.&&09|f2. "gx`BD|fvBF>NN2/0. NNJDfNN VNᖾnmLNN09tN09tN^N\OL|Nu/ / OxB@Er` 2A5R@| m5|G 6HW"K JNXO7o 0f6A0N 7o 7oO&_$_Nu/ E 0jgN.4$_Nu/ E "N5@J@mhHy 4Hy 2CA N4PO5@5@NBr0*N Hy (Hy &Hy $Hy "rB@NO jXlANB@NxB@`p$_Nu09 mNTNpNuAB@NNNuA(p"@ "ByA1B33O"Nu/ Hz?<&NN\O$_Nu??B@C\gJ1kB@BA< CF(<-Wg<+fg"1bAg1b @8@@D`JgD@86Nu JgJgJgJgJg JgJgJfSHggggg ggf @NugfSHNuJgNu g<g8g4g0g,g(g$g ggggg ggf @Nu"HJgJgJgJgJg JgJgJf SNu"SefBJgSf ANuH0$H|g|$brtGgJ3kSJ*< ,<g<-WgS<+fg~J@f"p <0f:pgl<߸<Xf(pf"`X|f<0fgH<߸<Xfg8G3d*3db*(HDHDԄԁc`JgD ( gSJ"L xNu3"R <JgR` 3!Rp( g"`Se gepNupNupNuJg/bg2 4gf!Sf`f`!Sg"gH?LxH?LxH?LxH?Lx`H?Lx8H?LxH?LxH?LxH?LxH?LxpH?LxHH?Lx H?LH?SfvLx2|HgS@!!Q|gSA!Q`2 4gfSf`f`S"gH?LxHxLxHx(LxHxPLxHxxLxHxLxHxLxHxLxHxLxHx@LxHxhLxHxLxHxLHSfxLx2|HgS@ Q|gSAQ _Nu/$gSe40HB4 gxH_>"&(*,."B$B&B(B*B,BH~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H~H`SfL||0HgS@!Q|gSAQ _Nu|AL0|Nu|A:0| Nu<0< SHNu|A0|NuBAA0Nu  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~@@@@@@@@@@@@@@@@@@@@@@@@@@@::::::8888888888888888888866666644444444444444444444@  !"#  !"#J@kNuD@Nu$HBJBf$HBJBfNuHBЂNuHBЂNu$jD BJjD$HBJBf"$HBJBf $jDNuHBЂ$jDNuHBЂ$jDNu?<NATONu??<NAXONu??<>NAXONu/?<HNA\O @Nu/?< NA\ONu?/?<BhBh2<&aV"_222222AV2222Nu/A>Bh1|1A2<fa"_2r+2QAVr 2QNu/A>1|1|!I!o1A"_A000000000A>rm`/A>1|1|!I!o1A"o 1Y1Q"_A000000000A>ry`j/A>BhBh!_!Irn`LA>Bh1|1Ar`2A>1ABh1|r`A>Bh1|1Arh`A>Bh1|1Ar`A>Bh1|1A1Brl`A>Bh1|1Ar`A>Bh1|1Arq`A>1|Bh1A0Bh2rat09VNu/ /A>Bh1|1A1Br'aJA"_2"_2NuA>Bh1|1Ar` A>Bh1|1Arj`A>Bh1|1Ar`/ /A>1|BhBh01A2r aAV"_2"_2"o2"o2Nu/ /A>Bh1|Bh01ArkaAV"_2"_2"o2"o2NuA>Bh1|1Ar `VA>Bh1|1Ar `3|3|3AC02222A>2<` Cn2222A>1|Bh1| r `A>BhBhre`C>3A03B23|CrtRB2fA>1Br`3J/ C>2dBi3| Cp 2Q"<0psNB _0JA"op,2QAVp 2QNu>nVC>3ABi# Ira#nNu1@ 0"<psNBA0Nup `p`/ /A000pa"_2"_2"o2"o2Nu#Vp`f#V/ A00000 0 0000000000 pa"_2"o2"o"2"o&2"o*2"o.2Nu#VA000000p*`#VA0000p+`/ #V3p,a"_2"o2Nu#VA0000000 0 p/`h#VA0000000 0 0p3`8/ #Vp6a*"_2"o2"o2"o 2Nu#V3p4`/ C222#Vp7a"_2"o2Nu/ C22#Vp8a"_2Nu#Vpn`po`/A00ppa"_"VNu#V3pr`|3#Vp#`j/ /pMa`"_2"_2"o2"o2Nu/ /A0000 0000pGa "_2"_2NuA0000000 0 pI`A0000000 0 pJ`#V3pN`/ /pOa"_2"_2"o2"o2Nu/ ?A00pha2CSA|;$Y4Q$_Nu3pk`J#V#ZpZa8"o2Nu#V#Z#^p[a"o2Nu#Vp|`3>@@A C@B@22220<"<jNBA0Nu>\VV HPKsMt R G wba^~'` "@,/$^^aeiou~~nNaoAO''eEaiou``aeiouA""aeiouyAOUaA,,cC//oOۆۜ<<<<ۆ<<<<xZF2(  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ʢʳʴ 0  @@@@   0 0#'OOOO'# 0 "BB" FFF0    8 8xxxx?     ??8&d!&d8?? ( "$ ?G|x|>x>1s33  33s31????` 7o;=|>?` ??7?o?????o?7? ?`|>=;o7 `??_o/7  ?`?@|>|>;\:l6/7 `` 7o 2e2e2e22 2}2}}}o7 `??~s>>>>>>>>>?|?|?|??????y||| uܼ7_ǐD=0H?g?<<???<7ooۀo}?}}xp`@8888`8888880888@ @π@G /h_4~e9 ??????~~~~~~???? @P`p >  >  > ¾ > þ > ľ > ž ,:HVdrǀǎǜ >LZ h vƄƒ Ơ Ʈ  Ƽ   4 2ʵ ( A@lAA'?g?˧?? '?ɾMyDials 1.23A Zeichenauswahl 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890                           1[0][ |][|]X:\*.*   ; '; 'O % ; ''  & &; '; '; '; ' & &; '; '; '; ' & &   >HCOPYpTOS IMGpNu ***************** H-COPY ***************** Copyright by ROBERT WEISS Dorfstr.5 8401 Gralfing Tel.09405/6185 or MAUSNETZ: ROBERT WEISS@N ---------------- This Program is Shareware ****************`8HCOPY pTOS IMGHMTJgF  g,  g& g qg pgB@??<?<NM\`B@??<?<NM\`LpNu p HCOPY says: Bootdisk is Virus-FREE! q ***************** H-COPY ***************** Copyright by ROBERT WEISS Dorfstr.5 8401 Gralfing Tel.09405/6185 or MAUSNETZ: ROBERT WEISS@N ---------------- This Program is Shareware ****************[D][Denken Sie daran, die Shareware-Gebhr|von 30,- DM zu bezahlen!|Es lohnt sich ...][. [Tu Ich ][D][HCOPY ist nur in der|Vollversion als ACC lauffhig!|Diese kostet nur DM 30,- ][. [Toll ][D][Speichern knnen nur|Zahler mit Vollversion!|Diese kostet nur DM 30,- ][. [Toll ][4][HCOPY needs a|minimal Resolution|of 600 x 200][. [OK ][4][Where are my Resources|(HCOPY.RSC)][. [OK ][5][Incorrect Parameters!][. [OK ][5][Error while Saving Options][. [OK ][9][Defect Bootsector!!!][. [Retry |: [Cancel ][9][Illegal Bootsector-Datas!][. [Retry |: [Cancel ][A][Your Drive does not |take so many Sectors!|Switch to higher Density.][. [Ok |: [Cancel ][7][Not enough MEMORY free!][. [Sorry ][6][I need more RAM|for Multiple Copy!][. [Sorry][9][ERROR in Management-Sectors!][. [RETRY |: [Cancel ][9][I found xxxx defect|Sectors on this Disk!][. [Mark Bad |: [Cancel ][9][Put Disk in Drive x|---------------------|W A R N I N G|All Data will be lost][. [OK |: [Cancel ][9][Insert Disk in Drive X][. [OK |: [Cancel ][9][Put Disks in Drive:|-------------------|Source x|Destination x][. [OK |: [Cancel ][9][Insert Source Disk|in Drive x][. [OK |: [Cancel ][9][Insert Destination Disk|in Drive x][. [OK |: [Cancel ][4][What's wrong...][. [Stop |: [Go On ][5][Sorry!|But it's to hard for|me to make THIS Disk|SO small.][. [OK ]Time OutDrive is not Ready!Please insert a Disk.DMA-ErrorPlease turn on the Drive or insert a Disk.Lost DataDefect Track found!Bad Data-CRCDefect Sector-DATA found!Bad Header-CRCDefect Sector-Address found!Record not FoundTrack or Sector not found!Write ProtectPlease Remove WRITE-PROTECTION!Unknown ErrorHow did you do that?Continuation could be Critical.A:*.*hcopy.rsc H-CopyHCOPY.PRGHCOPY.ACCA:A:\DOUBLE DENSITYHYPER DENSITY HIGH DENSITY 5.25 INCH 3.5 INCH H-COPY v1.6s by Robert Weiss Apr 22 1992ReadyReading Management-SectorsWriting Management-Sectors Here is Your DIRECTRORY!Formating & TestingFormatingReadingFormating & WritingTesting Density>nV  0N," f f\ @  44 (  (   .0    4,    .* (@&`$, D  B$$0,.jB"4D $* 2 ," RV : L0<&>" ,lD T      .2   D@$6    (BD$ $&Fb d( 4   0  J    26Bp& ,",".*$*R$   ( 6 H(F  (ttT  2X"p F 0"trr  , *  .>   .HF4L$ @BX (< (2  ( 6$" ^($  8 2 j&\H< 82> 8  , &"&J0 (P F  Բl&&     h |"0&84 " "& (4 " "& (2<Zh(h:2 >  ( z    $ p   "  T  *  6   (*" "N$ D(  :" z 2@BP\&FF :& " $0  H,2 : 6bfbhN &&r "&28$&B<42jr:\@,  <4~R0DD :*66:",  >*V* \J*:$  0Ґ $&0 V x $ *V   L. :,   &.L: *.: |Rx4*  . L&N  *  h "2\ >D*J|$(6B  "$  ( j&,$   00&&0>  t(H00 L88pp--$ /<6L $$YKK0? @KKL%h* p % * t Dv x 5 @ QAQB QQQQ )$  #!"@ "QA QB$,%( &Q'Q(Q$Q B*A +H ,d  -  3.//-02 1@-2@+/9455368 7@-8@+5=:<; <9A>@?@ =)APCO6 DE@F GH I OJKK -ILN M@-N@+KB 5YQX6 R S@T D U OVA ^ WA lX { P  ZqK[(\D)e]dG^Q`_Q| `QaQbQ$cQ-dQ6\Q$?pfoEg h  i  j  k  l  m + n + o : e : q@ IY` I"  !! !!!"  !+   @ \ x !1 !5  <!; `  1@/!C-!bX!d!z! ! ! ! ! !""*"@"V "l " " " " " " ###2#H#^#t# # %#& @8##t'#  @F T #  #  ##    $  %$ @$$%$5$K$a$s $ $  $  $  $ $%%) '%1 3%7/%L0%}0%)%0& &&0 &K  &f  &  &  & & &&''+  ':'J 'T'c's'''' `13@1'/''''( (' (? (T (g (|(( ( ( ( ,) ')7(   @)?)N )Y )f )s )  ) ')  0@.b)) ,, )  )   ) %)$ )***** * *S*T3*U**+***3***+****+ + + +++++ ++'+( +)+6+7 +8+G+H+I+W+X+Y+\+]+^+a+b+c+k+l+m+p+q+r+z+{+|++'+++'+++++++++++++++,,, , ,,,,,,,&,',(,+,,,-,0,1,2,4,5,6,8,9,:,B,J,R,U,X,[,^,a,d,f,h,j,l,n,p,,,,, ,,,",--"--(-)"-*-;-<-=-j-k--l----".h9N;j"Trk01Status:Buffer-Size: kBSource:23612Dest. :23612Sectors:Tracks :12Sides :Cl-Size:12Read Disk-T[ypeAuto S[tepV[irus-ProtectNo Add.[HeadersSett[ling DelayRetrys:Set HD-S[witch[Used Only[Multiple CopyFo[rmat Dest.Format [NeededF[ast Format[Verify Disk[COPYCo[py New[FORMAT[Zero Disk[Scan Disk[Disk InfoDir[ectorySave [Opt.InfoE[XITSet Default ButtonName:Sectors:Tracks:Sides:Cl-Size: Old [OK New [CancelMy Bios Parameter Block, DriveXLabel: ????????????Boot-Checksum: $????ID: ??????Command Load: ???Serial #: $??????Media Byte: $??Total Sectors: ?????Sectorsize: ?????Capacity: ????? kBClustersize: ?????Free Bytes: ????? kBUsed Bytes: ????? kBFAT-Sectors: ?????Number of FATs: ???Defect Clusters: ???DIR-Sectors: ???Sectors: ?????DIR-Entrys: ?????Tracks: ?????Sides: ?????1st log. Datasec: ???Interleave-Factor:???Reserved Secs: ?????Spiral-Factor: ???Hidden Sectors: ?????Add.Headers: ???[Set[CancelDisk in Drive XBytes free: ???????[FineProducedandCopyright 1991/92by Robert Weiss[OK[InfoThanks to ...... Claus Brod:Locksley-Diskroutines'Scheibenkleister II'... Olaf Meisiek:MyDials and Interface 1991 by SHIFT, Flensburg... Jrgen Stessun:Hyperformat, Betatesting... Harald Siegmund:Keyboard Handler (NKCC)... Sonja Gamm:Patience and Understanding[Cancel[MoreHCopy ist Shareware!Dies ist die ffentliche Version, die gegenberder Vollversion im Funktionsumfang eingeschrnktist, um die Zahlungsmoral etwas zu heben.Fr nichtkommerzielle Zwecke darf diese Versionfrei kopiert und weitergegeben werden.Wenn Ihnen dieses Programmgefllt und/oder Sie esregelmig benutzen, dannmssen Sie nach dem Share-ware - Prinzip dem Autoreinen Betrag von DM 30,-berweisen.Dafr erhalten Sie dieVollversion, die einigeDinge zustzlich kann.KontaktadresseRobert Wei @ NDorfstr.58401 GralfingTel. 09405/6185Ktn: 240 585 349BLZ: 750 500 00Spk. Regensburg[TollKeyboard-ShortcutsSource : [A] [B]Sectors : [+] [-]Steprate : [P]Tracks : [+] [-]Sides : [1] [2]Destination : [A] [B]Cl.-Size : [1] [2]Steprate : [P]Retrys : [<] [>]Swap Options: [O]Exit : [UNDO]Set Default : [F1]- [F8]This Text: [HELP]Edit Default: [F1]-[F8]All other Options you can select by pressing[ALT] and the underlined letter.[ThanksHD-Select-Mode[Automatic[Mega STE/TT[PSG Bit6 OnP[SG Bit6 OffPS[G Bit7 OnPSG [Bit7 Off[OKError detected:Position: Side ?, Track ??[Retry[Notice[Restart[Cancel????????????????????????????????? ?? ????0000000000111111111122222222223333333333444444444455555555556666666666777777777788888888889901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901SIDE??????????????????????????????????STEPRATESTEPRATEDISK-FORMAT:???????????????????????????????OPTIONS??OPTIONSF1 F2 F3 F4F5 F6 F7 F8?????????????????????????????????????????????????????????????????????@_____________XXXXXXX____99____99__9__9(EXECUTABLE BOOT-PROGRAMM)@ Disk-Label: ___________fffffffffff??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? 0, X0c 0 0 2``*0UV +@U5`VNTW[Suo߀k~ͭ[?o߀?Sπ|~@8#`8` |@p?={9? ?aA8 <@` >8@ ?`?A?A???‡??Ƈ ? ???+!< >9<?_o/=  p ? ???|~?߀?C_ ~   `??~?| xx!< ??  88 ? ?<<?x@ǰx`pp8|???ˆ??|>|-~?|pnx|>>?<8N?'\Lw@|~pnfn\L p'\\Lp\Lpp \L`p p\L qp \L p \L p u\L p ;O# p_# Yp>\L3 YpN\L YsL\L pL\L pL\L pL\L pL\L pL\LapL\LppL\L8pL\LpL\Nw@?pN?8 0, X0c 0 0 2``*0UV +@U5`VNTW[Suo߀k~ͭ[?o߀?** ** ***** ***** ****** ** ** ** ** ** ** ** ** ** ** ** ** ******* ** ** ** ****** **** ** ** ** ** ** ** ** ** ** ** ***** ***** ** ** Shareware-Version erstellt von Robert Wei, unter Zuhilfenahme von... ...Diskettenroutinen aus dem Buch "Scheibenkleister II" von Claus Brod ...Jrgen Stessun's Hyperformat und zahlreichen Tips ...MyDials und Interface von Olaf Meisiek; Copyright 1991 by SHIFT, Flensburg ...Tastaturroutinen von Harald Siegmund Benutzungshinweis: ------------------ Der Autor bernimmt keine Garantie fr die Fehlerfreiheit des Programmes und kann fr Schden, die auf eine Fehlfunktion des Programmes zurckzufhren sind, nicht haftbar gemacht werden. Copyright: ---------- HCOPY ist Shareware! Die Versionen, die in der Versionsnummer ein 's' enthalten, drfen fr nicht- kommerzielle Zwecke frei kopiert und weitergegeben werden. Es mssen aller- dings alle Dateien des Ordners in unvernderter Form weitergegeben werden. Wenn Sie HCOPY lnger als 2 Wochen benutzen, mssen Sie dem Autor einen Betrag von DM 30,- zukommen lassen! Dafr erhalten Sie dann die aktuelle Vollversion, werden registriert und erhalten im Falle eines Updates Bescheid. Die Aufnahme von HCOPY in Public-Domain (PD) Listen und die Weitergabe durch PD-Hndler/-Versender ist erst NACH RCKSPRACHE mit dem Autor und dessen EINVERSTNDNIS gestattet! Die Verbreitung ber Mailbox-Netze ist gestattet und erwnscht. Hardware-Voraussetzungen: ------------------------- Atari ST/STE/TT Monochrom- oder Farb-Monitor (ab TT-Mid) lauffhig unter Auflsungserweiterungen (z.B. Overscan) TOS >=1.02 Ein High Density Laufwerk und eine HD-Erweiterung sind ntig, wenn man mehr als 11 Sektoren pro Spur formatieren will. Lieferumfang: ------------- Folgende Dateien sollten sich auf der Diskette befinden! HCOPY.PRG - Das Programm HCOPY.RSC - Resourcen HCOPY.TXT - Dieser Text evtl. README.1ST - Aktuelle Mitteilungen GETMAXTR.TOS - Ermittelt hchste Spur Was kann HCOPY: --------------- - Bis zu 92 Spuren, 22 Sektoren (11 ohne High Density) und 2 Seiten kopier- und formatierbar - Auf 3" HD-Disketten bis zu 1.8 MByte frei - 18 Sektoren-Format auf 5" HD-Disketten => 1:1 Kopie von 3" nach 5" HD-Disketten - Erzeugung von schnellen Disketten durch Interleave und Spiralisierung - Schnelle Formatierroutine (z.B. 2seitige TOS-Diskette in 35 Sekunden) - Automatische Erkennung des Diskettentyps - Erzeugung MSDOS-Kompatibler Disketten - Erzeugung eines Virenschutz-Bootsektors - Erkennung und Markierung defekter Sektoren - Umkopieren einer Disk auf anderes Format (z.B DD->HD) - Kopieren ohne/mit Formatierung - Kopieren nur der belegten Sektoren - Erzeugung mehrerer Kopien - Clustergre 1 oder 2 Sektoren einstellbar - Steprate fr beide Laufwerke getrennt einstellbar, auch automatisch - Testen einer Diskette - Schnelles Lschen einer Diskette - Ausfhrliches Disketten-Info - Directory-Anzeige - 8 Default-Einstellungen (editierbar, speicherbar) - HCOPY luft als ACC und als PRG (einfach umbenennen) - Lauffhig auf allen Grafik-Erweiterungen - Alle Dialoge knnen fliegen - Vollstndig ber Tastatur bediehnbar (Teilweise einstellbar) Installation: ------------- Kopieren Sie HCOPY.PRG und HCOPY.RSC in das selbe Verzeichnis. Als ACC luft HCOPY nur in der Vollversion. Der HCOPY Bildschirm: --------------------- 1. Positions- und Ttigkeits-Anzeige Hier wird die aktuelle Diskette als Balken, unterteilt in 2 Seiten und 92 Spuren, dargestellt. Anhand dieses Balkens kann man die aktuelle Position und Ttigkeit, die in der Status-Mitteilung als Text ausgegeben wird, erkennen. 2. Parameter-Einstellungen 2.1. In den Boxen SOURCE und DESTINATION kann das Quell- und das Ziel-Laufwerk eingestellt werden, darunter jeweils die vom Laufwerk bentigte Spurwechselzeit in Millisekunden. 2.2. In der nchsten Box ist es mglich, das Diskettenformat manuell einzustellen: Oben wird das erforderliche Diskettenformat aus der Sektorenanzahl berechnet und bei der Formatierung werden die auf Diskette schreibbaren Bytes erkannt und der daraus resultierend Typ angezeigt. Z.B. erkennt HCOPY beim Kopieren mit 18 Sektoren automatisch, ob es sich bei der Ziel-(DESTINATION)-Diskette um eine 5.25" oder 3.5" Disk handelt und setzt die Sektorlcken dementsprechend (Toll, was?). 2.3. Optionen: 'USED ONLY' bewirkt in aktivem Zustand, da der Bootsektor und die FAT der Quell-Diskette analysiert und nur die belegten Sektoren eingelesen und geschrieben werden. Durch aktivieren von 'MULTIPLE COPY' ist es mglich von einer Diskette mehrere Kopien zu erstellen. Die Quell-Diskette wird nur einmal ge- lesen, danach wird solange eine Kopie erzeugt, bis auf die Frage nach der Ziel-Diskette mit 'Cancel' geantwortet wird. 'FORMAT DEST.' wird nur ausgewertet, wenn Sie eine Diskette kopieren wollen. In aktivem Zustand wird die Ziel-Diskette gleichzeitig formatiert und beschrieben. Ist 'FAST FORMAT' aktiviert, wird der Formatierungs-Vorgang be- schleunigt, indem nur die ntigen Daten auf die Diskette gebracht werden. Ist 'Format Needed' eingeschaltet, wird beim Kopieren die Ziel-Diskette nur formatiert, wenn HCOPY eine Formatierung fr ntig hlt. Die ausschlaggebenden Daten erhlt HCOPY aus dem Bootsektor der Ziel- Diskette. Bei selektiertem 'Verify Disk' werden gleich nach dem Formatieren eines Tracks alle Sektoren eingelesen, um so festzustellen, ob auch alle in Ordnung sind. Mit 'Automatic Steprate' kann man HCOPY dazu bringen, die Steprate selbst zu bestimmen, die Einstellung in 'Source' bzw. 'Dest.' wird also ignoriert. Ist 'VIRUS PROTECT' aktiv, so wird beim Formatieren oder Lschen einer Diskette ein ausfhrbarer Bootsektor erzeugt, der beim Booten einen Text ausgibt. 'No Additional Headers' schreibt beim formatieren nur die normalen Sektoren und KEINE zustzlichen Header, da diese von einigen DOSen nicht vertragen werden. Mit 'Settling Delay' wird nach jeder Lese/Schreib-Operation eine Wartezeit von 30ms eingelegt, welche bei stark nachschwingenden Floppys zur Fehlervermeidung beitrgt. Bei 'Read/Write-Retrys' lt sich die Anzahl der Lese- und Schreib- versuche bei defekten Sektoren von 0 bis 99 einstellen. 2.4. Die Default-Knpfe: Mit diesen Knpfen kann man vorher eingestellte Optionen aktivieren. 3. Let's Do It COPY: Kopiert die Daten der Quell-Diskette 1:1 auf die Ziel-Diskette. COPY NEW: Arbeitet im Prinzip wie COPY, nur kann man hier ein von der Quell-Diskette abweichendes Ziel-Format eingeben. FORMAT: Die Ziel-Diskette wird von oben nach unten formatiert, um bei einem unbeabsichtigten Formatieren die Daten der eingelegten Diskette so lange wie mglich zu erhalten. ZERO DISK: Lscht alle Daten der Ziel-Diskette, wobei einfach das Directory und die FAT des Zieles gelscht werden. Eventuell vorhandene Defekt-Markierungen werden nur bei selektiertem 'Read Disk-Typ' beachtet und nicht gelscht. DISK-INFO: Analysiert die Quell-Diskette und gibt die erhaltenen Daten aus. Man kann dann entscheiden ob man die erhaltenen Daten bernimmt (=SET) oder nicht (=CANCEL). SCAN DISK: Liest alle Daten der Quell-Diskette ein. Werden hierbei defekte Sektoren entdeckt, kann man diese am Ende der Operation in der FAT markieren lassen. DIRECTORY: Zeigt das Inhaltsverzeichnis der Quell-Diskette an, was natrlich am einfachsten mit einem File-Selector geht (Schlau, nicht!?) SAVE OPT.: Speichert die aktuellen Einstellungen ab (nur Vollversion) INFO: Information zu HCOPY (Version, Autor, Seriennummer,...) EXIT: HCOPY beenden (was sonst?!) HCOPY kann fliegen: ------------------- Dank Olaf Meisiek's MyDials kann man HCOPY's Dialoge frei auf dem Bildschirm bewegen, wenn man auf dem Eselsohr (Links oben) mit gedrckter Maustaste die Maus bewegt. Hlt man zustzlich noch die ALTERNATE- oder die CONTROL-Taste gedrckt, wird der Dialog durchsichtig. Beim Hauptdialog ist das Eselsohr durch den schwarzen Balken (oben) ersetzt worden, dieser erfllt aber die selbe Funktion. [HELP] lt eine Dialogbox mit der Erklrung der Tastaturmakros erscheinen. Hinweis zur Version 1.??s: -------------------------- Dies ist die ffentliche Version von HCOPY, die frei kopiert und weitergegeben werden darf, dafr aber einige Unterschiede zur Vollversion aufweist: - Luft nicht als Accessory - Die Einstellungen lassen sich nicht abspeichern - Keine Seriennummer - Bei Programmstart erscheint eine Info-Box - Bei Programmende erscheint eine Alertbox - Keine ausfhrliche Anleitung - Keine Farb-RSC-Datei fr ST-Mittel und TT-Niedrig nderungen: ----------- zu v1.1 - Bei einem Disketten-Fehler ertnt ein PLING! - Aktuelle Position wird jetzt auch bei 'Used Only' ohne 'Format Dest.' gezeigt - Bei 'Multiple Copy' werden die gelesenen Blocks nun neu gezeichnet - Die laufende Operation kann jetzt mit ESC, HELP oder UNDO abgebrochen werden - Step-Fehler bei WRITING ohne 'Format Dest.' behoben (Ratterndes Laufwerk) - Bootsektor fr MSDOS verbessert - Fehler bei ZERO DISK ohne 'Read Disk-Type' behoben - Bessere Berechnung der bentigten Sektoren fr FAT (AT-Format) - Medienwechsel-Routine entschrft - Fehler bei 'Fast Format'ierten Disketten behoben - Verify-Option eingebaut zu v1.2 - Fehler bei Default-Button auf 'Empty' setzen behoben - Jetzt 1 Default-Button mehr - Density-Check beim Kopieren jetzt nicht mehr Source, sondern Destination - Bei Schreib/Lesefehler wird 1mal wiederholt zu v1.21 - Unbentigte Optionen werden grau dargestellt - Fehler beim Kopieren mit Formatieren behoben - Kopierbremse entfernt (jetzt 30% schneller) zu v1.22 - Kopieren mit 'Used Only' verbessert - HCopy bleibt jetzt bei Disk-Info nicht mehr hngen zu v1.23 - Defekte Sektoren werden erkannt und in der FAT als solche gekennzeichnet - DISK-INFO erweitert zu v1.25 - Lese- und Schreibversuche bei Fehlern jetzt von 0 bis 99 einstellbar. - 'Command Load' JA/NEIN korrigiert - Die automatische Disktyp-Erkennung arbeitet perfekt, so das die Einstell- mglichkeiten per Maus und per HCOPY.INF entfallen sind. Dafr wird nun der erforderliche Diskettentyp angezeigt. - Option 'Set' bei Disk-Info eingebaut zu v1.3 - 'COPY' mit 'Used Only' spart mehr Speicher - 'COPY NEW' eingebaut (das ist doch eine 1.3 wert, oder?!) zu v1.4 - Die aktuellen Einstellungen knnen abgespeichert werden - Der Bootsektor liegt jetzt immer als physikalisch 1. Sektor auf Track 0, Seite 0 (Manche Virenschtzer brauchen das) - Fehler in DISK-INFO bei hher eingestellter Sektorzahl behoben - Einstellen und Editieren der Defaults ins Programm aufgenommen - HCOPY.INF wird nicht mehr bentigt zu v1.42 - Markierung defekter Cluster verbessert - Disk-Info: Interleave-Faktor wird jetzt korrekt berechnet - Disk-Info: Additional Headers werden als solche erkannt zu v1.43 - Nach SCAN DISK kann man nun evtl. gefundene Fehler markieren - [HELP] und [UNDO] eingebaut zu v1.5 - Speicherung der Einstellungen verbessert - Neue Optionen: Automatische Steprate Add.Headers On/Off Settling Delay - Defekte Cluster werden bei 'Zero Disk' beachtet - Diskettenlabel nach dem Formatieren - Vollstndige Tastaturbediehnbarkeit zu v1.51 - Bug beim Speichern enfernt - Redraw, wenn Hintergrund nicht gerettet werden konnte - GETMAXTR.TOS zu v1.56 - Alle Optionen im Hauptdialog einstellbar - HD-Switch fr MegaSTEs und TTs eingebaut - HCOPYCOL.RSC zu 1.6 - Fehler beim Speichern der Optionen behoben - RSC verbessert - 'Read Management Sectors' verbessert - jetzt mit 'Retry' - High-Density-Schaltungen ber Soundchip werden untersttzt - Auflsung wird berprft - Verify-Fehler behoben - Diskettenwechsel bei Defekt auf Destination Bekannte Fehler: ---------------- - Ein Fehler des TOS 1.4 kann zum Absturz fhren, wenn mit HCOPY als Accessory gebootet wird. Es mu nhmlich im physikalisch ersten Accessory das FastLoad- Bit gelscht sein (brigens auch im ersten AUTO-Ordner Progi), damit TOS 1.4 einen vollstndig gelschten Speicher vorfindet. Bei HCOPY ist das Fastload-Bit gesetzt! Sollte der Rechner beim Booten abstrzen, dann mssen Sie entweder die physikalische Reihenfolge der Accessories oder das Fastload-Bit ndern. Das Fastload-Bit ist Bit Nr.0 im Byte an der Addresse Pgmstart+25 ($19). Um den Fehler zu beheben mssen Sie an diese Addresse ein Byte mit dem Wert 0 schreiben, was mit jedem Disk-Monitor zu bewerkstelligen ist. - Der Spiralfaktor wird bei Disketten mit mehreren verschiedenen Spiralfaktoren (wie sie z.B. Hyperformat v3.29 erzeugt) nicht richtig erkannt. - Ist ein Cluster belegt, wird er nicht als defekt markiert, da es sonst zu Leichenclustern kommen kann. Bezugsaddresse: --------------- Robert Weiss Dorfstr.5 W-8401 Gralfing Tel. 09405/6185 Ktnr. 240 585 349 BLZ 750 500 00 Spk. Regensburg EMAIL: Robert Weiss @ N ******************************************************************** Deze diskette is samengesteld door de Stichting ST, Postbus 11129, 2301 EC Leiden. Onze bibliotheek van public domain programma's omvat op dit moment (lente 1994) al meer dan negenhonderd disks. Daarop vindt u programma's op elk gebied, van tekstverwerker en database tot de leukste spelletjes, de fraaiste tekenprogramma's en de handigste utilities. Ook bevat onze bibliotheek een speciale afdeling voor public domain disks met Macintosh software, die te gebruiken zijn onder de ALADIN emulator. Deze MAC-PD serie bevat tot nu toe ongeveer vijfendertig disks. ******************************************************************** U vindt in het twee maandelijks tijdschrift "ST" (Onafhankelijk tijd- schrift van en voor gebruikers van Atari ST computers) een overzicht en een bespreking van de inhoud van de nieuwe public-domain diskettes. Dit tijdschrift bevat tevens een bestelkaart zodat U vlot over de software kunt beschikken. De november/december uitgave 1993 bevat de aanvullin- gen en wijzigingen van dat jaar. In uitgave nov/dec 1992 is een over- zicht van de Public Domain bibliotheek (bijgewerkt tot dec. 1992) te vinden. De Stichting ST geeft ook een speciale PD catalogus disk (database met filenamen) uit. Deze public domain disk is geproduceerd en gedistribueerd door: ************** Stichting ST afd. Software Bakkersteeg 9A 2311 RH LEIDEN ************** Ondanks onze controle komt het af en toe voor dat een diskje niet goed is gecopieerd.Mocht U dit overkomen, aarzel dan niet en stuur de defecte disk aan ons terug. U krijgt dan direct een vervangende disk toegestuurd. ************************************************************************ Teneinde het voor ons mogelijk te maken om productiefouten op te sporen en vervolgens in de toekomst te vermijden, zijn alle disks, geproduceerd door de Stichting ST, voorzien van een groen productienummer. ************************************************************************