public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* clipper dos program not able to access its files although they do exist
@ 2010-11-15 23:12 Vedran Vucic
  2010-11-15 23:34 ` Frank Cox
  0 siblings, 1 reply; 10+ messages in thread
From: Vedran Vucic @ 2010-11-15 23:12 UTC (permalink / raw)
  To: linux-msdos

I installed dosemu 1.4 on VectorLinux 6.0 compatible with Slackware
12.1. I can start my DOSProgram by issuing command:
dosemu /home/path/program.exe
but when program starts it cannot find its cdx and dbf files although
they are there.
ANy hints?
Do I need to map that location somehow? Permissions are OK.

Thanks,

Vedran

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-15 23:12 clipper dos program not able to access its files although they do exist Vedran Vucic
@ 2010-11-15 23:34 ` Frank Cox
  2010-11-15 23:40   ` Vedran Vucic
  0 siblings, 1 reply; 10+ messages in thread
From: Frank Cox @ 2010-11-15 23:34 UTC (permalink / raw)
  To: Vedran Vucic; +Cc: linux-msdos

On Tue, 16 Nov 2010 00:12:59 +0100
Vedran Vucic wrote:

> dosemu /home/path/program.exe
> but when program starts it cannot find its cdx and dbf files although
> they are there.

Have you tried  loading dosemu, then

cd path
program.exe

If that works, just make a batch file to do it for you.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-15 23:34 ` Frank Cox
@ 2010-11-15 23:40   ` Vedran Vucic
  2010-11-16  5:28     ` Andrew Joakimsen
  0 siblings, 1 reply; 10+ messages in thread
From: Vedran Vucic @ 2010-11-15 23:40 UTC (permalink / raw)
  To: Frank Cox; +Cc: linux-msdos

hello,
When I do that it complaints that it cannot find .cdx file which do exists.

Any hint?

vedran


On Tue, Nov 16, 2010 at 12:34 AM, Frank Cox <theatre@sasktel.net> wrote:
> On Tue, 16 Nov 2010 00:12:59 +0100
> Vedran Vucic wrote:
>
>> dosemu /home/path/program.exe
>> but when program starts it cannot find its cdx and dbf files although
>> they are there.
>
> Have you tried  loading dosemu, then
>
> cd path
> program.exe
>
> If that works, just make a batch file to do it for you.
>
> --
> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-15 23:40   ` Vedran Vucic
@ 2010-11-16  5:28     ` Andrew Joakimsen
  2010-11-16  7:15       ` Vedran Vucic
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Joakimsen @ 2010-11-16  5:28 UTC (permalink / raw)
  To: Vedran Vucic; +Cc: Frank Cox, linux-msdos

On Mon, Nov 15, 2010 at 18:40, Vedran Vucic <vedran.vucic@gmail.com> wrote:
> hello,
> When I do that it complaints that it cannot find .cdx file which do exists.
>
> Any hint?
>
> vedran
>
>
> On Tue, Nov 16, 2010 at 12:34 AM, Frank Cox <theatre@sasktel.net> wrote:
>> On Tue, 16 Nov 2010 00:12:59 +0100
>> Vedran Vucic wrote:
>>
>>> dosemu /home/path/program.exe
>>> but when program starts it cannot find its cdx and dbf files although
>>> they are there.
>>
>> Have you tried  loading dosemu, then
>>
>> cd path
>> program.exe
>>
>> If that works, just make a batch file to do it for you.
>>
>> --
>> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Check the permissions of the files, especially if you are trying to
get this working in a network and/or multiuser environment you might
need to do a little tweaking with your permissions and groups.

Also if your program gives a "DOS Error 8" (random number I made up,
BTW!) look that up it might help you figure out the real problem.

-- 
Med Vennlig Hilsen,

A. Helge Joakimsen
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-16  5:28     ` Andrew Joakimsen
@ 2010-11-16  7:15       ` Vedran Vucic
  2010-11-16  7:20         ` Frank Cox
  2010-11-16  7:21         ` Mike McCarty
  0 siblings, 2 replies; 10+ messages in thread
From: Vedran Vucic @ 2010-11-16  7:15 UTC (permalink / raw)
  To: Andrew Joakimsen; +Cc: Frank Cox, linux-msdos

Hello,

I even started dosemu as root which should disable all obstacles
eventually imposed by dosemu.  In addition, permissions 777 did not
work.
I do not get any other error messages except dos program not being
able to find its .cdx files although they are there.
Is there any special part in boot.log that I should pay attention to?

Best wishes,

Vedran Vucic


On Tue, Nov 16, 2010 at 6:28 AM, Andrew Joakimsen <joakimsen@gmail.com> wrote:
> On Mon, Nov 15, 2010 at 18:40, Vedran Vucic <vedran.vucic@gmail.com> wrote:
>> hello,
>> When I do that it complaints that it cannot find .cdx file which do exists.
>>
>> Any hint?
>>
>> vedran
>>
>>
>> On Tue, Nov 16, 2010 at 12:34 AM, Frank Cox <theatre@sasktel.net> wrote:
>>> On Tue, 16 Nov 2010 00:12:59 +0100
>>> Vedran Vucic wrote:
>>>
>>>> dosemu /home/path/program.exe
>>>> but when program starts it cannot find its cdx and dbf files although
>>>> they are there.
>>>
>>> Have you tried  loading dosemu, then
>>>
>>> cd path
>>> program.exe
>>>
>>> If that works, just make a batch file to do it for you.
>>>
>>> --
>>> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
> Check the permissions of the files, especially if you are trying to
> get this working in a network and/or multiuser environment you might
> need to do a little tweaking with your permissions and groups.
>
> Also if your program gives a "DOS Error 8" (random number I made up,
> BTW!) look that up it might help you figure out the real problem.
>
> --
> Med Vennlig Hilsen,
>
> A. Helge Joakimsen
>
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-16  7:15       ` Vedran Vucic
@ 2010-11-16  7:20         ` Frank Cox
  2010-11-17 20:05           ` Vedran Vucic
  2010-11-16  7:21         ` Mike McCarty
  1 sibling, 1 reply; 10+ messages in thread
From: Frank Cox @ 2010-11-16  7:20 UTC (permalink / raw)
  To: Vedran Vucic; +Cc: linux-msdos

On Tue, 16 Nov 2010 08:15:21 +0100
Vedran Vucic wrote:

> I even started dosemu as root which should disable all obstacles
> eventually imposed by dosemu.  In addition, permissions 777 did not
> work.

Post the output of a "ls -l" command in the directory that you're trying to run
the program in.

Post the output of a "dir" command run under dosemu in the directory you're
trying to run the program in.

Where is the directory with your program located, exactly?  In other words,
what is the complete path to that directory?

Is the directory located on a local drive?  NFS share?  Something else?

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-16  7:15       ` Vedran Vucic
  2010-11-16  7:20         ` Frank Cox
@ 2010-11-16  7:21         ` Mike McCarty
  1 sibling, 0 replies; 10+ messages in thread
From: Mike McCarty @ 2010-11-16  7:21 UTC (permalink / raw)
  To: FreeDOS

Vedran Vucic wrote:
> Hello,
> 
> I even started dosemu as root which should disable all obstacles
> eventually imposed by dosemu.  In addition, permissions 777 did not
> work.
> I do not get any other error messages except dos program not being
> able to find its .cdx files although they are there.

You keep saying "they are there", but "where" is "there"? They
have to be in a place the program is looking. Where does the
program look?

> Is there any special part in boot.log that I should pay attention to?
> 
> Best wishes,
> 
> Vedran Vucic

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-16  7:20         ` Frank Cox
@ 2010-11-17 20:05           ` Vedran Vucic
  2010-11-17 20:59             ` Andrew Joakimsen
  0 siblings, 1 reply; 10+ messages in thread
From: Vedran Vucic @ 2010-11-17 20:05 UTC (permalink / raw)
  To: Frank Cox; +Cc: linux-msdos

hello,

Program shoudl find its necessary files in folder/home/goca/gocaknjige/knjige05
Please checkmy autoexec.bat here:
http://pastebin.ca/1994888

It is possible that error is in autoexec.bat since when I start
dosemu I get thismesdsage:
http://pastebin.ca/1994892

Thanks in advance,

veki


On Tue, Nov 16, 2010 at 8:20 AM, Frank Cox <theatre@sasktel.net> wrote:
> On Tue, 16 Nov 2010 08:15:21 +0100
> Vedran Vucic wrote:
>
>> I even started dosemu as root which should disable all obstacles
>> eventually imposed by dosemu.  In addition, permissions 777 did not
>> work.
>
> Post the output of a "ls -l" command in the directory that you're trying to run
> the program in.
>
> Post the output of a "dir" command run under dosemu in the directory you're
> trying to run the program in.
>
> Where is the directory with your program located, exactly?  In other words,
> what is the complete path to that directory?
>
> Is the directory located on a local drive?  NFS share?  Something else?
>
> --
> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-17 20:05           ` Vedran Vucic
@ 2010-11-17 20:59             ` Andrew Joakimsen
  2010-11-17 21:12               ` Vedran Vucic
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Joakimsen @ 2010-11-17 20:59 UTC (permalink / raw)
  To: Vedran Vucic; +Cc: Frank Cox, linux-msdos

On Wed, Nov 17, 2010 at 15:05, Vedran Vucic <vedran.vucic@gmail.com> wrote:
> hello,
>
> Program shoudl find its necessary files in folder/home/goca/gocaknjige/knjige05
> Please checkmy autoexec.bat here:
> http://pastebin.ca/1994888
>
> It is possible that error is in autoexec.bat since when I start
> dosemu I get thismesdsage:
> http://pastebin.ca/1994892
>
> Thanks in advance,
>
> veki
>
>
> On Tue, Nov 16, 2010 at 8:20 AM, Frank Cox <theatre@sasktel.net> wrote:
>> On Tue, 16 Nov 2010 08:15:21 +0100
>> Vedran Vucic wrote:
>>
>>> I even started dosemu as root which should disable all obstacles
>>> eventually imposed by dosemu.  In addition, permissions 777 did not
>>> work.
>>
>> Post the output of a "ls -l" command in the directory that you're trying to run
>> the program in.
>>
>> Post the output of a "dir" command run under dosemu in the directory you're
>> trying to run the program in.
>>
>> Where is the directory with your program located, exactly?  In other words,
>> what is the complete path to that directory?
>>
>> Is the directory located on a local drive?  NFS share?  Something else?
>>
>> --
>> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


Post the output of a "ls -l" command in the directory that you're trying to run
the program in.

Post the output of a "dir" command run under dosemu in the directory you're
trying to run the program in.

-- 
Med Vennlig Hilsen,

A. Helge Joakimsen
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: clipper dos program not able to access its files although they do exist
  2010-11-17 20:59             ` Andrew Joakimsen
@ 2010-11-17 21:12               ` Vedran Vucic
  0 siblings, 0 replies; 10+ messages in thread
From: Vedran Vucic @ 2010-11-17 21:12 UTC (permalink / raw)
  To: Andrew Joakimsen; +Cc: Frank Cox, linux-msdos

Hello,

I contacted developer of that DOS program and he has changed path
where the program shouldlookforhis files and everything is OK now.

Thanks for your help,

Vedran

On Wed, Nov 17, 2010 at 9:59 PM, Andrew Joakimsen <joakimsen@gmail.com> wrote:
> On Wed, Nov 17, 2010 at 15:05, Vedran Vucic <vedran.vucic@gmail.com> wrote:
>> hello,
>>
>> Program shoudl find its necessary files in folder/home/goca/gocaknjige/knjige05
>> Please checkmy autoexec.bat here:
>> http://pastebin.ca/1994888
>>
>> It is possible that error is in autoexec.bat since when I start
>> dosemu I get thismesdsage:
>> http://pastebin.ca/1994892
>>
>> Thanks in advance,
>>
>> veki
>>
>>
>> On Tue, Nov 16, 2010 at 8:20 AM, Frank Cox <theatre@sasktel.net> wrote:
>>> On Tue, 16 Nov 2010 08:15:21 +0100
>>> Vedran Vucic wrote:
>>>
>>>> I even started dosemu as root which should disable all obstacles
>>>> eventually imposed by dosemu.  In addition, permissions 777 did not
>>>> work.
>>>
>>> Post the output of a "ls -l" command in the directory that you're trying to run
>>> the program in.
>>>
>>> Post the output of a "dir" command run under dosemu in the directory you're
>>> trying to run the program in.
>>>
>>> Where is the directory with your program located, exactly?  In other words,
>>> what is the complete path to that directory?
>>>
>>> Is the directory located on a local drive?  NFS share?  Something else?
>>>
>>> --
>>> MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
>>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
>
> Post the output of a "ls -l" command in the directory that you're trying to run
> the program in.
>
> Post the output of a "dir" command run under dosemu in the directory you're
> trying to run the program in.
>
> --
> Med Vennlig Hilsen,
>
> A. Helge Joakimsen
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-11-17 21:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 23:12 clipper dos program not able to access its files although they do exist Vedran Vucic
2010-11-15 23:34 ` Frank Cox
2010-11-15 23:40   ` Vedran Vucic
2010-11-16  5:28     ` Andrew Joakimsen
2010-11-16  7:15       ` Vedran Vucic
2010-11-16  7:20         ` Frank Cox
2010-11-17 20:05           ` Vedran Vucic
2010-11-17 20:59             ` Andrew Joakimsen
2010-11-17 21:12               ` Vedran Vucic
2010-11-16  7:21         ` Mike McCarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox