Question:
How To Change The Drive Directory?
anonymous
2012-09-14 12:19:42 UTC
I know how it can be done using the DOS subst command and how to go into my computer and manage; for reasons, I need to know how to write a batch file in notepad that will rename my disk drive (D:\) into Z:\ and how to make a folder (E:\id Software\QUAKE II\DISC) believe it is drive D:\.

My reasons are that Quake II (awesome game, by the way) requires a disk to play. I cannot be arsed to keep finding the disk or manually changing the directories. Instead, I'll make a file that will open up the folder from my pen drive (I've copied all of the files and they aren't copyrighted (it's for 95 and DOS)) so I can play the game from my pen drive alone (I've also got the installed game in a different directory in my USB stick (I know how to change directories in a notepad batch file and can start the executable to start the game)).

All I need to know is how to change the disk drive (D:\) into Z:\ without typing it into cmd - only into notepad and running it as a batch file and it working.

Cheers.
Six answers:
Jake
2012-09-14 19:49:00 UTC
echo off

subst z: d:\





...................................................................



To remove the drive Z:, just type:

subst z: /d
?
2016-10-02 11:36:30 UTC
utilising the cmd window is extremely like utilising DOS, which became into basically like utilising CP/M interior the late 70's. My how a ways we've come... bill's valueless crap working equipment nevertheless has good factors from the 70's. besides, changing tension letters interior the equipment is undemanding. You first ought to understand what tension letters you have then you definately variety the appropriate tension letter accompanied via a colon ":" I easily have 2 annoying drives and 3 DVD drives. (2 DVD drives are disconnected) so I easily have my standard tension it is C:, annoying tension #2 it is E: and the DVD tension it is D: right this is a historic past of issues i typed interior the command window. --- initiate occasion itemizing--- C:information and Settingsrjw>F: The equipment can't locate the stress particular. C:information and Settingsrjw>D: The device isn't waiting. C:information and Settingsrjw>E: E:> E:> E:>c: C:information and Settingsrjw> C:information and Settingsrjw> --- end --- The message "The device isn't waiting." basically ability there's no DVD at the instant interior the stress. the command "cd" (replace itemizing), a custom bill "obtained" from UNIX, variations itemizing interior the present tension. I want bill had had somewhat extra intelligence with appreciate to the the Architectural factors of application layout extremely than mass merchandising. utilising the "" character extremely of UNIX's "/" character led to havoc for C programmers and compilers for some years and for a brilliant variety of alternative motives. Had bill been extra proficient, we would not be suffering with a sequence of Microsoft working platforms crammed with old legacy code from the 70's and 80's and ninety's. We, additionally, would not have had plenty worry with virus' or BSD's
anonymous
2012-09-14 23:05:12 UTC
Hi

Dos was a very simple program written originally by Dr Dos stolen by Bill gates and co. so it is missing all sorts of ways to use it. the Microsoft version is full of bugs.

the change from drive to drive was as simple as as your in drive c: to change to drive D:

at the c: prompt all you did was type D:

that simple the fact you cant be flexible enough with your attitude to do this is your problem not the fault of DOS.

another language which Dos copied was CPM here we used the same idea drive 0 as A: and drive 1 as

drive B: just a simple couple of key strokes as it is not rocket science kiddo.
?
2012-09-15 05:31:42 UTC
You have miltiple options.



1) a no cd crack.



2) daemon tools to mount the quake iso.



3) create a text doc, enter the below text (edit for quake) save as .bat.

@echo off

subst z: b:\user\betty\forms
anonymous
2012-09-14 14:10:01 UTC
Click Start► right click on "Computer"► select "Manage"► When the new window opens click on "Storage"► click on "Disk Management"► right click on (D:)► select "Change Drive Letter and Paths..."► change the letter to (Z:)► press OK and you are done.



Good Luck!
aatkin20799
2012-09-14 12:36:35 UTC
Rather than doing that why can't you just use a no cd crack?


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...