Results 1 to 10 of 35

Threaded View

  1. #11
    Join Date
    Mar 2010
    Posts
    87
    Points
    437,811.23
    Rep Power
    174

    Default Re: 4gb Memory Enlarger Made By WorldKing

    look at the difference between the bat files

    @echo off
    color 0A
    title Memory Stick Size Increasing
    Echo.
    echo Drive Increaser made by WorldKing
    echo.
    echo.
    echo Running this will increase/decrease the size of a memory stick to 4GB.
    echo Type what you want to call the USB stick.
    set /p name=
    cls
    echo Type the Drive LETTER!
    set /p letter=
    cls
    echo Type Drive Letter (again!) to start.
    set /p Letter2=
    If /I %letter% == %Letter2% goto starx
    goto verification
    :starx
    cls
    color 0C
    mkdosfs -n %NAME% -v %letter%: 8386900
    cls
    echo.
    color 0A
    echo Done!
    echo Press any key to exit
    pause>nul
    goto exix
    :verification
    cls
    echo.
    echo You entered a different letter the second time.
    Echo Press any key to exit.
    Pause>nul
    :exix
    exit


    @echo off
    color 0A
    title Memory Stick Size Increasing
    Echo.
    echo Drive Increaser made by Oscar Sanchez
    echo.
    echo.
    echo Running this will increase/decrease the size of a memory stick to 4GB.
    echo Type what you want to call the USB stick.
    set /p name=
    cls
    echo Type the Drive LETTER!
    set /p letter=
    cls
    echo Type Drive Letter (again!) to start.
    set /p Letter2=
    If /I %letter% == %Letter2% goto starx
    goto verification
    :starx
    cls
    color 0C
    mkdosfs -n %NAME% -v %letter%: 8386900
    cls
    echo.
    color 0A
    echo Done!
    echo Press any key to exit
    pause>nul
    goto exix
    :verification
    cls
    echo.
    echo You entered a different letter the second time.
    Echo Press any key to exit.
    Pause>nul
    :exix
    exit

    wk doesn't work but the one in the link packed with the program worked ?????

    any comment on this
    Last edited by alucard7616; 04-14-2010 at 02:58 PM. Reason: found summing





    Notice: You need a girl whose name doesn't end in .JPG

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts