home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
os2
/
narzedzi
/
fm2
/
hpfsopt.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-20
|
303b
|
15 lines
@echo off
rem
rem Recommendations: hpfsopt -i %1 for idle priority
rem note: idle is not a good idea if DOS programs are running...
rem
HPFSOPT.EXE %1
rem
rem if there was an error or user abort, pause the display so the
rem user can see what's happened.
rem
IF ERRORLEVEL == 1 PAUSE