We will now create a new batch file that can be used to start any of the various PC/3270 configurations. Depending on the communications link you are using, you may need to execute a PC3270W.BAT file to invoke the WIN-OS/2 environment. The other types of links invoke WIN-OS/2 directly. This batch file will check for the presence of PC3270W.BAT and use it if it exists.
Create the file C:\PC3270W\PC3270WO.BAT
@ECHO OFF IF EXIST PC3270W.BAT GOTO TSR WINOS2.COM PCS3270.EXE GOTO END :TSR PC3270W.BAT PCS3270.EXE :END