1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Full Screen Problem

Discussion in 'Legacy Windows' started by johnleslie, 2003/06/08.

Thread Status:
Not open for further replies.
  1. 2003/06/08
    johnleslie

    johnleslie Inactive Thread Starter

    Joined:
    2003/06/07
    Messages:
    1
    Likes Received:
    0
    Could anyone please help i am upgrading computers from win 95 to 2000 and i am having difficulty viewing a dos based aplliacation (clipper 5.0) in full screen mode .

    Does anyone know how i can rectify this prob to proper full screen as in win95-98
     
  2. 2003/06/09
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,317
    Likes Received:
    252
    Create a shoutcut. Open it. Right click on the top bar and select Properties->Display Options->Full screen
     

  3. to hide this advert.

  4. 2003/06/26
    Top Dog

    Top Dog Inactive

    Joined:
    2002/01/07
    Messages:
    102
    Likes Received:
    0
    Steve's suggestion does put the screen into full size (80 columns by 45 lines, or so), however the old dos programs can be made to appear as good as they did (80 columns by 26 lines, full screen) in the "old days" by by inserting a small batch program between the new short cut (as suggested by steve) and the dos app. There may be an easier way, but this works.

    Create a two line .BAT file with the first line as a mode command and the second line as the complete path the the dos executable file. Example -->

    mode con: cols=80 lines=26
    c:\<path>\<app_name>

    and then save this as a .BAT file in some convenient location.
    Second, create the short cut as Steve suggests, right click the shortcut and click the properties item. Click the "Program" tab and fill in the pertinent data. Fill in the "Cmd line:" with the complete path to the .BAT file created above and the "Working:" with the app folder name. Select "Normal Window" in the "Run" section. Check the box "Close on exit "

    Click on the "Screen" tab and select the "Window" button in the "Usage" section. Click "Apply" and "OK" and you are done.

    Launching the short cut causes the app to open in a small 80 x 26 window, but you toggle it back and forth to full screen by hitting <Alt><Enter> keys together. Just like the "old days ".

    Good Luck
    TopDog
     
    Last edited: 2003/06/26
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.