Developers: BUG found

  • Thread starter Thread starter D Kaplan
  • Start date Start date
D

D Kaplan

hello,

when you run a batch file, you get a box that pops up and
asks you if the batch can be run or not. that's a cool
feature but there seems to be a bug:

it seems like the batch file isn't being run properly
because things called from the batch fail and you have to
run it again to get it to work. of course, the second
time i don't see the pop-up box -- i assume because i
checked the "remember" box.
 
possibility: it seems like the problem involves the
default environment variables for the shell are not used
when the batch is run from the popup box.
 
Back
Top