CompuServe Thread

#Eliminate infos

8 messages in this thread
#28767From: Oscar SigalJan 4, 1989 9:16 AM
I have my bussiness programs in AmigaBasic.They have a lot of files and the computer creates a lot of .infos thus taking a lot of space frd Does anyone knows of a way to eliminate the disturbing .infos without Basic creating them again? I would really appreciate any help regardi Thanks.
#28800From: Don Curtis/SYSOPJan 4, 1989 3:51 PM
Oscar, Those .info files are the ICONs for your programs and/or data files, if you eliminate them, you won't be able to access those files from the WorkBench. I don't use AmigaBASIC, so don't know if there is a way to get it to not make the files, I can only suggest you look thru the manual to see if it may have a suggestion there. Don
#29023From: Betty Clay/SYSOPJan 5, 1989 7:07 PM
I did look through the AmigaBASIC manual today, and couldn't find a way to prevent the making of icons. I guess you just get rid of them by doing Delete #?.info. Betty
#29042From: Marlene Zenker/SYSOPJan 5, 1989 10:11 PM
Unfortunately though, next time you save the program they're back – wonder what would happen if you didn't include icon.library on the WB disk containing AmigaBasic? Would the system come up as long as you didn't do a LoadWB? Maybe I'll give it a try just to see what happens. Marlene
#29225From: Betty Clay/SYSOPJan 6, 1989 10:50 PM
Marlene, The answer lies in using EXECUTE with 'delete'. TransAMi #4 has an article on doing CLI work from AmigaBASIC, and this information is explained in that article – but I do not yet have a copy of that magazine. If you can get hold of a copy, it should answer the question. The icon will still be made, but can be deleted as soon as made. Betty
#29237From: Marlene Zenker/SYSOPJan 6, 1989 11:01 PM
Thanks for the info Betty – I don't have TransAmi #4 yet either – (sigh). Marlene
#28857From: Mike BerroJan 4, 1989 9:36 PM
Oscar, After you save the data, use KILL "filename.info" to delete the info file. —Mike
#28862From: Betty Clay/SYSOPJan 4, 1989 9:43 PM
Oscar, I think your sentences are getting truncated here because you may be forgetting to press RETURN often enough. It's best to do it at the end of each line. I'm making inquiries about your .info problem, but have not yet found the answer. Betty