Xref: utzoo comp.os.cpm:5013 comp.sys.apple2:13440 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!lobster!mwk!pittman From: pittman@mwk.uucp Newsgroups: comp.os.cpm,comp.sys.apple2 Subject: Re: Z-80 Softcard Question??? Message-ID: <264.27e88073@mwk.uucp> Date: 21 Mar 91 15:44:18 GMT References: <1991Mar19.213708.706@ccu.umanitoba.ca> Organization: M. W. Kellogg, Houston TX Lines: 57 In article <1991Mar19.213708.706@ccu.umanitoba.ca>, umsmit72@ccu.umanitoba.ca (Kenneth G. Smith) writes: > I have recently obtained a CP/M card for my Apple II+ computer (without > documentation) and was wondering if anyone could help me out with a few > questions... > > [...] > 2) Of the several disks I obtained with the card, I have a program > called 'NULU' which deals with libraries. I was wondering what the > purpose of a library is and how you go about using one. I have > only one '.LBR' file on the disks called 'LUX42.LBR' (on the modem7 > program disk) and haven't been able to manipulate the data in it to > any great extent (other than listing it's members using 'NULU'). The .LBR file is CP/M's old analog of the .ARC and .ZIP files for PC, except that no _automatic_ data compression takes place in the .LBR file. It is possible to put compressed (*.?Q? and *.?Z?) files in a .LBR file, but that is a separate step, and is not required. Try the following with NULU... First, put the disk with NULU in drive A:, then give the following command (the A> is CP/M's prompt): A> NULU NULU is now waiting for your commands. Put the disk that has LUX42.LBR in drive A:, and a blank, formatted disk in drive B:. Then, try the following command: -O A:LUX42 -E B:*.* -X The -O command tells NULU to open A:LUX42.LBR, and the -E command tells NULU to extract all members to drive B:. The -X command tells it to close the library and exit the program. At that point, you should be able to do a "DIR B:" and see all the files that got extracted. Another command you should try is the -F command, which puts NULU into "filesweep mode". It steps you through the members of a library and lets you apply one-key commands to them. For example: A> NULU -O D:XYZ.LBR -F Also note in the above example that NULU commands can be spelled out in the CP/M command line. I can't remember the exact command (perhaps -H?) but there is an online help screen available. Sorry I can't help you with your Z80 SoftCard. Regards... Darrell Pittman ------------------------------------------------------------- --- Darrell Pittman pittman@mwk.uucp --- --- M. W. Kellogg Co. pittman%mwk@lobster.hou.tx.us --- --- Houston, TX (713) 753-4410 --- -------------------------------------------------------------