[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Concerning XYWEB113.ZIP



Robert,
My OS is Win98 SE.
The actual filenames in the Spanish version are the same as in the English version and so Windows Explorer is the file tool.
I am attaching the *.BAT files: SW.BAT, W2.BAT, W2WIN.BAT.
They exist in my C:\PROGRA~1\OBJREXX directory.
Thank you very much.
Manuel Castelao
:: SW.BAT for Win32 [XYSHELL.ZIP] 2/16/2002 R.J.Holmgren
:: Switch from DOS to running Win32 process
::
@echo off
C:\PROGRA~1\ObjREXX\REXX.EXE C:\PROGRA~1\ObjREXX\SW.REX %1 %2 %3 %4 %5 %6 %7 %8 %9
for %%a in (c C) do if "%9"=="/%%a" exit
for %%a in (c C) do if "%8"=="/%%a" exit
for %%a in (c C) do if "%7"=="/%%a" exit
for %%a in (c C) do if "%6"=="/%%a" exit
for %%a in (c C) do if "%5"=="/%%a" exit
for %%a in (c C) do if "%4"=="/%%a" exit
for %%a in (c C) do if "%3"=="/%%a" exit
for %%a in (c C) do if "%2"=="/%%a" exit
for %%a in (c C) do if "%1"=="/%%a" exit
:exit
:: W2[WIN].BAT for Win32 [XYSHELL.ZIP] 2/16/2002 R.J.Holmgren
:: Start Windows process from XyWrite IV+|NotaBene for Windows
::
@echo off
if "%1"=="" C:\PROGRA~1\ObjREXX\REXX.EXE C:\PROGRA~1\ObjREXX\W2.REX
if "%1"=="" goto ex
START /MIN C:\PROGRA~1\ObjREXX\REXX.EXE C:\PROGRA~1\ObjREXX\W2.REX
:ex
exit
:: W2[WIN].BAT for Win32 [XYSHELL.ZIP] 2/16/2002 R.J.Holmgren
:: Start Windows process from XyWrite IV+|NotaBene for Windows
::
@echo off
if "%1"=="" C:\PROGRA~1\ObjREXX\REXX.EXE C:\PROGRA~1\ObjREXX\W2.REX
if "%1"=="" goto ex
START /MIN C:\PROGRA~1\ObjREXX\REXX.EXE C:\PROGRA~1\ObjREXX\W2.REX
:ex
exit