Files
CydandClaude Fable 5 db7745fcd0 sda4: commit the Glaze developer hard-drive dump
Un-ignored: the dev drive is the ground truth the restoration and
emulator work constantly reference (DPL3/LIBDPL + VRENDER i860 renderer
source, BT/RP live+dev game trees, VGL_LABS pod boot, scene/audio
content). Kept in-repo for the pod-owner community.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 19:41:15 -05:00

25 lines
643 B
Batchfile

@ECHO OFF
REM E.BAT 06/15/93 22:05 keo - batch file to launch Personal Editor II
IF "%1" == "" GOTO USAGE
SET PE2PROMPT=%PROMPT%
SET PROMPT=(PE2) %PROMPT%
IF "%2" == "" GOTO STANDARD
PE2.EXE /P%2 /Q %1
GOTO CONT
:STANDARD
IF "%WINPROMPT%" == "" PE2.EXE /Pc:\ut\pe2.pro /Q %1
IF NOT "%WINPROMPT%" == "" PE2.EXE /Pc:\ut\pe2win.pro /Q %1
:CONT
SET PROMPT=%PE2PROMPT%
SET PE2PROMPT=
IF NOT "%WINPROMPT%" == "" CALL LINES.BAT
GOTO END
:USAGE
ECHO PERSONAL EDITOR II - Batch file
ECHO USAGE:
ECHO e filename [pe.pro]
ECHO filename = file to be edited
ECHO [pe.pro] = optional macro file to use
:END
lines.bat