12-24-2022, 07:35 PM
If it's inside quotes, it should pass as a single argument. Are you using another program to make the call? If so, encase it in CHR$(34) quote symbols. SHELL "myprog.exe " + chr$(34) + "test*.*" + chr$(34) <-- something similar to this.