I am using the code below to start a executable file from a windows service and I need to pass html code (stored in a variable) as an argument. I am escaping with double quo
Be careful not to pass too much on the command-line:
I think 2000+ characters is starting to get too long.