Skip to content
Prev 171897 / 398503 Next

Substituting in a variable file name in a Windows system command

Elaine Jones wrote:
Don't include the quotes.
Should be

com <- paste('C:/upload_data/uploadq8table.bat
C:/upload_data/',fname, sep="")

Duncan Murdoch