CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2003
    Posts
    63

    What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    Dear all,

    I got one open-source watcom C's code and want to know the relationship among these 3 :

    dos4g.exe ( I know this is a DOS extender )
    stub_4g2.exe ( <- ??? )
    DOS4G=QUIET in xxx.bat ( means ?)

    ( I plan to write a utility in watcom c++ and wish to run it in "protected" mode...)

    Could anyone tell me how to write the xx.bat correctly and how to use dos4g.exe ?

    Thanks in advance

  2. #2
    Join Date
    Aug 2002
    Posts
    879

    Re: What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    dos4g.exe
    dos4g is, as you said already, a 32bit dos extender
    http://www.tenberry.com/dos4g/index.html
    http://www.tenberry.com/dos4g/watcom/index.html

    DOS4G=QUIET
    You can set the environment
    variable DOS4G=quiet in your AUTOEXEC.BAT file to
    eliminate the DOS extender's copyright notice.

  3. #3
    Join Date
    Oct 2005
    Location
    Bangalore
    Posts
    1,051

    Re: What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    - Sreehari
    "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."
    " Everybody is sent to Earth on a purpose. I am so Lagging behind that i won't die." – Calvin

  4. #4
    Join Date
    Dec 2003
    Posts
    63

    Re: What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    1. Does the statement "DOS4G=QUIET" (in xxx.bat) mean "execute dos4g.exe" and "tell it not to show copyright" ?

    2. stub_4g2.exe is ? I found no information of it...


  5. #5
    Join Date
    Feb 2020
    Posts
    2

    Re: What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    Sadly, Tenberry.com is gone, now. However, The Wayback Machine has copies; these are the corrected URLs:
    DOS/4G and DOS/4GW FAQ - Index and Questions
    DOS/4G:Eliminate DOS Memory Limitations for 32-bit Programs

  6. #6
    Join Date
    Feb 2020
    Posts
    2

    Re: What is the relationship among dos4g.exe,stub_4g2.exe and DOS4G=QUIET ?

    A bit more googling finds the sad reason that Tenberry.com is gone: founder/owner Terry Colligan has died, at age 70. Here's an obituary:

    https://www.javiergutierrezchamorro....erry-colligan/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured