Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch file

Hi

Team I want to send text to  batch file like this

"ArchiveBatchDir" space "DataDir" space "ArchiveDir" 

I have written the code as below

Load  ArchiveBatchDir &'"'& Chr(4) & DataDir &'"' & Chr(4) & ArchiveDir &'"'  as Batch

But its giving "" in between. Can any one help to get exactly the same as

"ArchiveBatchDir" space "DataDir" space "ArchiveDir" 

0 Replies