Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

execstr

  1. Claire_CJS

    WAD LESSON: setdos: Be careful reading files! %@LINE & %@EXECSTR[type filename] can send parts of the text file after “&&” directly to the command-line!

    Took me forever to figure out that the part of the txt file after && was being sent to my command line. It didn’t occur to me to even consider the possibility that using %@LINE[] could cause command line execution. it’s an internal function — Why should that even be possible? Seems like a...
  2. Claire_CJS

    Fixed EXECSTR failure if you alias 'tail'

    For the life of me.... I was trying to figure out how having my alises loaded was creating a failure with %@EXECSTR[-2,dirhistory] which returns the 2nd to last folders you were in. It turns out that me aliasing tail to `call tail.bat` breaks EXECSTR's functionality Is the implication here...
Back
Top