Elektroda.pl
Elektroda.pl
X
Please add exception to AdBlock for elektroda.pl.
If you watch the ads, you support portal and users.

problem z programem dos pod win 2000

posteo 23 Apr 2006 08:19 1662 10
  • #1
    posteo
    Level 14  
    Witam mam dwam programiki dos-owskie,pod win 98 uruchamiają się normalnie natomiast pod win 2000 w małym okienku i nie można ich wyświetlić na całym ekranie,sprawdzałem we właściwościach,ustawieniach i jest zaznaczone pełny ekran a programy niestety otwierają sie w małym oknie i są przez to mało czytelne.Może ktoś wie jak to można rozwiązać.
  • #3
    posteo
    Level 14  
    Witam te dwa programy dos normalnie się uruchamiają i pracują poprawnie pod win2000 tylko że są wyświetlane w małym oknie i nie można ich wyswietlić na pełnym ekranie.
  • #5
    rys57
    Moderator
    Spróbuj, po uruchomieniu programu w oknie, wcisnąć Alt/Enter razem. R.
  • #6
    _STANIK_
    Level 12  
    kolego mam podobny problem podobno wystarczy zmienic w system32 w pliku config msi ostatnia linie z files=40 na 200 niestety u siebie nie moge sprawdzic bo mam cos wiecej namieszane pozdrawiam
  • #7
    ki2ll
    Level 11  
    Zastosuj program DOSBOX który juz podał qpqb. Przeciągasz swój plik .exe na skrót z DOSBOXem - odpala sie program wciskasz alt + enter i jest na całym ekranie. Pozdrawiam
  • #8
    posteo
    Level 14  
    mam program DOSBOX zainstalowany,trzeba go uruchomić przed tym programem dos czy tylko uruchomić program dos,robiłem ALT+ENTER okienko programu dos nie powiększało się do pełnego ekranu tylko zmieniły się proporcje szerokości do wysokości okna ,co jeszcze mam zrobić
  • #9
    tos18
    Level 41  
    twoje dysproporcje wynikaja z tego że konsola w win2k jest wyswietlana w trybie 50 linii - aby tego uniknąć
    utwórz w katalogu z programem plik wsadowy twojprogram.bat zawierajacy:

    mode con lines=25
    twojprogram.exe

    następnie utwórz do niego skrót
    we właściwosciach skrutu poszukaj opcji ekran (czy cos takiego)
    i ustaw uruchamianie na pełnym ekranie

    zmienna systemowa files określa max ilośc równoczesnie otwartych plików - jeśli twój program działa poprawnie - nie ruszaj

    Dodano po 49 [sekundy]:

    twoje dysproporcje wynikaja z tego że konsola w win2k jest wyswietlana w trybie 50 linii - aby tego uniknąć
    utwórz w katalogu z programem plik wsadowy twojprogram.bat zawierajacy:

    mode con lines=25
    twojprogram.exe

    następnie utwórz do niego skrót
    we właściwosciach skrutu poszukaj opcji ekran (czy cos takiego)
    i ustaw uruchamianie na pełnym ekranie

    zmienna systemowa files określa max ilośc równoczesnie otwartych plików - jeśli twój program działa poprawnie - nie ruszaj[/code]
  • Helpful post
    #10
    gpql
    Level 17  
    DosBOx ma swoj plik ini i w nim wpisujesz rozmiar okna. Klawisze Funkcyjne zwiekszaja przydzial procesora.
    musisz zamapowac dysk lub katalog z programem dos.C: zakladasz katalog DOS
    mapujes mount d: c:\DOS
    i teraz pod dyskiem D w dos boxie masz zawartosc katalogu DOS.
    Aby nie pisac za kazdym uruchomieniem wpisujesz w plik ini polecenie mount.
    przesylam ci zawartosc mojego pliku ini
    [sdl]
    # fullscreen -- Start dosbox directly in fullscreen.
    # fulldouble -- Use double buffering in fullscreen.
    # fullfixed -- Don't resize the screen when in fullscreen.
    # fullresolution -- What resolution to use for fullscreen, use together with fullfixed.
    # output -- What to use for output: surface,overlay,opengl,openglnb,ddraw.
    # hwscale -- Extra scaling of window if the output device supports hardware scaling.
    # autolock -- Mouse will automatically lock, if you click on the screen.
    # sensitiviy -- Mouse sensitivity.
    # waitonerror -- Wait before closing the console if dosbox has an error.
    # priority -- Priority levels for dosbox: lower,normal,higher,highest.
    # Second entry behind the comma is for when dosbox is not focused/minimized.
    # mapperfile -- File used to load/save the key/event mappings from.

    fullscreen=false
    fulldouble=false
    fullfixed=false
    fullresolution=1600x1024
    output=surface
    hwscale=1.00
    autolock=true
    sensitivity=100
    waitonerror=true
    priority=higher,normal
    mapperfile=mapper.txt

    [dosbox]
    # language -- Select another language file.
    # memsize -- Amount of memory dosbox has in megabytes.
    # machine -- The type of machine tries to emulate:hercules,cga,tandy,vga.
    # captures -- Directory where things like wave,midi,screenshot get captured.

    language=
    machine=vga
    captures=capture
    memsize=16

    [render]
    # frameskip -- How many frames dosbox skips before drawing one.
    # aspect -- Do aspect correction.
    # scaler -- Scaler used to enlarge/enhance low resolution modes.
    # Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,interp2x,tv2x.

    frameskip=0
    aspect=false
    scaler=normal2x

    [cpu]
    # core -- CPU Core used in emulation: simple,normal,full,dynamic.
    # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
    # Setting this higher than your machine can handle is bad!
    # cycleup -- Amount of cycles to increase/decrease with keycombo.
    # cycledown Setting it lower than 100 will be a percentage.

    core=normal
    cycles=3000
    cycleup=500
    cycledown=20

    [mixer]
    # nosound -- Enable silent mode, sound is still emulated though.
    # rate -- Mixer sample rate, setting any devices higher than this will
    # probably lower their sound quality.
    # blocksize -- Mixer block size, larger blocks might help sound stuttering
    # but sound will also be more lagged.
    # prebuffer -- How many milliseconds of data to keep on top of the blocksize.

    nosound=false
    rate=22050
    blocksize=2048
    prebuffer=10

    [midi]
    # mpu401 -- Enable MPU-401 Emulation.
    # intelligent -- Operate in Intelligent mode.
    # device -- Device that will receive the MIDI data from MPU-401.
    # This can be default,alsa,oss,win32,coreaudio,none.
    # config -- Special configuration options for the device.

    mpu401=true
    intelligent=true
    device=default
    config=

    [sblaster]
    # type -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
    # base,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
    # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
    # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
    # On auto the mode is determined by sblaster type.
    # oplrate -- Sample rate of OPL music emulation.

    type=sb16
    base=220
    irq=7
    dma=1
    hdma=5
    mixer=true
    oplmode=auto
    oplrate=22050

    [gus]
    # gus -- Enable the Gravis Ultrasound emulation.
    # base,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
    # Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
    # rate -- Sample rate of Ultrasound emulation.
    # ultradir -- Path to Ultrasound directory. In this directory
    # there should be a MIDI directory that contains
    # the patch files for GUS playback. Patch sets used
    # with Timidity should work fine.

    gus=true
    rate=22050
    base=240
    irq1=5
    irq2=5
    dma1=3
    dma2=3
    ultradir=C:\ULTRASND

    [speaker]
    # pcspeaker -- Enable PC-Speaker emulation.
    # pcrate -- Sample rate of the PC-Speaker sound generation.
    # tandyrate -- Sample rate of the Tandy 3-Voice generation.
    # Tandysound emulation is present if machine is set to tandy.
    # disney -- Enable Disney Sound Source emulation.

    pcspeaker=true
    pcrate=22050
    tandyrate=22050
    disney=true

    [bios]
    # Nothing to setup yet!


    [dos]
    # xms -- Enable XMS support.
    # ems -- Enable EMS support.

    xms=true
    ems=true

    [modem]
    # modem -- Enable virtual modem emulation.
    # comport -- COM Port modem is connected to.
    # listenport -- TCP Port the modem listens on for incoming connections.

    modem=false
    comport=2
    listenport=23

    [directserial]
    # directserial -- Enable serial passthrough support.
    # comport -- COM Port inside DOSBox.
    # realport -- COM Port on the Host.
    # defaultbps -- Default BPS.
    # parity -- Parity of the packets. This can be N, E or O.
    # bytesize -- Size of each packet. This can be 5 or 8.
    # stopbit -- The number of stopbits. This can be 1 or 2.

    directserial=false
    comport=1
    realport=COM1
    defaultbps=1200
    parity=N
    bytesize=8
    stopbit=1

    [ipx]
    # ipx -- Enable ipx over UDP/IP emulation.

    ipx=false

    [autoexec]
    # Lines in this section will be run at startup.
    # tu jest montowanie !!!!!
    mount g d:\5


    Pozdrawiam Grzegorz
  • #11
    posteo
    Level 14  
    Witam wszysto już mi działa jak powinno dziękuję wszystkim za poradę.