Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Windows 2000 i autoexec.bat

[es] :: Windows desktop :: Windows 2000 i autoexec.bat

[ Pregleda: 3355 | Odgovora: 15 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Windows 2000 i autoexec.bat29.01.2008. u 19:16 - pre 197 meseci
Koristim WINDOWS 2000 PROFFESIONAL.Kada unesem sledece naredbe u autoexec.bat

mode con codepage prepare=((852) c:winnt\system32
mode con codepage select=852
lh keyb yu,, c:\

i u Command promptu ukucam c:\autoexec.bat pojavi mi se sledeca poruka

mode is not recognized as an internal or external command, operable program or batch file.

Gde gresim.
 
Odgovor na temu

Flash411

Član broj: 53039
Poruke: 1846
*.adsl.net.t-com.hr.

Jabber: flash411@jid.pl
ICQ: 296417234
Sajt: www.etfos.hr/~mgavlik/goo..


+4 Profil

icon Re: Windows 2000 i autoexec.bat29.01.2008. u 21:32 - pre 197 meseci
Ajd mi molim te pojasni sta pokusavas?
Vjerujem da ima lakse rijesenje nego to. :)
Gone insane,be right back..... | Malo drugacija google pretraga
http://poremecenum.blog.hr/ | http://www.etfos.hr/~mgavlik/googledirectorysearch/
____________________________________________________
Failure is not an option. It comes bundled with Windows.
 
Odgovor na temu

diablo06
Beograd

Član broj: 171083
Poruke: 99
77.46.216.*



Profil

icon Re: Windows 2000 i autoexec.bat01.02.2008. u 21:31 - pre 197 meseci
A Config.sys
 
Odgovor na temu

Catch 22

Član broj: 148083
Poruke: 6176
*.SMIN.panline.net.



+21 Profil

icon Re: Windows 2000 i autoexec.bat02.02.2008. u 03:15 - pre 197 meseci
Citat:
Flash411: Ajd mi molim te pojasni sta pokusavas?
Vjerujem da ima lakse rijesenje nego to.

Pa izgleda da pokušava da dobije "YU slova" u nekom programu koji radi pod DOS-om (biće da je nešto u Clipper-u)
... da li sam pogodio?

 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.com
Via: [es] mailing liste



Profil

icon Re: Windows 2000 i autoexec.bat02.02.2008. u 12:06 - pre 197 meseci
>
 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Re: Windows 2000 i autoexec.bat02.02.2008. u 12:22 - pre 197 meseci
Ovako sam podesio config.sys

DEVICEHIGH=C:\WINNT\SYSTEM32\DISPLAY.SYS CON=(EGA,437,6)
COUNTRY=038,852,C:\WINNT\SYSTEM32\COUNTRY.SYS
 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Re: Windows 2000 i autoexec.bat02.02.2008. u 12:23 - pre 197 meseci
Da pokusavam da dobijem YU slova ali mi ne uspeva.
 
Odgovor na temu

calexx

SuperModerator
Član broj: 71794
Poruke: 20046



+1651 Profil

icon Re: Windows 2000 i autoexec.bat02.02.2008. u 17:56 - pre 197 meseci
Windows 2000 ne koristi autoexec.bat već autoexec.nt mada bi trebalo da radi ono sa početka. Ja sam još tada probao i startuje se mode komanda. Da li imaš folder c:\winnt\system32 u pathu? Šta se dešava kada u tom folderu kucaš mode?
 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Re: Windows 2000 i autoexec.bat03.02.2008. u 13:19 - pre 197 meseci
Nisam znao za .nt ekstenziju. Ali nakon ispravke svejedno mi ne funkcionise.

Ali ima drugi PROBLEM. Nemami na disku nigde DISPLAY.SYS fajla, Vjerovatno treba neki drugi.

c:\winnt\system32 mi je u pathu, to sam ispravio pre (mode naredba radi).
 
Odgovor na temu

Catch 22

Član broj: 148083
Poruke: 6176
*.SMIN.panline.net.



+21 Profil

icon Re: Windows 2000 i autoexec.bat03.02.2008. u 17:10 - pre 197 meseci
Pa treba ti i config.nt (zamena za Config.sys)...
Po pravilu fajlove autoexec.nt i config.nt ne bi trebalo dirati, jer je propisan nacin da ih napravis za svoje potrebe na drugom mestu. Pa onda editovanjem pif fajla (precica do tvog DOS programa) kazes koje autoexec.nt i config.nt da koristi...

Ovo ti je sadrzaj originalnih fajlova (iz XP), koji su ujedno i uputstvo sta i kako treba da se uradi:

Autoexec.nt
Citat:
@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx

REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
REM left unspecified, the default value will be used. (NOTE, since all the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
REM The T switch must be set to 3, if specified.
SET BLASTER=A220 I5 D1 P330 T3

REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0


Config.nt
Citat:
REM Windows MS-DOS Startup File
REM
REM CONFIG.SYS vs CONFIG.NT
REM CONFIG.SYS is not used to initialize the MS-DOS environment.
REM CONFIG.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
REM
REM ECHOCONFIG
REM By default, no information is displayed when the MS-DOS environment
REM is initialized. To display CONFIG.NT/AUTOEXEC.NT information, add
REM the command echoconfig to CONFIG.NT or other startup file.
REM
REM NTCMDPROMPT
REM When you return to the command prompt from a TSR or while running an
REM MS-DOS-based application, Windows runs COMMAND.COM. This allows the
REM TSR to remain active. To run CMD.EXE, the Windows command prompt,
REM rather than COMMAND.COM, add the command ntcmdprompt to CONFIG.NT or
REM other startup file.
REM
REM DOSONLY
REM By default, you can start any type of application when running
REM COMMAND.COM. If you start an application other than an MS-DOS-based
REM application, any running TSR may be disrupted. To ensure that only
REM MS-DOS-based applications can be started, add the command dosonly to
REM CONFIG.NT or other startup file.
REM
REM EMM
REM You can use EMM command line to configure EMM(Expanded Memory Manager).
REM The syntax is:
REM
REM EMM = [A=AltRegSets] [B=BaseSegment] [RAM]
REM
REM AltRegSets
REM specifies the total Alternative Mapping Register Sets you
REM want the system to support. 1 <= AltRegSets <= 255. The
REM default value is 8.
REM BaseSegment
REM specifies the starting segment address in the Dos conventional
REM memory you want the system to allocate for EMM page frames.
REM The value must be given in Hexdecimal.
REM 0x1000 <= BaseSegment <= 0x4000. The value is rounded down to
REM 16KB boundary. The default value is 0x4000
REM RAM
REM specifies that the system should only allocate 64Kb address
REM space from the Upper Memory Block(UMB) area for EMM page frames
REM and leave the rests(if available) to be used by DOS to support
REM loadhigh and devicehigh commands. The system, by default, would
REM allocate all possible and available UMB for page frames.
REM
REM The EMM size is determined by pif file(either the one associated
REM with your application or _default.pif). If the size from PIF file
REM is zero, EMM will be disabled and the EMM line will be ignored.
REM
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40

 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Re: Windows 2000 i autoexec.bat03.02.2008. u 17:42 - pre 197 meseci
Prekopirao sam sadrzaj autoexec.bat u autoexec.nt pa nista.

Ali ono sa editovanjem .pif fajla nisam najbolje razumio. Kako da to uradim.
 
Odgovor na temu

calexx

SuperModerator
Član broj: 71794
Poruke: 20046



+1651 Profil

icon Re: Windows 2000 i autoexec.bat04.02.2008. u 20:04 - pre 197 meseci
Ja sam obično koristio neka druga rešenja za pisanje naših slova ali mislim da je dovoljno da samo u regional settings za non-unicode podesiš srpsku latinicu ili neki drugi raspored koji radi sa cp1250 i u dos prozoru se normalno koriste naša slova.
 
Odgovor na temu

Catch 22

Član broj: 148083
Poruke: 6176
*.SMIN.panline.net.



+21 Profil

icon Re: Windows 2000 i autoexec.bat05.02.2008. u 01:58 - pre 197 meseci
@calexx: Mislim da to ne pomaže kod DOS aplikacija, pošto ne koriste ttf fontove...

brankec bi mogao da nam kaže o kakvom se konkretno programu radi, pa bi možda i mogli konkretnije da mu pomognemo...

Možda je za dati program najbolja solucija da se podigne sistem sa DOS butabilne diskete (CD-a) i da se onda radi u toj aplikaciji... problem može da bude ako je hard disk pod NTFS, ali i za to postoje drajveri...

Samo nagađam, u nedostatku potrebnih detalja...
 
Odgovor na temu

brankec
Bosanski Brod

Član broj: 140157
Poruke: 161
*.teol.net.



Profil

icon Re: Windows 2000 i autoexec.bat05.02.2008. u 19:28 - pre 197 meseci
Evo ovako:

U DOS box-u vidim latinicna slova (kada maximizujem nevidim).

Program koji koristim je dBASE i u njemu nemam nasa slova (latinica).

Kodni raspored mi je
Active code page : 437
 
Odgovor na temu

calexx

SuperModerator
Član broj: 71794
Poruke: 20046



+1651 Profil

icon Re: Windows 2000 i autoexec.bat05.02.2008. u 20:16 - pre 197 meseci
Nisu ni potrebni .ttf, ako dobro podesi onda su i .fon po cp1250.

Gde je to aktivna strana 437? U prozoru ili u aplikaciji? Trebalo bi da se vide naša slova i u boxu i u full ako si podesio code page for non-unicode.

Ja sam inače to rešavao posebnim programima pošto sam koristio posebne rasporede a i posebnu kodnu stranu koja nije sistemska.
 
Odgovor na temu

diablo06
Beograd

Član broj: 171083
Poruke: 99
77.46.235.*



Profil

icon Re: Windows 2000 i autoexec.bat06.02.2008. u 10:55 - pre 197 meseci
Citat:
Active code page : 437


Koliko se secam iz starog dobrog DOS-a, to je samo za nacin prikaza datuma i ako se ne varam - francuski nacin 31/12/07

Mislim da je problem samo to, sto nedostaje DISPLAY.SYS. Inace kodna stranica 852 je OK.
 
Odgovor na temu

[es] :: Windows desktop :: Windows 2000 i autoexec.bat

[ Pregleda: 3355 | Odgovora: 15 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.