New feature: commandline parser

ansgar's profile image ansgar posted 16 years ago in News Permalink
With a code snippet from Nemanja we were able to implement a parser for the commandline. It enables you to connect to servers just like you know it from the commandline tools from MySQL:
heidisql.exe --host=192.168.0.1 --user=root --password -d "My sessionname" -D"testdb" -C


Want to try it? Just download the latest build.

Please login to leave a reply, or register at first.