Hey, since you guys seem to know infinitely more about scripting than I do, could someone help me convert this batch file into an applescript?
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
I felt that it went along w/ this thread....
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
I felt that it went along w/ this thread....