Java & Class file deleter [BATCH]

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

Java & Class file deleter [BATCH]
  1. Unread #1 - May 11, 2007 at 8:54 PM
  2. Olan14
    Joined:
    Jan 26, 2007
    Posts:
    581
    Referrals:
    0
    Sythe Gold:
    0

    Olan14 Forum Addict

    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) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site