News features:
-------------
- Window left, top offsets and window dimensions are configurables via arguments.
- Device name is now displayed on window title bar.
Usage:
-----
Use SFSdefragment from a CLI or script. It's commandline syntax is:
DEVICE/A,DEBUG/S,ADDBUFFERS/N,WINLEFT/N,WINTOP/N,WINWIDTH/N,WINHEIGHT/N,NOWINDOW/S,DEFAULTFONT/S,SHOWRESULT/S
DEVICE/A: This is a required parameter. It is the disk you want to
defrag with SFSdefragment.
DEBUG: "debug stuff"
ADDBUFFERS: add disk buffers for partition A N D subt. These
disk buffers after the job.
WINLEFT/N : Window left position.
WINTOP/N : Window top position.
WINWIDTH/N : Window width dimension.
WINHEIGHT/N : Window height dimension.
NOWINDOW/S : Defragmentation window isn't shown(another tiny window is opened).
DEFAULTFONT/S : Availlable with "NOWINDOW" argument, use the current default font for
window gadgets(by default screen font is used).
SHOWRESULT/S : Display the total number of blocks moved, example:
SFSdefragment result:
2809 Blocks moved
of
196091 Total blocks
Percentage: 1 %
Of course, WINWIDTH and WINHEIGHT arguments have no effect using NOWINDOW argument.
Example:
-------
SFSDefragment ZIP2: ADDBUFFERS 500 WINLEFT 14 WINWTOP 16 WINWIDTH 800 WINHEIGHT 60
or
SFSDefragment ZIP2: ADDBUFFERS 500 WINLEFT 14 WINWTOP 16 NOWINDOW DEFAULTFONT
|