Robert Homes
Member
- Joined
- Nov 16, 2023
- Messages
- 11
- Programming Experience
- 5-10
I know there's a way to specify an argument to the Process.Start command -- such as "print" or "save" -- something that would be a good argument for whatever process you're wanting to start. But I don't remember how to specify that command or where to find the information. I want to use Process.Start to name a text file and have Process.Start call the correct program (usually Notepad.exe) to execute the process. But you can add someting to tell Notepad to print the file, not just open it. How do you do that?