1.

Solve : Spaces in the file path?

Answer»

i have a BATCH file that opens a file and WORKS fine how ever if i try it with a file path that has spaces it doesnt like it. Is there a way around this without changing the file path?Hi JTWork,

You can use DOUBLE INVERTED commas to ignore the blank SPACE between file name.

Ex. "C:\Windows\System32\file name.exe"



Discussion

No Comment Found