Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Sfsdefrag | Description: | SFSDefragment cli tool | Download: | sfsdefrag.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 24kb | Version: | 1.4 | Date: | 29 Dec 2006 | Author: | Joerg Strohmayer | Submitter: | Steven Solie | Email: | ssolie/telus net | Category: | utility/filetool | Replaces: | utility/filetool/sfsdefrag.lha | License: | Other | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 2454 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 516 (Current version) | | 567 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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
|