Microsoft
Software
Hardware
Network
Question : Problem with the choice command under ms-dos 8.0
Hello,
I'm working on a script and I have problems running the choice command. This is :
:block1
choice /c:12 /n Format a:,g: ?
if errorlevel 1 goto a
if errorlevel 2 goto fine
:a
format a:
goto fine
:g
format g:
goto fine
:block2
choice /c:1234567 /n Format b:,c:,d:,e:,f:,a:,g: ?
if errorlevel 1 goto b
if errorlevel 2 goto c
if errorlevel 3 goto d
if errorlevel 4 goto e
if errorlevel 5 goto f
if errorlevel 6 goto a
if errorlevel 7 goto fine
:b
format b:
goto fine
:c
format c:
goto fine
:d
format d:
goto fine
:e
format e:
goto fine
:f
format f:
goto fine
:a
format a:
goto fine
:g
format g:
goto fine
:fine
shutdown
the problem born when I choose an option from 1 to 7 inside the Block 2 the script always jumps on block 1 and it executes the code under the :a section. How can I fix it ?
Answer : Problem with the choice command under ms-dos 8.0
If you need to manage the device using the inside ip address but you are behind a VPN you should use this command:
management-access inside
After that you are going to be able to launch the ASDM through the tunnel.
Random Solutions
canon DR 3060C II scanner won't connect to usb port. Defualts to scsi
Javascript request querystring problem
Does a slower card reduce the speed of my overall network?
Need help with Outlook pop3 service email storage on a server 2003 sbs
Invalid sql error in Hibernate
Sharepoint how to remove this site navigate?
Problems connecting to VPN (PPTP).
Access VBA - populate ListBox with summary of field
SQL Query Problem
Process to perform general user administration in windows environment