Bernie
  From within your code create a batch file and write the fullpath to
the file you want copied and then the path to where you want to copy it.

    OUT C:\TEMP\MyFile.BAT
     WRI 'COPY c:\temp\junk.junk.txt o:\temp\'
    OUT TERM

    LAUNCH C:\TEMP\MyFile.BAT

Buddy 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard
Lis
Sent: Tuesday, October 11, 2005 9:42 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - copy problem

Try this --
Create a file called xx.yy.zz  put some dummy info into it.

then  copy xx.yy.zz  to some other folder
I got xx.zz    the yy component disappeared

Are we not able to copy a 3 component file in a command file?

Bernie Lis

Reply via email to