28 lines
759 B
Markdown
28 lines
759 B
Markdown
|
|
||
|
# Makeps.BAT Documentation
|
||
|
|
||
|
## Overview
|
||
|
Makeps.BAT is a batch script used for processing PLT files and handling shell wait states.
|
||
|
|
||
|
## Command Syntax
|
||
|
|
||
|
PSMODE [input_plt] [output_fil] [temp_fil] [command_buffer] [flag]
|
||
|
|
||
|
|
||
|
## Parameters
|
||
|
- `Q:\2\2000000\2000768B.plt` - Input PLT file path
|
||
|
- `C:\t2.fil` - Output FIL file path
|
||
|
- `C:\T.FIL` - Temporary FIL file
|
||
|
- `C:\CMDPBUFF.1` - Command buffer file
|
||
|
- `Y` - Flag parameter (Yes/confirmation)
|
||
|
|
||
|
## File Operations
|
||
|
The script performs two main operations:
|
||
|
1. Executes PSMODE command with specified parameters
|
||
|
2. Copies shell wait handler file:
|
||
|
- Source: `c:\work\shelwait.hld`
|
||
|
- Destination: `c:\work\shelwait.go`
|
||
|
|
||
|
## Usage
|
||
|
Run the batch file to process PLT files and manage shell wait states in the system.
|