VOGONS


voyeur 2 won't install

Topic actions

First post, by skwatter

User metadata
Rank Newbie
Rank
Newbie

i am using dosbox v. 0.72.

i am trying to install Voyeur 2 on dosbox, but i've been having some problems.
i have the cd in the drive.

i mount my cd as: mount d j:\ -t cdrom -ioctl
ok.
i mount my c drive as: mount c c:\dosgames
ok.
then i go into th cd directory with: Z/>D:
D/>install for the install.bat file in the cd.
i get this:

Unable to make: c:\voyeurii

Voyeurii will occupy 1235456 bytes on drive c:

drive c has 1681 free (65024 byte) allocation units. this is good.
Illegal switch: /v.
Illegal switch: /v.
Illegal switch: /v.
Illegal switch: /v.
Illegal command: setsound
illegal command: v2
C:\voyeurii>

that's that.

i tried the "C:/>cd voyeurii" and then install.

same thing.

Reply 1 of 13, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

please post the contents of install.bat

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 13, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Are you sure c: is REALLY MOUNTED? Does c:\dosgames exist?

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 3 of 13, by skwatter

User metadata
Rank Newbie
Rank
Newbie

ok, is this it?

@echo off
rem install.bat installs VoyeurII under DOS
rem (for windows use setup.exe to get icons)

rem already fully installed?
if exist c:\voyeurii\dig.ini goto run:

rem directory already created?
if exist c:\voyeurii\nul goto files:
mkdir c:\voyeurii

rem files already installed?
if exist c:\voyeurii\v2.exe goto files:

rem files not installed, so check for space on c
cd \vols
spaceonc
if errorlevel 1 goto fail:

:files
rem copy files ordered by size (small to large)
copy \setsound\aildrvr.lst c:\voyeurii\aildrvr.lst /Y /V
copy \setsound\setsound.exe c:\voyeurii\setsound.exe /Y /V
copy \vols\dos4gw.exe c:\voyeurii\dos4gw.exe /Y /V
copy \vols\v2.exe c:\voyeurii\v2.exe /Y /V

:sound
c:
cd \voyeurii
setsound

:run
c:
cd \voyeurii
v2

:fail

and yes, c:\dosgames does exist. i install every dos game to that folder.

Reply 4 of 13, by DosFreak

User metadata
Rank l33t++
Rank
l33t++

If I had to guess it looks like the copy command errors out because DOSBox doesn't support "/V" for verification.

If you remove "/v" from your batch file it should work.

How To Ask Questions The Smart Way
Make your games work offline

Reply 5 of 13, by skwatter

User metadata
Rank Newbie
Rank
Newbie

but the batch file is on the cd. i cannot edit it.

Reply 6 of 13, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

So? Copy it to C:\somewhere (inside DOSBox), shut down DOSBox, find & edit the BAT-file with Notepad, start DOSBox, and run the modified file:

Z:\>D:
D:\>C:\somewhere\install

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 7 of 13, by skwatter

User metadata
Rank Newbie
Rank
Newbie

mount d j:\ -t cdrom -ioctl
mount c c:\dosgames
z:\>D:
D:\>c:\voyeur2\install

illegal command.

Reply 8 of 13, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I think you forgot the part where I said "Copy it to C:\somewhere (inside DOSBox), shut down DOSBox, find & edit the BAT-file with Notepad, start DOSBox"

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 9 of 13, by skwatter

User metadata
Rank Newbie
Rank
Newbie

how do i copy the file in dosbox? is it explained in one of your guides?

Reply 10 of 13, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

mkdir C:\somewhere
copy D:\install.bat C:\somewhere

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 11 of 13, by skwatter

User metadata
Rank Newbie
Rank
Newbie

do i have to create the c drive file in dosbox?
can i do the second part at the c:/> or does it have to be d:/>?
do i have to type "copy"?

Reply 12 of 13, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

is this a joke?

Reply 13 of 13, by MiniMax

User metadata
Rank Moderator
Rank
Moderator
skwatter wrote:

do i have to create the c drive file in dosbox?

Yes. The C-drive will be there when you have done the mount c c:\dosgames command.

skwatter wrote:

can i do the second part at the c:/> or does it have to be d:/>?

You can do it at both C: and D:. It does not matter which drive.

skwatter wrote:

do i have to type "copy"?

Yes.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32