This may be a "feature". However running a standard bat file that calls a second bat file.
1) starting the script with a parameter. I add the "-h" that I want to pass in the "Display/Modify Batch Parameter" tab. When the script starts this gets overwritten with the batch file name "0=myBat.bat" and I lose the -h?
I can't see any other way to start running a script with desired parameter.
2) When the code enters a second bat file, the code tab changes to that file, and I lose all of the breakpoints in the first file? To run it again I have to re-load the first file and set all of the break points again? is this the expectd behaviour
This may be a "feature". However running a standard bat file that calls a second bat file.
1) starting the script with a parameter. I add the "-h" that I want to pass in the "Display/Modify Batch Parameter" tab. When the script starts this gets overwritten with the batch file name "0=myBat.bat" and I lose the -h?
I can't see any other way to start running a script with desired parameter.
First, did you save the new parameters before starting the batch file (i.e., by clicking on the batch parameters toolbar)? If not, the parameters will be reset to the original default values when you start the batch file.
Second, you should never overwrite the "0" parameter, as that is what specifies the batch file name. (TCC and CMD will get very disturbed if you tell them the batch name is "-h"!)
Third, you can also specify the batch parameters you want to use by entering them in the "Batch Parameters" edit control on the IDE toolbar.
2) When the code enters a second bat file, the code tab changes to that file, and I lose all of the breakpoints in the first file? To run it again I have to re-load the first file and set all of the break points again? is this the expectd behaviour
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.