W jakim języku programowania to jest napisane

0

Jak w temacie: w czym jest napisany poniższy skrypt?
Był na płycie instalacyjnej ms dos 7.10.

:start
cls
print
print ------------------------------------------------------------------------------
print MS-DOS 7.10 Installation CD Menu        Made by Wengier, China DOS Union. 2003
print ------------------------------------------------------------------------------
print F1=Help
print
print                     1)  Install MS-DOS 7.10 [Enter]
print                     2)  Boot from Floppy Drive
print                     3)  Boot from Hard Drive
print                     4)  Restart the system
print
print Hit the key of choice:
:mainkey
getkey 10 1
onkey 1 goto install
onkey 2 goto floppy
onkey 3 goto hard
onkey 4 reboot
onkey f1 goto help
onkey entr goto install
onkey esc boot 80
goto mainkey
;
:help
cls
print HELP
print ----
print
print Welcome to MS-DOS 7.10 Installation CD.
print Made by Wengier, China DOS Union.
print
print Press any key to return to main menu
getkey
goto start
;
:install
print Now loading MS-DOS 7.10 Installation Disk...
cd boot
run dos71ins.img
getkey
goto start
;
:floppy
print Now trying to start from the floppy drive...
cd boot
run diska.bin
getkey
goto start
;
:hard
print Now trying to start from the hard drive...
cd boot
run diskc.bin
getkey
goto start

1

wygląda jak plik *.BAT (program wsadowy z DOS).

0

Nie
ma inne polecenia.
w dos nie ma getkey / onkey / run itp
zamiast print by było echo

0

A był w pliku z jakim rozszerzeniem?

0

.cmd

0

.cmd i .bat to program wsadowy z DOS

0

sprawdziłem u siebie na Windows 10x64 i widze, że w shellu nie ma onkey i getkey więc może nie działać. Jest to typowy BAT/CMD (batch file)

0
cw napisał(a):

sprawdziłem u siebie na Windows 10x64 i widze, że w shellu nie ma onkey i getkey więc może nie działać. Jest to typowy BAT/CMD (batch file)

W BATCH też NIE MA getkey i onkey

amddell napisał(a):

.cmd i .bat to program wsadowy z DOS

W DOS jest tylko .BAT
.CMD dodali w konsoli dla Windowsa

1
Nowy Folder napisał(a):

Nie
ma inne polecenia.
w dos nie ma getkey / onkey / run itp
zamiast print by było echo

Skąd wiesz, że ten gekey to nie jest zewnętrzny program

0

Skąd wiesz, że ten gekey to nie jest zewnętrzny program

Musiał by tam gdzieś być, a go nie ma.

0

Czy to nie jest nieoficjalna wersja MS DOS 7.1 stworzona przez China Dos Union? Tutaj jest film, na którym ktoś pokazuje, jak to działa na Windowsie 95: link.

Opis ze strony https://www.wikihow.com/Install-MS-DOS-7.1:

MS DOS 7.1 is a modified version of MS DOS 7.10, which came with Windows 95/98 computers made by someone called Wengier. Modifications include support for long file names, support for the FAT 32 file system, out of the box mouse support, a GUI setup upon first boot up, as well as a Windows 9x inspired boot screen. It can be used to install Windows 3.1 and is compatible with most DOS programs. Since it was never a Microsoft official product, the only way to get hold of it is to download it from the internet.

Możliwe, że została dodana obsługa dodatkowych poleceń.

Na stronie, na której można to ściągnąć, jest napisane "End of life date 2001". Po co Ci takie starocie?

1 użytkowników online, w tym zalogowanych: 0, gości: 1