Can I open a specific file say C:\myfile.txt in Notepad?

I tried Shell("C:\myfile.txt", 1) and it throws an error.
Thanks