Hi i have been asked to create a sample app which pulls data from a txt file. Then outputs it in another txt document depending on certain arguments.
Write a console application called 'program.exe' that takes four arguments:
1. Input File
2. Output File
3. Log File
4. Product Codes delimited by comma
example: extract.exe c:\process.txt c:\output.txt c:\log.txt "ABC,123"
I know this is a bit cheeky, but i am unsure where to start as i am just starting out in Windows C# Apps. So any help would be much appreciated. Ideally it would be good if anyone has any links to sites so i can read up on how to create this so i can learn too.
Much appreciated.