VOGONS


file not found

Topic actions

First post, by slow_poke

User metadata
Rank Newbie
Rank
Newbie

what would cause a "file not found" error message?
I'm trying to get an old DOS screen capture going (The Grabber)
and when I try to run it (view.exe) it sez file not found..

I'm using vista, and when I went into the DOS prompt, it
came up with the same error message. However, when I
typed the DOS command TYPE view.exe it shows it. hmmm 😕

Reply 1 of 8, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

maybe someone screwed with your filename and it is not an i but an L 😀
try this:
start Dosbox, got to that dir, type v and then hit TAB until the view.exe is shown and then press enter.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 8, by wildweasel

User metadata
Rank Member
Rank
Member

What's curious is that it's giving you a "File Not Found" error and not a "Bad Command or File Name" error - that tells me that, while DOSBox does acknowledge that the view.exe is there, view.exe is apparently looking for another file entirely before running, and failing to find said file, it quits with a File Not Found error.

That's just my speculation at this point, though - that may or may not be the case.

wwsig2-button1.pngwwsig2-center.pngwwsig2-button2.png

Reply 3 of 8, by `Moe`

User metadata
Rank Oldbie
Rank
Oldbie

A totally different question: Why are you trying to use a screen capture program in DOSBox? Why not use the built-in screeshot function?

Reply 4 of 8, by slow_poke

User metadata
Rank Newbie
Rank
Newbie
`Moe` wrote:

A totally different question: Why are you trying to use a screen capture program in DOSBox? Why not use the built-in screeshot function?

ha! I was unaware of this function. I was going with what worked for
me in the past capturing games and stuff.

thanks! =D

Reply 5 of 8, by gidierre

User metadata
Rank Member
Rank
Member
slow_poke wrote:
what would cause a "file not found" error message? I'm trying to get an old DOS screen capture going (The Grabber) and when I tr […]
Show full quote

what would cause a "file not found" error message?
I'm trying to get an old DOS screen capture going (The Grabber)
and when I try to run it (view.exe) it sez file not found..
hmmm 😕

slow_poke :

I'm afraid there's something wrong with your grabber installation anyway, judging by your test.tif

when I dir into my own grabber v3.98 directory, what I see is shown in
attached grabber.jpg

where's grpcx.exe by you ? and what about the missing 500 kb ?

Reply 6 of 8, by gidierre

User metadata
Rank Member
Rank
Member
wildweasel wrote:

What's curious is that it's giving you a "File Not Found" error and not a "Bad Command or File Name" error - that tells me that, while DOSBox does acknowledge that the view.exe is there, view.exe is apparently looking for another file entirely before running, and failing to find said file, it quits with a File Not Found error.

That's just my speculation at this point, though - that may or may not be the case.

wildweasel :

well your speculation is really on the money !
If you compare my grabber.jpg with slow_poke's tif you'll see he's missing a bunch of files there. Now he's on Vista, I'm on XP SP2 so it's not quite the same, anyway I have grabber too and it still works for me (like his lookalike utility, pcxdump) for dos screenshot taking.
To be precise, they both work at command prompt, but have always been stuttering from batch scripts under WinXP, but that's another story.

So I have grpcx.exe (that's the one who delivers) and it works.
I have all the other stuff in the directory, I try view.exe and.. it still gives me :
file not found 😵
That really makes me curious, because in my case it shouldn't really be missing whatever other files it's after should it.
So I look up into the documentation (not those *.doc files there for operating info, but the "readme.1st" file instead for, that's right... first instructions) and it says

VIEW.EXE .......... Program that lets you browse documentation files and other text files on your screen. You are using it now to view this file.

Actually, I'm using notepad to read readme.1st now 😜 , but I see your point, go open command window in grabber folder, at prompt, type
view readme.1st
and see attached readme1st.jpg 😎 which proves your point.

Compliments for your perception 😀

Last edited by gidierre on 2007-10-13, 16:13. Edited 1 time in total.

Reply 7 of 8, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Guess the first parameter is the file to view.

Reply 8 of 8, by gidierre

User metadata
Rank Member
Rank
Member

Yep. Apparently it worked that way.
It's interesting that at that time they would feel it proper to pack the utility with an internal custom viewer add-in.

Like pcxdump.exe would come with one pcxlab.exe sort of plug in just to be sure you could actually look/browse at all the *.pcx you made.
Otoh, mspaint with Win95 wouldn't open *.pcx anymore, that's vs. Win3.11 like I guess everyone remembers.