@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...
Tuesday, March 11, 2008
Sunday, March 9, 2008
CD-R drive or CD-RW drive is not recognized as a recordable device
| CD-R drive or CD-RW drive is not recognized as a recordable device Article ID | : | 316529 |
| Last Review | : | October 16, 2007 |
| Revision | : | 3.0 |
Subscribe to:
Posts (Atom)