Hello,
I am using VS 2012 and I am trying to write a program that only runs from a Command Prompt. On the project properties page, I clicked the Debug tab\Command Line Argument, and I entered in my values. What I want to do is open a file that the path varies according
to the user. Inside the file, I need to replace 2 areas of text. Both of these areas are surrounded by quotes and I need to call that in the command because there are multiples areas in the file with the same text, but only one area has it in quotes.
What I am trying to accomplish is something like this:
C:\>replace.exe variable1(path) variable2("old text") variable3("new text")
Any help would be appreciated.