Here is a simple VB6.0 code:
retval = ShellExecute(Form1.hWnd, "print", "C:\Project\picture.bmp", "", "C:\Project\", _
SW_MINIMIZE)
If you guys have time could you make up a simple asm for that would accept as command line argument the name of th file to be printed then execute it from there? I have actually made a C# one for this but I think (not sure) one that is made of assembly won't need any installation or the .Net framework in order to run.
Thanks guys for any help. Suggestion are welcome but I'll let you know I know NOTHING of assembly so pls. be gentle to me... :-)