CompuServe Thread

#Catalog of LIB's files

15 messages in this thread
#24397From: Dale H. CookMar 7, 1990 9:46 AM
Jon and everybody else – Would anyone be interested in having such a catalog of the libraries here, updated each month? (similar to those in the IBM forums) I prepare such a catalog monthly for a few forums, and could easily add this one. Most of the work is done by a set of TP programs I wrote a while ago. If there's enough interest (say a dozen folks or so) I'd e glad to do it. – Dale
#24421From: Peter KoehnkowMar 11, 1990 3:36 AM
I would be glad to have an catalog in this forum. -Peter
#24425From: Dale H. CookMar 11, 1990 6:23 PM
Peter – I'm working on it – it should be ready in a day or two – Dale
#24455From: Merrill CornishMar 14, 1990 7:20 PM
Dale, I don't know if you are a Tapcis user, but you might be interested in something they do over on the ROOTS forum. They post their ZIPped or ARCed catalog in the form which can be used by TAPCIS's catalog feature. Once the file is uncompressed, it can replace TAPCIS's .CAT file for the forum. This technique may require more work than you were planning on, but it's an ideal solution for TAPCIS users. Merrill Cornish
#24462From: Dale H. CookMar 15, 1990 11:15 AM
Merrill – Thanks for the tip. I have seen a few different types of summary files here on CIS, and I'm working on a program that will let a user search multiple summary files for multiple strings and mark the files of interest. Then the program will provide a file for TAPCIS to retrieve full descriptions or download files as desired. The main idea is that the program work with any of the summary file formats I'm familiar with. – Dale
#24513From: Don E. Groves, Jr.Mar 20, 1990 9:17 PM
Dale – What about us AutoSig users ?? Guess where stuck with BRO *.* to a capture file then use the off line Bro.exe utility. Or if where lucky and some nice SysOp uploads a TapCis Directory listing in Compress format, we can download that UnCompress it then use Brief to seperate the listings into seperate libiary file then use Bro.Exe to select or files to Download. Jr. PS yes thats about how many steps it takes. Almost easier to just go online and download the files manully. .. …
#24523From: Dale H. CookMar 21, 1990 9:03 AM
Don – What I'm working on at the moment is a general-purpose program with syntax similar to Irv Hoff's FIND54.COM for CP/M. For instance, on my system the IBM summary files are named IBMAPP.DIR, IBMHW.DIR, and so on. On my old Kapro I could search all the IBM Forums for Kermit programs with the command "FIND B:IBM*.DIR *****|KERMIT". Since FIND is not case sensitive (unless you use a switch) and accepts multiple search strings seperated by "|" I would get a display (or hard copy) like this: Searching B:IBMAPP.DIR ***** Lib 1 Blah, blah, blah ***** ***** Lib 2 Blah, blah, blah ***** ***** etc. Searching B:IBMCOM.DIR ***** Lib 1 Communications Programs ***** KERM35.ARC 132B 26 Kermit comm program with VT-100 emulation, MS C source ***** Lib 2 etc. Searching B:IBMHW.DIR ad nauseum. Of course, I can't use "|" on a DOS command line. – Dale
#24528From: John M. DlugoszMar 21, 1990 2:30 PM
You can use '|' on a 4DOS command line, if escaped by a ^X first. BTW, 4DOS has a new version out. It has SWITCHAR support, and is selectable with the SETDOS command instead of goofy interrupts. It also allows a forward slash as a dir seperator in most places. I forget who was looking for that, but whoever it was, give it another shot. It also has new "batch-to-memory" ability, which reads a whole batch file at once instead of opening the file, reading a line, closing the file. Lots of new goodies! –John
#24529From: Dale H. CookMar 21, 1990 5:31 PM
John – Sounds like 4DOS has some fine features, but I've got to write code as generic as possible if I want it to be useful to a number of people. Thanks for the tips. – Dale
#24545From: John M. DlugoszMar 22, 1990 1:36 PM
hey, even with the old clunky COMMAND.COM, can't you put an argument in quotes to prevent interpretation of it? –John
#24547From: Dale H. CookMar 22, 1990 3:30 PM
John – I'll have to try and see. – Dale
#24567From: Don E. Groves, Jr.Mar 25, 1990 12:36 AM
Dale – Now your Earlier statement makes more sence to me. Your not writing a sub-part for Taps but a serparte utility. More or less a frount-end to FIND or GREP. The file format your planning on using is the Offline Directory format of taps. Those I have. Right now I use Brief to search or modified then for use by Bro.Exe (it will even write download scripts for Ato). But yes I do need something with a better interface, Just haven't the time to write it, <yet>. Jr..
#24573From: Dale H. CookMar 25, 1990 9:07 PM
Don – As the DOS wizard at work (Nobody else here has the books and tools I do so I got the pointy hat and robes <~>) I can steal a bit of time at work, but mainly I work on stuff like this nights or evenings. (I'm single and live a block from our studios so it's convenient) – Dale
#24604From: Don E. Groves, Jr.Mar 27, 1990 8:26 PM
Dale – GoodLuck If you need a beta tester with C experince look me up. I monitor this forum and serval others. .Jr..
#24598From: Daniel FlickingerMar 27, 1990 10:20 AM
please do it !!!