This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F2619S-HT: Uniflash Standalone command line tool and spaces in filenames

Part Number: MSP430F2619S-HT
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

Hello,

I am testing Uniflash v4.2.1.1562 on Windows x64 for use in our production facilities. I have generated a standalone command line installer from our existing TI txt filenames "XT1 1MHz XT2 Unused.txt" and "MAS v3.7-8F3C.txt" and the dslite.bat file contains the line:

set GENERATED_COMMAND=-c user_files/configs/MSP430F2619.ccxml -l user_files/settings/generated.ufsettings -e -f -v user_files/images/XT1 1MHz XT2 Unused.txt user_files/images/MAS v3.7-8F3C.txt

The final output of the script is predicatably a failure:

        Building search data: MSP430
        Executing Startup Scripts: MSP430
Connecting...
Failed: Unable to open file: user_files/images/XT1

Obviously I can either use filenames without spaces or insert the required quotes in the generated script but it would be nice for the standalone generator to generate those quotes.