copy a pdf file using a DOS function


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Yves ste-marie on January 10, 2011 at 13:45:16:

how do I write my copy line
to move: (works great)
DOSMOVE:
AX$='@FFF9@' & BX$ = '@0000@'
DOSFNAME$ = DOSFNAME$ + '@00@
DOSTNAME$ = DOSTNAME$ + '@00@
DOSMS(AX$,BX$,DOSFNAME$,DOSTNAME$), EXCP=DOSEXCP ! MOVE

to copy: (not working)
DOSCOPY:
AX$='@FFFA@' & BX$ = '@0000@'
DOSFNAME$ = DOSFNAME$ + '@00@
DOSTNAME$ = DOSTNAME$ + '@00@
DOSMS(AX$,BX$,DOSFNAME$,DOSTNAME$), EXCP=DOSECP

WHAT SHOULD I CHANGE ?


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]