home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro R&D 1
/
MicroRD-CD-ROM-Vol1-1994.iso
/
os20
/
cli
/
move17.readme
< prev
next >
Wrap
Text File
|
1993-12-04
|
2KB
|
65 lines
Short: UNIX-Style Move command.
Type: os20/cli
Uploader: kai@iske.adsp.sub.org
Author: kai@iske.adsp.sub.org
This is not just another Move command it features more: Recursive directory
movements (including creation of destination dir), pattern support, and
command line flags like those known from e.g. C:Rename
PUBLIC DOMAIN, includes source...
Fixed since Version 1.6 (Yep, even a small program may have bugs ;)
- Error while moving to a "device full" disk
(Reported by : Chris Conger)
- FileName length-bug fixed
(Reported by : Juergen Lang)
- Recompiled using SAS 6.50
- Stack usage reduced
Fixed since Version 1.5 (Yep, even a small program may have bugs ;)
- Move got screwed up, when attempting to move a
zero size file
- Added Buffer Keyword to specify the maximum buffer
size for an inter device move. Normally Move would have used
the max amount of available free memory in order to
accomplish the move, or the size needed by the file...
(Suggested by : Christof Damian)
- One couldn`t rename a file using move, because the
"destination" file was removed before doing the rename,
ie. the source file was deleted.
(Reported by : Chris Conger)
Fixed since Version 1.4 (Yep, even a small program may have bugs ;)
- Freed the FileInfoBlock _BEFORE_ setting the Bits, Comment
etc. This lead to MungWall hits (of course it did)
(Reported by Nico Francois)
- Exidentially called one ExAll() without ED_SIZE
This lead to some calls to DoTheMove without the Size set ;)
(Reported by Karsten Weiss)
Fixed since Version 1.3 (Yep, even a small program may have bugs ;)
- Now uses Rename() when source and dest are on the same
device. This is faster ;) Why haven`t I thought of that
earlier ??? ;)
Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
- UnLock Problem solved when doing recursive Dir-Moves
This bug lead to "Object in use" error messages
Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
- Added CTRL-C checking
- Added FORCE Flag in order to move read/deleteprotected or
to overwrite a delete/writeprotected files
Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
- Added well known CLONE, DATES, COM, NOPRO,
QUIET and NOREQ options also used by e.g. Rename