Could you embed a version ID somewhere. Even if just declaring as a variable in the install.bat script would suffice. I'm trying to auto-convert all my imdisk installations with AIMtk. For imDisk I asked you before to embed a version ID which you did and it enabled me to write a "auto-update" script. Would like to do the same/re-use parts of that code for AIMtk after a one-time-only conversion... Thanx...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no change with ImDisk Toolkit about that: the version is returned by config.exe with the switch /version in both the standard output and the exit code.
However, calling install.bat with this switch does not work (there is another command after config.exe and it creates a new process of cmd).
Not sure to understand what you need.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you embed a version ID somewhere. Even if just declaring as a variable in the install.bat script would suffice. I'm trying to auto-convert all my imdisk installations with AIMtk. For imDisk I asked you before to embed a version ID which you did and it enabled me to write a "auto-update" script. Would like to do the same/re-use parts of that code for AIMtk after a one-time-only conversion... Thanx...
There is no change with ImDisk Toolkit about that: the version is returned by config.exe with the switch /version in both the standard output and the exit code.
However, calling install.bat with this switch does not work (there is another command after config.exe and it creates a new process of cmd).
Not sure to understand what you need.