Subject Re: DOS command
From ED FURCHE <ED@UNIV-COMPUTERS.COM>
Date Sat, 25 Jun 2022 12:02:07 -0400
Newsgroups dbase.getting-started

ED FURCHE Wrote:

> Why doesn't  this work?
>      stname="g:\excel\cash012022.csv"
>      stname="!XCOPY " + stname + " G:\CASH.CSV"
>      !stname
this worked...
    !erase g:\excel\cash.csv
     stname = "g:\excel\cash012022.csv"
     str1 = "!XCOPY " + stname + " G:\excel\cash.csv"
     &str1