Computing.Net > Forums > Disk Operating System > need append, subst, join, from disk 2

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

need append, subst, join, from disk 2

Reply to Message Icon

Name: shoppersplace
Date: June 1, 2009 at 19:28:39 Pacific
OS: Windows Vista
Subcategory: Software Problems
Comment:

Hi, I am very frustrated! Simple files like dos files, should be very easy to find on the net, but I cannot find these files to run a dos game, on my windows 95, 98, or anywhere on the net. Can someone please tell me where find these on the net, or email them to me, and I will set them up somewhere for others to dl. thanks!!!!!



Sponsored Link
Ads by Google

Response Number 1
Name: paulsep
Date: June 1, 2009 at 20:48:02 Pacific
Reply:

If you use Windows 95/98, there is already a dos included.
I can't remember exactly where to find the folder.
It's somewhere in the WIN folder.
Name of the folder is command or something like that.

You will find the folder much easier by booting your windows and search for a file e.g. named label.exe.
Within this folder, there are all DOS files except HIMEM.SYS and EMM386.exe.
These files are located directly in the WIN folder or in WIN\SYSTEM.

Copy all files to a separate folder and do your work.

You can also take a look at the config.sys and autoexec.bat files.
At the end of the autoexec.bat file there's a line that will start windows.
You can extent these files, so that you can choose what you want to do, by using a Boot Menu.
Assuming, you've copied the DOS files to a folder named C:\DOS.

Here is an example for both files:
CONFIG.SYS
;-------------------------------------------
SWITCHES=/F
[Menu]
MenuItem=dos,Start DOS
MenuItem=windows,Start Windows
MenuDefault=windows,30
[Common]

[dos]
DOS=HIGH,UMB
DEVICE=C:\DOS\HIMEM.SYS /testmem:off
DEVICE=C:\DOS\EMM386.exe noems

; START Use of IDE-CDROM at DOS
; you might have to change the path and driver name for your needs
DEVICEHIGH=C:\CDROM\cdrom.sys /d:mscd001
; END Use of IDE-CDROM at DOS

COUNTRY=049,437,C:\DOS\COUNTRY.SYS
SHELL=C:\COMMAND.COM C:\ /E:256 /P /F
FILESHIGH=60
BUFFERSHIGH=30
STACKSHIGH=9,512
FCBSHIGH=1,0
[Common]

[windows]
DEVICE=C:\DOS\HIMEM.SYS /testmem:off
FILES=100
BUFFERS=50
[common]
;-------------------------------------------

AUTOEXEC.BAT
#-------------------------------------------
@echo off

rem DOS SET-Variablen
SET PROMPT=$L$P$G
SET DIRCMD=/OGEN /A /P

PATH C:\;C:\DOS;C:\CDROM
LH C:\DOS\keyb gr,437,C:\DOS\keyboard.sys
LH C:\DOS\DOSKEY.COM

goto %config%

:dos
rem Start Use of CDROM at DOS
LH C:\DOS\mscdex.exe /d:mscd001 /m:12 /l:f
rem END Use of CDROM at DOS

# You may have to copy a DOS Mouse driver to that location by yourself, if needed
LH C:\DOS\MOUSE.COM

PROMPT $L$P$G
LH C:\DOS\SMARTDRV.exe /U
goto end

:windows
LH C:\DOS\SMARTDRV.exe /U
C:\WIN\WIN
goto end

:end
#-------------------------------------------

Please send a reply, if you solved the problem !!!


0

Response Number 2
Name: DAVEINCAPS
Date: June 1, 2009 at 22:55:48 Pacific
Reply:

The 9X dos commands are found in WINDOWS\COMMAND. SUBST is there but not JOIN or APPEND. They should be available from dos 6.22 which I have. You can add them to the SETVER command (which loads in config.sys) so you won't get an 'incorrect dos version' error..

But exactly what OS are you adding them to? Those generally aren't commands you'd want to run during a windows session. You list your OS as Vista but talk about 95 and 98.


0

Response Number 3
Name: Mechanix2Go
Date: June 2, 2009 at 02:16:25 Pacific
Reply:

As usual, DIAMOND DAVE hit the nail on the head.

Most of the external utils are in the CABs of 9x and on the install disks for 6x~5x. So you need to get down to cases about what OS you going to use.


=====================================
If at first you don't succeed, you're about average.

M2


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


HELP PLEASE: Displying Fu... Renaming multiple files


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: need append, subst, join, from disk 2

need disk 2 www.computing.net/answers/dos/need-disk-2/1070.html

want subst.exe www.computing.net/answers/dos/want-substexe-/2990.html

Need Image of disk 2 in PC DOS 6.3 www.computing.net/answers/dos/need-image-of-disk-2-in-pc-dos-63/8479.html