// Import from Excel file
ImportBookmarks /Excel /file="{programdir}import.xls" /targetfolder="xls" /duplicates=update
// Import from CSV file
ImportBookmarks /CSV /file="{programdir}import.csv" /targetfolder="csv" /duplicates=ignore
// Import from text file
ImportBookmarks /Text1 /file="{programdir}text1.txt" /targetfolder="Import\Text-1"
ImportBookmarks /Text2 /file="{programdir}text2.txt" /targetfolder="Import\Text-2"
// Import from Internet-Explorer and Opera
ImportBookmarks /IE /targetfolder="Import\Internet Explorer"
ImportBookmarks /Opera /targetfolder="Import\Opera"
// Import from WebSite-Watcher Export file
ImportBookmarks /WSW /file="c:\123\exp.zip" /targetfolder="Import\WSW"
|