hmbatch is not launching
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?
Answers
-
Altair Forum User said:
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?
Hi
you may need to quote your tcl file path if it contains space, for example
'...hmbatch.exe' -tcl 'C:\new folder\command.tcl'
0 -
Altair Forum User said:
Hi
you may need to quote your tcl file path if it contains space, for example
'...hmbatch.exe' -tcl 'C:\new folder\command.tcl'
Yes I tried it that too as well. First of all, the path does not contain any space.
0