Posted - 21 Nov 2003 : 21:55:45
Tonight I'm going through a whole lot of my archives and the sad thing is I don't know what half of this stuff is. (I could try something out but all I have is a PowerBook 5300 and iMac..which aren't the best for testing unknown software)
So, I'm going to make up a list of filenames and if anyone wants one of the lists and they can help me to sort them out as to what each program is.
A google search no longer brings up as much information for old 68k software.
Posted - 24 Nov 2003 : 10:36:36
I don't know exactly what all I k now about alot of the older 68k software, but iff'n you want to send me that list, I'm sure that I could be of some kind of help.
Official 68k videographer Official MLA TourGuide Editor of the MLAgazine "I'm just a normal computer geek who somehow landed a social life"
Posted - 24 Nov 2003 : 17:00:06
I'd like to see what i can do...even though i'm on dialup.
"**** em" - Jobs in regards to customers Warrior maclover5 68kMLA Official 68kMLA Detective Number of 68ks Liberated: 7 Number of Contraband (PPC) Liberated from the Dumpster: 1
Posted - 24 Nov 2003 : 23:36:12
Open terminal and run
find . -name "*" > filelist.txt
This will find all find in the current directory and its subdirectories and write their name and path to filelist.txt. You can replace * with a search item such as *.sit to search for files that end in .sit. The . means that the seach should start from the current directory. / will start in the root directory and ../ will start in the previous directory. Also see man find for more info on the find command.
--Eric ___________________________ I'm like the Pepsi employee that drinks Coke. I work on PCs at work but use a Mac at home
Posted - 25 Nov 2003 : 22:24:18
I cleaned up the list a bit. Now it only show files ending in .smi .hqx .img .sit .bin. A few files may be listed more than once but the new file is only 31k. I thought of pulling off the path to the file but I thought that it may be helpful in identifying them.