Transfer the Template Data File with LabelCLT
Install LabelCLT
- Download LabelCLT to your computer.
- Type "cmd" in the Windows search box to start the command prompt.
- Type the drive where LabelCLT is saved and press Enter. (In this example, LabelCLT is saved on the "C" drive.)
J:\>c:
- Type cd, add a space, and then copy and paste the path of the folder where the "LabelCLT.exe" file is located (in this example: cd c:\LabelCLT). Press Enter.
c:\>cd c:\LabelCLT
- Type LabelCLT.exe /eula and press Enter to display the License Agreement. If you agree to the terms of the License Agreement, type "y" (for "yes") on your keyboard and press Enter.
Basic File Transfer Procedure
- Access the printer using one of the commands below depending on your interface.
Command
Function
Example
/ip:"IP Address"
LAN: Specify IP or NodeName.
/ip:"192.168.0.250" or /ip:"BRW00AABBFF"
/printer:"Printer Name"
USB: Specify the printer name.
/printer:"Brother TD-2350D (300 dpi)"
- Transfer files using commands below.
Command
Function
Example
/send_pdz:"FilePath"
Send the specified PDZ file
/printer:"Brother TD-2350D (300 dpi)" /send_pdz:"c:\test\a.pdz"
/send_blf:"FilePath"
Send the specified BLF file
/ip:"192.168.0.250" /send_blf:"c:\test\a.blf"
/send_bin:"FilePath"
Send the specified BIN file
/ip:"192.168.0.250" /send_bin:"c:\a.bin"
/send_csv:"FilePath"
Send the specified CSV file
/ip:"192.168.0.250" /send_csv:"c:\test\a.csv"



