I created a batch file with the following command:
'C:\..\..\..\hmbatch.exe' -tcl C:\..\..\commands.tcl'
When I launch the bat file, it gives an error saying that
'hmbatch should be launched with -c<command file> or -tcl file'
I have already have -tcl option in the batch file.
Can somebody tell what is going wrong?