echo off rem use this for cleaning out object files and .res files from all kinds of easyplx folders rem i use it myself every time i want to upload a ner version echo on erase easyplx\*.o erase easyplx\*.res erase easyplx2\*.o erase easyplx2\*.res erase easyplx2ny\*.o erase easyplx2ny\*.res erase easyplx2old\*.o erase easyplx2old\*.res erase easyplx3\*.o erase easyplx3\*.res pause