You are here
mIRC
Informations
Creator | Message |
---|---|
Quentin PÂRIS
![]()
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionmIRC is a popular Internet Relay Chat client used by millions of people, and thousands of organizations, to communicate, share, play and work with each other on IRC networks around the world. Serving the Internet community for over a decade, mIRC has evolved into a powerful, reliable and fun piece of technology.
Source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITRE="mIRC" PREFIXE="mIRC" file="mirc632.exe" cd $REPERTOIRE/tmp/ rm *.jpg wget $SITE/setups/mirc/left.jpg POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg" POL_SetupWindow_presentation "$TITRE" "mirc" "http://www.mirc.com/" "Tinou" "$PREFIXE" cd $REPERTOIRE/tmp/ select_prefix "$REPERTOIRE/wineprefix/$PREFIXE" POL_SetupWindow_prefixcreate POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "$SITE/divers/$file" POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE" wine $file POL_SetupWindow_detect_exit POL_SetupWindow_message "Please press Next when mIRC is fully installed" "$TITRE" POL_SetupWindow_make_shortcut "$PREFIXE" "Program Files/mIRC" "mirc.exe" "" "$TITRE" POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Lizard2 | Wednesday 22 February 2023 at 21:02 |
Lizard2
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -4,7 +4,7 @@ TITRE="mIRC" PREFIXE="mIRC" -file="mirc632.exe" +file="mirc767.exe" cd $REPERTOIRE/tmp/ rm *.jpg wget $SITE/setups/mirc/left.jpg New source code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITRE="mIRC" PREFIXE="mIRC" file="mirc767.exe" cd $REPERTOIRE/tmp/ rm *.jpg wget $SITE/setups/mirc/left.jpg POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg" POL_SetupWindow_presentation "$TITRE" "mirc" "http://www.mirc.com/" "Tinou" "$PREFIXE" cd $REPERTOIRE/tmp/ select_prefix "$REPERTOIRE/wineprefix/$PREFIXE" POL_SetupWindow_prefixcreate POL_SetupWindow_download "Downloading $TITRE" "$TITRE" "$SITE/divers/$file" POL_SetupWindow_wait_next_signal "Installing $TITRE" "$TITRE" wine $file POL_SetupWindow_detect_exit POL_SetupWindow_message "Please press Next when mIRC is fully installed" "$TITRE" POL_SetupWindow_make_shortcut "$PREFIXE" "Program Files/mIRC" "mirc.exe" "" "$TITRE" POL_SetupWindow_message "$TITRE has been installed successfully" "$TITRE" POL_SetupWindow_Close exit Replies |