[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Can't move all files from folder
- Subject: [sqr-users] Can't move all files from folder
- From: "Karen Leary" <kleary@ubalt.edu>
- Date: Mon, 13 Nov 2006 13:54:06 -0500
- Delivery-date: Mon, 13 Nov 2006 13:56:43 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: AccHVRgVpFZbL5BuRQCoUSaa7gEh1A==
- Thread-topic: Can't move all files from folder
I am trying to move some files from one folder to another when finished
processing.
I am using the following syntax which only moves one of the files
instead of all of them - any ideas why???
Let $move = getenv('COMSPEC') || ' /C move ' || $ArchivePath || '*.* '
|| $ArchivePath || 'archive\'
call system using $move #status wait
Each time I run the program it will move one file. If I run the same
command from a dos prompt it does move all the files.
Thank you,
Karen
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users