Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Icefire817

macrumors newbie
Original poster
Mar 26, 2011
13
0
WA
Hey everyone! I was wondering if I could get some help with a .bat file i'm trying to turn into an applescript or terminal command that I can use for a mod of the Fallout New Vegas port I have. The batch file is as follows:

for /F "tokens=*" %%a in (dupefilelist.txt) DO DEL "%%a"
for /F "tokens=*" %%a in (dupefolderlist.txt) DO rmdir "%%a" /S /Q

DEL dupefilelist.txt
DEL dupefolderlist.txt

Attrib -r
DEL %0

Basically, what would this look like when the language is changed? I have very little experience w/ this kind of thing.
Thanks!
-Michael
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.