iamola / uniserver

The Uniform Server Git Repo
158 stars 18 forks source link

unicontroller complete list command line #1

Closed maravento closed 3 years ago

maravento commented 3 years ago

where is the complete list of commands to work for cmd with unicontroller.exe? (start/stop it, start it without the root password window, etc.) thanks PD: PD: I have only found this:

Parameters implemented by this procedure:
   start_apache // Start Apache server
   stop_apache  // Stop Apache server
   start_mysql  // Start MySQL server
   stop_mysql   // Stop MySQL server
   start_both   // Starts Apache and MySQL servers
   stop_both    // Stops Apache and  MySQL servers

And there is no information with /?

sudeepjd commented 3 years ago

Yes.. Those are what you have... The corresponding code for the command line parameters are in the below file.

https://github.com/iamola/uniserver/blob/master/UniController/command_line_start_up.pas