Member of the FAR Plugins Ring
|
CutFile Plugin version 1.1 (7.5KB) June 1999
New in this version since 1.0:
Few bugs fixed:
- files with international characters in filenames were not found;
- files with spaces in filenames were not assemble by using command:
copy /b file 1.zip.000+file 1.zip.002 file 1.zip
now using:
copy /b "file 1.zip.000"+"file 1.zip.002" "file 1.zip"
instead.
Features added:
- possibility of specifying piece size in bytes.
This is the same version, but with CR/LF at the end of line in the generated .bat file.
CutFile Plugin version 1.0 (6KB) May 1999 by me for FAR 1.6x
CutFile Plugin is freeware product. It may be freely distributed.
CutFile allows you to cut the file on pieces of the given size.
Makefile that i'm using to compile plugin with Borland CPPBuilder 3.0.
|
|