Description
Welcome to SoftPas!
Introducing LockCheck - A Handy Utility for File Checking
Are you looking for a simple utility that can check if a specified file or set of files is in use by another process? Look no further than LockCheck!
Main Features:
- BATCH and LOCATE modes for file checking
- Returns ERRORLEVEL 1 for locked files
- Identifies and describes locked files
- Works on various file types
- Easy-to-use and efficient
Technical Specifications:
- Developer: Craig Castle
- Price: FREE
- File Size: Varies
- Platform: Windows
- Version: 1.0
How LockCheck Works:
LockCheck offers two modes for file checking:
- BATCH Mode: Check multiple files for locks and display results.
- LOCATE Mode: Find and display only locked files in a specified path.
Example usage in batch mode:
@ECHO OFF
:TOP
LockChk *.DBF
IF ERRORLEVEL 1 GOTO LOCKED
GOTO PROCESS
:PROCESS
ARCHIVE 01/01/1999
GOTO END
:LOCKED
ECHO Sorry, someone's in the system.
GOTO END
:END
Download LockCheck now and streamline your file checking process with this efficient utility!
Tags:
User Reviews for LockCheck 1
-
LockCheck is a handy tool for checking file locks. Batch mode efficiently identifies locked files and their conditions.