@echo off cls if .%1 == . goto a if %1 == ? goto a if %1 == /? goto a if %1 == /* goto a if %1 == /h goto a if %1 == /H goto a goto b :a echo.Part of the FWKTL(TM) Text_program Launcher kit, version 1.00. echo (C)Copyright Frederick W. Kantor 1996. All rights reserved. echo. echo. MK_A386.BAT for use with A386 version 0.66 or later. echo. echo. Usage: MK_A386 FILENAME.EXT (k) "<enter>" echo. echo. where option k makes a .LST file (see below) echo. echo. "Wildcards" can be used in FILENAME.EXT. echo. echo. Output files: echo. FILENAME.COM for loading with FWKTL echo. IF k option: echo. FILENAME.LST code list, from A386 goto z :b if .%2 == .K goto c if .%2 == .k goto c echo on A386 +P6 +S %1 @echo off goto z :c echo on A386 +P6 +G16 +S +L39 +H127 %1 @echo off :z echo.