Avendo come cartella base “C:Downloads”, e “http://www.mysite.com/dir1/dir2/document.doc” come file da scaricare, presentiamo qui alcuni esempi di maschere di rinomina standard e i loro risultati:
| Maschera di rinomina | Risultato |
| *name*.*ext* | C:Downloadsdocument.doc |
| *name*_*hh*.*mm*.*ext* | C:Downloadsdocument_23.30.doc |
| *name*_(*text*).*ext* | C:Downloadsdocument_(click here to download).doc |
| *num*_*name*.*ext* | C:Downloads 32_document.doc (l’etichetta *num* aumenterà di valore ad ogni nuova sissione di dTa!, è un ottimo sistema per evitare nomi file duplicati!) |
| *ext**name*.*ext* | C:Downloadsdocdocument.doc |
| *m*-*d*-*y**name*.*ext* | C:Downloads 5-27-2006document.doc |
| *url**name*.*ext* | C:Downloadswww.mysite.comdocument.doc |
| *url**subdirs**name*.*ext* | C:Downloadsyoursite.comdir1dir2myfile.txt |
| *url**subdirs*-*name*.*ext* | C:Downloadsyoursite.comdir1-dir2-myfile.txt |