Hi, I'm having casting problems with this code while trying to use argv[1] and argv[2]
this is the code:
-------inicio--------
int main(int argc, char *argv[])
{
system("rundll32 printui.dll,PrintUIEntry /in /c\\\\" + argv[1] + "/n\\\\" + argv[2]);
}
---------fin---------
any idea?
Thanks
this is the code:
-------inicio--------
int main(int argc, char *argv[])
{
system("rundll32 printui.dll,PrintUIEntry /in /c\\\\" + argv[1] + "/n\\\\" + argv[2]);
}
---------fin---------
any idea?
Thanks