Last change
on this file since 1036 was 232, checked in by root, 20 years ago |
Baseline
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
351 bytes
|
Rev | Line | |
---|
[232] | 1 | @echo off
|
---|
| 2 | rem $Id: jfsopt.tmp 232 2005-08-09 02:35:18Z root $
|
---|
| 3 |
|
---|
| 4 | rem
|
---|
| 5 | rem This notice is just so users know what's going on and can change it...
|
---|
| 6 | rem
|
---|
| 7 | ECHO This is JFSOPT.CMD, which you can customize to use any JFS
|
---|
| 8 | ECHO optimizing program you like.
|
---|
| 9 |
|
---|
| 10 | Defragfs.exe %1
|
---|
| 11 |
|
---|
| 12 | rem
|
---|
| 13 | rem if there's an error or user abort, pause the display so the user
|
---|
| 14 | rem can see what's happened.
|
---|
| 15 | rem
|
---|
| 16 |
|
---|
| 17 | IF ERRORLEVEL == 1 PAUSE
|
---|
Note:
See
TracBrowser
for help on using the repository browser.