[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Question on CALL SYSTEM
- Subject: Question on CALL SYSTEM
- From: Anthony Leung-New York <ALeung@RUSSREYN.COM>
- Date: Wed, 7 Jul 1999 08:57:59 -0400
Dear all,
I have a sqr that is running on a Windows 95 environment. I need to do a
CALL SYSTEM to copy files from one directory to another. According to the
SQR Reference book the syntax should be as follow:
CALL SYSTEM USING 'copy c:\source\*.* c:\target\' #s
where #s returns the status of the call.
I ran the sqr but the return status is always 2 (which indicates an error)
and nothing gets copied over to the target
Can someone shed some light in this area.
Thanks