dapgo / Menu4multiple_Webrowsers

A Menu launcher for all your WebBrowsers (available for Win and *nix/macOS) that allows sharing a common profile among different Firefox webbrowser (Basilisk, FF,Waterfox or Palemoon and forks ). Feedback and bug report are welcome ;)
GNU Lesser General Public License v3.0
10 stars 1 forks source link

Problems with ReactOS #6

Closed dapgo closed 5 years ago

dapgo commented 5 years ago

CHOICE is included format /C:[options] ( C:1234HQ)

/M is not compatible with ReactOS /C 1234HQ (compatible MSDOS 6.22) is not compatible with reactOS

ReactOS Default: windows size: 80x25

dapgo commented 5 years ago

workaround: set windows size 80x40 ver command output: reactos Version 0.4.11 20190303-0.4.11-release-0-ged7305b
Running on: ReactOS [Version 5.2.3790] Service Pack 2

As OS version can be detected from the script, following options are possible option1) if reactOs, adjust menus to fit in 80x25 option2) if reactOs, notify to user that optimum size is 80x40 and how to change option3) if reactOs, execute CHOICE /C:1234...HQ

dapgo commented 5 years ago

fixed