Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Old times
Message
From
04/02/2004 20:55:28
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
04/02/2004 12:20:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00874035
Message ID:
00874279
Views:
8
>Hello:
>
>In old times when we used DOS we had a way to print files directly to printer using the following command:
>
>copy LPT1:
>or
>copy <\\server\printer>
>
>I am attempting unsuccessfuly to work in a simmilar way using the RUN command in VFP in a W2000 environment. Someone know how I can (at least) emulate this command?
>
>Thanks
>
>Efrain

I would use:
FileInRam = FileToStr("MyFile.txt")
??? PrinterSetupCodes + FileInRam
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform