"copy /b" in windows is a binary copy
eg. copy /b file1 + file2 file3
or
"type"
type file1 >> file2
maybe?
what exactly are you trying to acomplish? I'm not at all sure you'll be able
to combine .pst files outside of the application which built them
> -----Original Message-----
> From: Drain, Frank [mailto:[EMAIL PROTECTED]]
> Sent: 19 April 2001 9:28
> To: Beginners (E-mail)
> Subject: cat a file
>
>
> Hello,
>
> I am very new to perl. I have two pst (personal folder files) that I want
> to combine into one.
>
> I know how to use cat in Linux. How do do this
> same operation in perl under windows?
>
> Thank You,
>
> Frank Drain
>
>