This seems simple enough, but cant find the right answer.
Customer wants a file delivered, and the file name is all underscores and no spaces. 2 of the names in that filename are dynamic and assigned to variables.
So the question is about the quoting. Because theres no spacing in the filename, it tries to treat that as one variable.
How to quote that out to avoid that happening?