Loading a file into a program at startup
U all know this: "shell("notepad.exe textfile.txt",1)"
I am replacing "notpad.exe" with my program "loadfile.exe".
The u get "shell("loadfile.exe textfile.txt",1)"
Now, how do I get "loadfile.exe" to pick up "textfile.txt"?
I need the answer to be in Visual Basic 6.0 code PLEASE.
I hope u understand my challenge. :)

