[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



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