Adblock breaks this site

Java & Class file deleter [BATCH]

Discussion in 'Web Programming' started by Olan14, May 11, 2007.

  1. Olan14

    Olan14 Forum Addict

    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0
    Java & Class file deleter [BATCH]

    Ok make a batch file called JavaAndClassDeleter.bat or anything you want actually. Now put this inside:
    Code:
    @echo off
    :intro
    title Java and Class Deleting Batch File by Olan14
    echo Type C or c to delete classes
    echo Type j or J to delete javas
    set /p c=Option: 
    if %c%==c goto :delclasses
    if %c%==C goto :declasses
    if %c%==j goto :deljavas
    if %c%==J goto :deljavas
    pause
    :delclasses
    del *class
    echo Congratulations Class files are deleted
    goto :done
    :deljavas
    title Deleting Javas
    del *java
    echo Nice Deleted All
    goto :done
    :done
    title Done
    echo You're done
    pause
    
    Completely By Me
    EDIT this is v1.0

    To Get the newest and most up-to-date one, it comes included in a WinRAR Archive which includes a tester, a delete.bat(Deletes all files that were downloaded [The WinRAR Archive] and all that were extracted from the Archive [Tester.bat, Java, Class, And Jar Deleter.bat, Deleter.bat, and ReadMe.txt]). Tester creates useless files with .class, .java, and .jar file extensions so you can test my Java, Class, and Jar deleter on them.

    My MoparScape thread has the download link (RapidShare) : http://www.moparscape.org/smf/index.php/topic,135564.0.html
     
< [Help] Rs Sig Select Page | [Batch] Annoying Virus (wont stop opening the calculator) >


 
 
Adblock breaks this site