tykurez
New member
I have a console application which is going to run on a server that searches a directory for any post-script files and converts them to .pdf files. Currently the directory it searches is hard-coded in the app.config file, but when I deploy this I want the client to be able to pass a directory name for it to search in. Is there any way to do this with a console application? Thanks in advance for any help!