Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Trouble with @full[] function.

Using TCC 19.10.54, at command line or in batch file, the @full[] function returns an error ("The parameter is incorrect.") whenever the (properly quoted) filename contains a comma, eg. echo %@full["Filename with, a comma.txt"]. Can anyone confirm?
 
Works correctly in 21.01.63.
Code:
[D:\Downloads]echo %@full["Chapter 1. The PowerShell Console - Master-PowerShell - With Dr. Tobias Weltner - PowerShell.com – PowerShell Scripts, Tips, Forum
s, and Resources (2015-03-30 12-38-18 PM).htm"]
"D:\Downloads\Chapter 1. The PowerShell Console - Master-PowerShell - With Dr. Tobias Weltner - PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources (2015-03-30 12-38-18 PM).htm"
 

Similar threads

Back
Top