-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapl360.bat
25 lines (25 loc) · 1.07 KB
/
apl360.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@ECHO OFF
REM **********************************************************************
REM *** ***
REM *** Script: apl360.bat ***
REM *** ***
REM *** Purpose: Run APL\360 on OS/360-MVT. ***
REM *** ***
REM *** Updated: 2013/03/23 ***
REM *** ***
REM **********************************************************************
REM *
REM * install APL\360 if necessary
REM *
if not exist aplinst\status call .\aplinst\install_apl360
if not exist aplinst\status goto:eof
REM *
REM * set environment
REM *
SET ARCH=32
IF DEFINED ProgramFiles(x86) SET ARCH=64
REM *
REM * IPL OS/360-MVT and start APL\360
REM *
SET HERCULES_RC=scripts\automatic_windows.rc
.\hercules\windows\%ARCH%\hercules -d -f conf\mvt_intcons.cnf