Click to See Complete Forum and Search --> : Can someone help to student ? It's not a big deal for pro


WINAPISTUDENT
January 17th, 2008, 02:55 AM
Please someone can help me with understanding something ?

I need to do following :

How can I get some parameter from windows run console ?? I mean for example I need to do something with file ...

so what i need that when I run mYapp from windows --> run --> myApp.exe \\ and here I need to pass full path to the file ....
so the question is how organize this ? Please can someone explain ...

WINAPISTUDENT
January 17th, 2008, 03:10 AM
here is example what i need , note pad !

in run console if i type notepad.exe c:\\textfile.txt notepad will open the file , how to organize this ?

JohnW@Wessex
January 17th, 2008, 03:34 AM
http://wwwx.cs.unc.edu/~sparkst/howto/cpp_main.php (http://wwwx.cs.unc.edu/%7Esparkst/howto/cpp_main.php)

WINAPISTUDENT
January 17th, 2008, 03:40 AM
Thank you very much ...