Why does compiling with bat2exe result in an error? How to modify it?
The following content: Why does compiling with bat2exe result in an error? How to modify it?
@echo off
tw /np
echo ==== Modify the directory for installing the Windows system =====
set path1=C:\windows
echo ===========================
:main
set mpos=
set ?=
set M=
set N=
cls
call w.bat box (+white on +blue) @setup.bat:w_main #%mpos%
set mpos=%?%
cls
if errorlevel 100 goto main
if "%?%"=="4" goto menu4
if "%?%"=="3" goto menu3
if "%?%"=="2" goto menu2
if "%?%"=="1" goto menu1
:w_main " IMGING_WIN98 Image FOR WIN XP Installer "
IMGING_WIN98 Image FOR WIN XP Installer
1. Install to: directory
:menu1
xcopy windows\*.* %path1% /Y/S
goto ocx
:menu2
set path1=
goto main
:menu3
cls
call w.bat box (+white on +blue) @setup.bat:menu33 #%mpos%
set mpos=%?%
if errorlevel 100 goto main
if "%?%"=="1" goto main
:menu33 " IMGING_WIN98 Image FOR WIN XP Installer "
IMGING_WIN98 Image A very excellent image processing tool previously.
Because there is no such program in the WINDOWS XP system, it is extracted under WIN98.
If you have any suggestions during use, please contact and inform, thank you!
:menu4
exit
cx
cd windows\system
regsvr32.exe imgadmin.ocx
goto end
:end
cls
echo.
echo.
ECHO Installation completed
echo ===========
echo If you re-enter the menu, please enter MENU and press Enter.
echo =============================
set path=%path1%
The following content: Why does compiling with bat2exe result in an error? How to modify it?
@echo off
tw /np
echo ==== Modify the directory for installing the Windows system =====
set path1=C:\windows
echo ===========================
:main
set mpos=
set ?=
set M=
set N=
cls
call w.bat box (+white on +blue) @setup.bat:w_main #%mpos%
set mpos=%?%
cls
if errorlevel 100 goto main
if "%?%"=="4" goto menu4
if "%?%"=="3" goto menu3
if "%?%"=="2" goto menu2
if "%?%"=="1" goto menu1
:w_main " IMGING_WIN98 Image FOR WIN XP Installer "
IMGING_WIN98 Image FOR WIN XP Installer
1. Install to: directory
:menu1
xcopy windows\*.* %path1% /Y/S
goto ocx
:menu2
set path1=
goto main
:menu3
cls
call w.bat box (+white on +blue) @setup.bat:menu33 #%mpos%
set mpos=%?%
if errorlevel 100 goto main
if "%?%"=="1" goto main
:menu33 " IMGING_WIN98 Image FOR WIN XP Installer "
IMGING_WIN98 Image A very excellent image processing tool previously.
Because there is no such program in the WINDOWS XP system, it is extracted under WIN98.
If you have any suggestions during use, please contact and inform, thank you!
:menu4
exit
cxcd windows\system
regsvr32.exe imgadmin.ocx
goto end
:end
cls
echo.
echo.
ECHO Installation completed
echo ===========
echo If you re-enter the menu, please enter MENU and press Enter.
echo =============================
set path=%path1%

