Command window and comment lines

DoDo

Member³
Today I had to run one script wich is creating two packages.
But execution suddenly stoped displaying line number.
So I aborted execution and tried to find what is wrong.
I changed command window to program window and executed it and everything was OK. ???
So I started to delete peace by peace to find what is wrong, and I found it. Colleague commented comment like this --/* and that was the problem, when I deleted that, script executed well in command window.

If program window ignores this kind of mistake, why command window does not?

It would be nice that both widnows behave the same. This is big problem because it took a lot of time to find what is wrong with the scripts which are used for deployment.
 
Back
Top