[Resolved]Readpwd is broken

yanapa
2010-02-24
2010-05-18
  • yanapa - 2010-02-24

    Hello,

    I'm using CoDeSys 2.3.9.14 and the following command file is broken:

    file open MyPorject.pro /readpwd:<mypassword></mypassword>

    is not working anymore in batch mode

     
  • yanapa - 2010-05-18

    Ok finally found,

    the cmd parser is not using < and > anymore with readpwd and writepwd (you need them in prior versions else it was not working).

    So must write now:

    file open MyPorject.pro /readpwd:mypassword

    note: tested with 2.3.9.19

     

Log in to post a comment.