Quote: "is it podds? I like it.
"
It is not PODDS,PODDS was built to make .dds only.not anything else.(However this is as simple as hell to make.)
Repeat
Input "File to convert ",File$
Load Image 1,File$
Input "Filetype to convert to : ",Type$
Type2$=lower$(Type$)
Input "New filename : ",New$
Save Image New$+Type2$,1
Print "Saved,press any key to continue or Escape to quit."
Wait Key
Delete Image 1
CLS
Until Escapekey()=1
The code i posted above is very simple indeed.but it does what it is made for.I am sorry if it took you longer then 10 seconds Opposing Force,but im quite experienced with DBP so i can do this fast.
-Prince Of Darkness