Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run program with spaces in parameter
#1
I've tried many variations of this:
Code:
Copy      Help
run "$desktop$\garbage\test.bat" "bob and tom"

The recieving program never sees past the first space in parameter. In this example, program only see's "bob" instead of "bob and tom".

Thanks.
Just say HEMP!
#2
try
Code:
Copy      Help
run "$desktop$\garbage\test.bat" "''bob and tom''"


Forum Jump:


Users browsing this thread: 1 Guest(s)