;-----------------------------------------------------------------------------
; USBDLM.INI 
; 
; Sample - USBDLM configuration file by TMS
; 
; Details about USBDLM under:
; http://www.uwe-sieber.de/usbdlm_e.html
;
; NOTE:
; Setting in this ini file
; - Adjust log file if required by removing the semicolon 
; - Balloon tips are enabled and contain some additional USB drive info
; - USB drive letter is supposed to be "Y"
; - ID file on external USB drive is: drive_y.id 
;---------------------------- Settings ---------------------------------------
[Settings]
; Here you can let USBDLM write a logfile, adjust to your settings
; LogLevel=2
; WriteLogFile=1
; LogFile=C:\programs\usbdlm_64\_usbdlm.log
; 
;---------------------------- Balloon Tips -----------------------------------
[BalloonTips]
; This activates balloon tips and sets their show duration in milliseconds
Enabled=1
Timeout=6000
ShowSize=1
Text_singledrive=Backup Drive mounted as %Root% Name: <%VolumeLabel%> [%FsName%]
; 
; ----------------------------Set drive letter -------------------------------
[DriveLetters10]
; ----------------------------------------------------------------------------
; Set Backup USB Drive to a fixed drive letter
; ----------------------------------------------------------------------------
; If file drive_y.id exists then drive letter Y is assigned, else next free
; drive letter is assigned
FileExists=%Drive%\drive_y.id
Letter1=Y
; ---------------------------- END -------------------------------------------