Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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