Search

Home > Appendix > LabelCLT > Transfer the Template Data File with LabelCLT

Transfer the Template Data File with LabelCLT

For supported commands, usage examples, and errors not listed here, see the LabelCLT manual on the Brother support website at support.brother.com.

Install LabelCLT

  1. Download LabelCLT to your computer.
  2. Type "cmd" in the Windows search box to start the command prompt.
  3. Type the drive where LabelCLT is saved and press Enter. (In this example, LabelCLT is saved on the "C" drive.)

    J:\>c:

  4. 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

  5. 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

  1. 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)"

  2. 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"

Did you find the information you needed?