@QUOTE[string] : Returns a double quoted argument if it contains any whitespace characters.

 

Examples:

 

echo %@quote[Now is the time]

"Now is the time"

 

echo %@quote[Nowisthetime]

Nowisthetime