I have a Txt file a.txt in c:

I want to take the print out of the file through DOs something like c:\a.txt > prn

I don't want any windows print out becaues it is too slow.

I am doing something like this :

a = Shell("cmd.exe")
SendKeys "Type C:\dirbat.txt >prn"


This opens too many dos prompts and there is no result at end.

I need this urgently,

Thanks,
Shivakumar G.M.