Close

Added support to run under windows

A project log for Remote Linux Manager

The Remote Linux Manager is a robust, multi-threaded GUI application designed for centralising the management, monitoring, maintenance

diddydiddy 10/21/2025 at 14:230 Comments

Created a batch file for windows so now this tool will run under Linux or Windows.
Just run linux.sh on a Linux system or windows.bat.

However, in order to run on windows, you need to have python installed.
any extra add ons to ppython will be installed by windows.bat or linux.sh on first run up.

Batch file has details :-

REM ##########################################################################################
REM #                                  USER SETUP NOTES                                      #
REM ##########################################################################################
REM # To run this script, the user MUST perform the following one-time setup steps:
REM #
REM #   Install python for windows (python 3.13 worked for me, then :
REM #
REM #
REM #    a) Update the system:
REM #       pacman -Syu
REM # 
REM#  this is now automated during the first run up.
REM #    which has all pre-compiled dependencies, and launch the application.
REM ##########################################################################################

Discussions