home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Crawly Crypt Collection 1
/
crawlyvol1.bin
/
bbs
/
filpg104
/
filprog.upd
< prev
Wrap
Text File
|
1994-03-09
|
3KB
|
76 lines
V 1.04:
-------
Faster Screen updates as it no longer clears all of the entries if you
edit a description , it now only updates that entry on screen,
It will now only re-scan the .FIL from the first Moved or deleted entry
downwards , making disk access less of an overhead.
Bugfixes:
Sometimes when trying to move a file where there was not enough memory and
not enough drive space the program crashed whilst testing for a drive with
enough space . [Fixed]
If the number of .FIL entries was exactly divisable by 12 (the number
available to be shown on screen) , then you could go past the end of the
.FIL and show a screen full of blank entries , moving up would then make
you return to the top of the filelist again. [Fixed]
V 1.03:
-------
New option in the Entry edit menu 'Touch Date' button , makes the .FIL
entry's upload date the same as the current date.
Updated the Move and delete routines to make the reading & moving of the
.FIL file data faster.
Bugfixes:
When updating a description , it was noticed that spaces between words
would start to dissapear and re-appear at other places in the decription
[Fixed]
Filprog didn't always check for the lack of space on a drive [Fixed]
V 1.02:
-------
It's always the way , you release a program having tested it and someone
sends you a request for a few changes , they were relatively minor to code
and makes things work a bit better for the sysop using the program, so here
they are.
When you now move or delete a file , instead of going back to the top of
the .FIL it now stays at the current position in the .FIL
New ways of telling Filprog to ignore access and date mask options , read
the .DOC file for details [Using the Mask].
Bugfixes:
Someone noticed that sometimes it refused to go back if you scanned to
the bottom of the .FIL and only had one file on screen , I can't reproduce
that here , but I've added some code to catch it if it does happen. [Fixed]
Sometimes when editing a description , the files would all move up one
in the main menu upon exiting the edit menu. [Fixed]
If you edited a file entry and changed the filename , then went and edited
another entry it would exit with a file not found error [Fixed]
V 1.01:
-------
More options under Mask , this meant moving the mask details into another
menu as they were cluttering the main menu.
Bugfix::
--------
I discovered that if you had two entries with the same filename and one of
them was off-line , deleting the off-line file entry also deleted the file
instead of leaving the file on disk.
[Fixed]