@echo off
:start
cls
@echo OPEN TIFF WITH:
@echo.
@echo 1 - Office Image
@echo 2 - Image Fax Viewer
@echo.
set /p userinp=Choose an Option (1-2) and press ENTER:
set userinp=%userinp:~0,1%
if "%userinp%"=="1" goto 1
if "%userinp%"=="2" goto 2
echo invalid choice
goto start
:2
call c:\software\tif\sanurifv.bat
pause
goto end
:1
call c:\software\tif\menu2.bat
goto end
:end
pause>nul
If you don't write it down somewhere...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment