FranzB 0 Posted April 28, 2021 there is a tool available on githut which supports the GetIt package manager for RAD Studio (Delphi) by calling the GetIt command-line. I need to install DosCommand component (available on GetIt) , but I found several DosCommand Classes on git, what link should I use to get correct DosCommand class ? AUTO GET IT Share this post Link to post
mvanrijnen 123 Posted April 29, 2021 I think he points to the DosCommand, which can be installed with GetIt itself, do this before u compile autogetit. (so start Delphi, go to GetIt, install DosCommand from there), continue compiling autogetit after that. Share this post Link to post
limelect 48 Posted May 1, 2021 (edited) In my case, it compiles with D10.2.3 with some modification from D10.3 to D10.2.3 See also https://github.com/corneliusdavid/AutoGetIt/issues/6 Use https://github.com/TurboPack/DOSCommand Edited May 1, 2021 by limelect Share this post Link to post