Crear Disco Duro Virtual

  • Uploaded by: axel
  • 0
  • 0
  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Crear Disco Duro Virtual as PDF for free.

More details

  • Words: 127
  • Pages: 1
@echo off :menu cls color b title bienvenido al creador de disco virtual echo. echo BIENVENIDO %AXEL% ECHO. ECHO ELIJE UNA OPCION... ECHO. ECHO ============================================ ECHO = 1. CREAR UN DISCO DURO VIRTUAL == ECHO = 2. BORRAR EL DISCO DURO VIRTUAL == ECHO = 3. SALIR == ECHO ============================================ ECHO. set /p ver= que desea hacer? if %ver%==1 goto crear if %ver%==2 goto bo if %ver%==3 goto salir :crear md"c:\disco duro extra" attrib +h "c:\disco duro extra" subst I: "c:\disco duro extra" msg * EL DISCO DURO VIRTUAL SE CREO SATISFACTORIAMENTE goto menu :bo attrib -h "c:\disco duro extra" rd "c:\disco duro extra" subst I: /d msg * EL DISCO DURO VIRTUAL SE BORRO SATISFACTORIAMENTE goto menu :salir msg * grasias por utilisar mi programa... exit

Related Documents

Crear Disco Duro Virtual
October 2019 39
Disco Duro Virtual
November 2019 23
Disco Duro
June 2020 21
Disco Duro
June 2020 8
Disco Duro
November 2019 20
Disco Duro
May 2020 14

More Documents from ""