Code: Select all
run """software.exe"" /A * <curpath> > C:\Users\xxxx\Desktop\list.csv"
I tried the Windows escape character ^, and also quotes, but it keeps throwing an error saying invalid syntax >
Many thanks.
Code: Select all
run """software.exe"" /A * <curpath> > C:\Users\xxxx\Desktop\list.csv"