[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
fILE MERGE IN SQR
- Subject: fILE MERGE IN SQR
- From: Prasanna Menta <pmenta@UMUC.EDU>
- Date: Thu, 24 Jan 2002 11:03:51 -0500
- Organization: University of Maryland University College
Hello,
I have a problem when i use the call system to merge two files in WINNT,
I have used the following code but it does not seem to work any
suggestions????
Code:
let $merge= ' C:\WINNT\system32\cmd.exe /c ' || 'COPY
C:\TEMP\headerfile.txt + C:\TEMP\filetype1.txt C:\TEMP\cpbexp.txt'
call system using $merge #status
Thanks
Prasanna