looking for suggestions for a disk catalog maker.--I've seen a few but I have not found the one I like yet.suggestions?
You received this message because you are subscribed to the Google Groups "Altair-Duino" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altair-duino...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/altair-duino/60a0d98e-d1cd-4147-a791-79bbc9d2b2b3n%40googlegroups.com.
"Could you clarify what you mean by disk cataloged?"
Taking inventory of a disk volume allowing some description and or date attached to each file found.attaching those files to a specific disk name or volume number.being able to have everything in a giant database that can be sorted and searched.being able to print out a formatted listing with descriptions and what disc contains which files allowing the creation of a book if needed.Is been a VERY long time since I've done something like this.its very hard now to locate things since i have a lot of disks loaded on my SD card.its also hard to know which disk has what versioni looked at CAT1000 and MCAT505 and some others.is there a place to download Sfile32.lbr? i searched and i can see a reference to it but can't find archive.I did find a SFILE31.lbr i guess an older version? the information on it seems more of a file searcher inside directories or Library files.not exactly what i was looking for.
To view this discussion on the web visit https://groups.google.com/d/msgid/altair-duino/e48161e7-2edd-46dd-b58f-7ef1c3e4dc9bn%40googlegroups.com.
disk 86 i have i looked at MCAT, XCAT, YANC-24Yanc-24 was the most advanced however it required swapping the A and B drives constantly as it didn't understand a harddrive and having removable media on C,D drives.the others were very primitive where it would just catalog and search but there was no commenting ability. then there was hit and miss on supporting appended dates.i will look at the programs on 84,85.i ended up wiring a 3rd serial port channel, which allows me to switch from dot matrix printer output to terminal capture along with another terminal connection just for uploading/downloading files. i can then dump a disk plaintext to windows 10 and use editing software to makethe catalogs faster with less issues. then i can dump the text contents back on the altair and put it in dbase II or just keep it on windows and output to the printer and make books that way. i have another serial connection over wifi that i can keep live with my raspberry pi, then switch to that as needed.i was hoping that the BBS had better cataloging software to try and manage all the disks but so far have not seen things as advanced as existed under Dos on a PC of the day.thanks for the information which i will check out.
To view this discussion on the web visit https://groups.google.com/d/msgid/altair-duino/42c05ea1-c18d-4056-b46b-0638e482f0f2n%40googlegroups.com.
disk cataloging was something that was a necessity even on the first PCs until the mid 1980s.Basically you didn't have a hard drive or if you did it was tiny.the early days didn't have subdirectories. the character limits of a file name and not having a RTC in most machines.Thus you ended up having 100s of disks then you had to figure out what was on them.A disk label does not go very far, so you started to label the disks sequentially. then you needed to cross reference and add notes.you wanted to sort the output also and you would have a 3 ring binder next to your computer with pages of what was on each diskwith descriptions and a quick list of your most used programs. you would have multiple versions of programs as well.you can see how crazy it used to be.the Altair kit with SD support has a limited catalog function.I've reached a point where i have written 100s of megs of programs in Z80 assembler and Mbasic and i have so many DSK imagines loaded on the SD that i had to replace the 128MB SD for a 4GB SDit is pure hell now figuring out what disk i left a project on. its even confusing on my PC windows desktop now LOL!I have so many graphics tests that take up multiple 5mb hard drive volumes.its nuts... :-)
using TeraTerm to capture:if you have CP/M that supports 'Users'.Use 'LS $UV' if your version of 'LS' has that capability because it will output files stored under different users.you can use "users" as a form of directory as it supports up to 15 different users.if you have USER 0 as your main but have files under USER 1,2,3 then when you use DIR it will only display the files under the current user.LS can also display system files. with 'LS $UVS'if you want to make a catalog dump then use'LS $UVNP.' 'NP' is no pause and will give you a clean dump of the entire drive.with file size and the user number of each file on the drive.This makes a dump catalog more comprehensive.the point was finding something very good that was native.Cp/M 3 seems to have better options since you could use the RTC however Cp/M 3 is just too limited compared to how much modification has gone into 2.2 and all the software under it.i still have not looked at all options for cataloging under cp/m 2.2
using TeraTerm to capture:if you have CP/M that supports 'Users'.Use 'LS $UV' if your version of 'LS' has that capability because it will output files stored under different users.you can use "users" as a form of directory as it supports up to 15 different users.if you have USER 0 as your main but have files under USER 1,2,3 then when you use DIR it will only display the files under the current user.LS can also display system files. with 'LS $UVS'if you want to make a catalog dump then use'LS $UVNP.' 'NP' is no pause and will give you a clean dump of the entire drive.with file size and the user number of each file on the drive.This makes a dump catalog more comprehensive.the point was finding something very good that was native.Cp/M 3 seems to have better options since you could use the RTC however Cp/M 3 is just too limited compared to how much modification has gone into 2.2 and all the software under it.i still have not looked at all options for cataloging under cp/m 2.2
On Monday, September 25, 2023 at 12:38:05 PM UTC-4 r4r...@gmail.com wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/altair-duino/624ec2ec-f8c2-4019-9a2a-ae17bc8ef8a0n%40googlegroups.com.
except the filters are getting smarter and it has stopped renamed files from being attached and emailed.you can't send a .BAS file it blocks it even inside a ZIP it blocks it. you can call it a TXT file and it allows it.but i ran in COM and EXE blocked no matter what and i had to host them somewhere else as i could not send them.It seems you can SQUEEZE a file and that confuses the filters. so now you might try to send GAMES.C_M and it blocks it, you try putting it inside a ZIP and it blocks it but you squeeze it and send GAMES.CQM and that goes throughits really hit or miss.it thinks everything is a virus now and all the autodeleting on the google groups is fantastic hit or miss also, when a bot goes 'rogue'.CQM
if it allows the file to post then just rename it. this LS supports
A0>LS $UV
U - Show files from all user numbers
V - Verbose mode, include user number and attributes
S - Include system (hidden) files in the output
F - Show file names only (no sizes)
P - Pause and paginate output, on by default, use NP to disable
N - Negates all flags that follow
To view this discussion on the web visit https://groups.google.com/d/msgid/altair-duino/38aff84a-925c-4bbc-b38c-da1df5917eeen%40googlegroups.com.