How to use Windows *.BAT files as HOST type executables while defining concurrent program executable
1. we have a windows NT based file system.
2. we create a file xyz.csv in F:\temp
3. we need to transfer it to Y:\temp
4. we want to automate this process by creating a concurrent program
5. we have a bat file with command ' move F:\Temp\xyz.csv to Y:\Temp\xyz.csv '
6.This works fine when we double click and execute the bat file.
7.but when we register it as a Host type concurrent program executable, the program fails with no log and output.
8. am i missing something here ?
please help
Thanks