@echo offcolor 0atitle Virtual disk Acces Softwareset /p username= teclea tu nombre ::iniclsecho.echo ===========================echo Bienvenido %Username%echo.echo ===========================echo.echo - 1.Configurar Acesoecho - 2.Abrir Sesion de Unidad u:echo - 3.Acceder a u:echo - 4.Cerrar Sesion de Unidad u:echo.echo.echo ---------------------------------------Set /p ini= ELija:If %ini%== 1 goto 1If %ini%== 2 goto 2If %ini%== 3 goto 3If %ini%== 4 goto 4:1md c:\hdvirtualattrib +h c:\hdvirtualecho ya puede continuar con el siguiente pasopause>nulgoto ini:2echo.Set /p pw= Password:If %pw%==uriel (goto :acces) else (goto :no):accessubst u: c:\hdvirtualecho en un instante se abrira su unidad virtualpausegoto ini:3start u:goto acces:4subst u: /decho nos vemos!!pausegoto no:noexit
TENIA UNO QUE OTRO ERROR PERO CREO QUE YA QUEDO ....SALUDOS Y ESPERO LES SIRVA COMO ME AYUDO AMI!!