Non-Win-user's save-as confusion.

N

no.top.post

I'm typing this in to a proper computer, while I log
my actions and Win7's response:-

Note pad is open with s19,
which I've added to,
but can't `save`
because the file came off an USBstik which is gone.

So I want to `saveas <ChosenPath\ChosenFileName>

-> SaveAs selects a default folder/path
but shows no chosen/default-Name

So let's guess that the original Name: s19 is used,
and just hit <enter>
==> there is no response.

So let's <add a fileName to the Win4Chosen path>.
Say 'dog'
==> Windows can't find 'eas\dog'......

Yes well I hope not, since I've tried to select an unused name.

If I in fact establish a dummy-file --\eas\dog,
then `save as ` asks what 'program to use to OPEN this file'.

I believe that I have previously done SaveAs under various
Win-versions.

What am I doing wrong now?
================

BTW would flight-simulator for Win3.1 [16bit AFAIK]
run on this thing?
 
P

Paul

I'm typing this in to a proper computer, while I log
my actions and Win7's response:-

Note pad is open with s19,
which I've added to,
but can't `save`
because the file came off an USBstik which is gone.

So I want to `saveas <ChosenPath\ChosenFileName>

-> SaveAs selects a default folder/path
but shows no chosen/default-Name

So let's guess that the original Name: s19 is used,
and just hit <enter>
==> there is no response.

So let's <add a fileName to the Win4Chosen path>.
Say 'dog'
==> Windows can't find 'eas\dog'......

Yes well I hope not, since I've tried to select an unused name.

If I in fact establish a dummy-file --\eas\dog,
then `save as ` asks what 'program to use to OPEN this file'.

I believe that I have previously done SaveAs under various
Win-versions.

What am I doing wrong now?
================

BTW would flight-simulator for Win3.1 [16bit AFAIK]
run on this thing?
Try "dog.txt" ? Windows likes to use the file extension,
to associate a data file, with a preferred application.

Paul
 
G

Gene E. Bloch

I'm typing this in to a proper computer, while I log
my actions and Win7's response:-

Note pad is open with s19,
which I've added to,
but can't `save`
because the file came off an USBstik which is gone.

So I want to `saveas <ChosenPath\ChosenFileName>

-> SaveAs selects a default folder/path
but shows no chosen/default-Name

So let's guess that the original Name: s19 is used,
and just hit <enter>
==> there is no response.

So let's <add a fileName to the Win4Chosen path>.
Say 'dog'
==> Windows can't find 'eas\dog'......

Yes well I hope not, since I've tried to select an unused name.

If I in fact establish a dummy-file --\eas\dog,
then `save as ` asks what 'program to use to OPEN this file'.

I believe that I have previously done SaveAs under various
Win-versions.

What am I doing wrong now?
================

BTW would flight-simulator for Win3.1 [16bit AFAIK]
run on this thing?
Try "dog.txt" ? Windows likes to use the file extension,
to associate a data file, with a preferred application.

Paul
In Notepad, I just did a save as using test (i.e., no extension) as the
file name, and in the folder it appeared as test.txt.

The OP is not giving us a clear idea of what he did, I suspect.

To the OP: you have also not given enough information to answer your
question about Flight Simulator. Whether it will run or not depends on
which OS you have.
 
A

Andy Burns

I'm typing this in to a proper computer
As an opening line, that's likely to put off quite a few who might help you
Note pad is open with s19,
which I've added to,
but can't `save`
because the file came off an USBstik which is gone.
So I want to `saveas<ChosenPath\ChosenFileName>
What am I doing wrong now?
Try giving it an absolute path

such as file ... saveas ... c:\users\fred\s19.txt

substitute for fred your actual username
 
C

Char Jackson

I'm typing this in to a proper computer, while I log
my actions and Win7's response:-

Note pad is open with s19,
which I've added to,
but can't `save`
because the file came off an USBstik which is gone.
Correct. 'Save' requires that the original filename and path be
available and retained, and in the scenario where a USB stick is gone,
Save is not what you want. So far, so good.
So I want to `saveas <ChosenPath\ChosenFileName>

-> SaveAs selects a default folder/path
but shows no chosen/default-Name
On my system, Save As selects a default path, which of course I can
change, and it defaults to the filename of the original file, which of
course I can also change.
So let's guess that the original Name: s19 is used,
and just hit <enter>
==> there is no response.
If the Save As file dialog shows a blank filename, there is no
underlying assumption that Windows will fill it in for you when you
hit Enter. You have to enter a name; it can't be blank. So far, so
good.
So let's <add a fileName to the Win4Chosen path>.
Say 'dog'
==> Windows can't find 'eas\dog'......
In all Windows file dialogs, the path and the filename are treated
separately. Don't use a backslash in the filename, and don't try to
add a filename to the path. They are separate and different from each
other.
Yes well I hope not, since I've tried to select an unused name.

If I in fact establish a dummy-file --\eas\dog,
then `save as ` asks what 'program to use to OPEN this file'.

I believe that I have previously done SaveAs under various
Win-versions.

What am I doing wrong now?
I suggest a beginner class at your local community college or perhaps
a book from the "for Dummies" series (no offense intended, they are
actually pretty good references). Opening and saving files are some of
the most basic building blocks upon which a ton of other things are
built.
 
J

J. P. Gilliver (John)

Char Jackson said:
On Fri, 30 Sep 2011 19:53:26 +0000 (UTC), (e-mail address removed) wrote: []
In all Windows file dialogs, the path and the filename are treated
separately. Don't use a backslash in the filename, and don't try to
add a filename to the path. They are separate and different from each
other.
Not entirely so. Certainly in XP, you can give a _full_ filename
(starting with the drive letter). You can also give a full folder name
(I usually copy from the address bar in an explorer window; not sure if
Classic Shell for 7 gives that copy option); entering that as the file
_name_ will change the save window to that folder, where you can then
add the file name you want to use.
I suggest a beginner class at your local community college or perhaps
a book from the "for Dummies" series (no offense intended, they are
actually pretty good references). Opening and saving files are some of
the most basic building blocks upon which a ton of other things are
built.
I suggest a little less reflex action - are you sure that the book would
explain why he's being asked what he wants to use to _open_ a file, when
he's typing a name into a _save_ window? (Do _you_ know why he's being
asked that?)
 
C

Char Jackson

Char Jackson said:
On Fri, 30 Sep 2011 19:53:26 +0000 (UTC), (e-mail address removed) wrote: []
In all Windows file dialogs, the path and the filename are treated
separately. Don't use a backslash in the filename, and don't try to
add a filename to the path. They are separate and different from each
other.
Not entirely so. Certainly in XP, you can give a _full_ filename
(starting with the drive letter). You can also give a full folder name
(I usually copy from the address bar in an explorer window; not sure if
Classic Shell for 7 gives that copy option); entering that as the file
_name_ will change the save window to that folder, where you can then
add the file name you want to use.
Please provide an example of what you're talking about because I can't
reproduce that behavior here on XP SP3 or 7 SP1. Just a reminder that
we're talking about the Windows file dialog that you get when you
click Save As in a Windows program. The path is in one part of the
file dialog and the filename is in a different part of that dialog.
Mixing and matching doesn't work for me and I don't think it ever has.
I suggest a little less reflex action - are you sure that the book would
explain why he's being asked what he wants to use to _open_ a file, when
he's typing a name into a _save_ window? (Do _you_ know why he's being
asked that?)
When a person doesn't know how to open or save files, is it really
worthwhile to try to troubleshoot something that is almost certainly
user error? It's not reflex action to suggest some basic training.
 
J

J. P. Gilliver (John)

Char Jackson said:
Char Jackson said:
On Fri, 30 Sep 2011 19:53:26 +0000 (UTC), (e-mail address removed) wrote: []
In all Windows file dialogs, the path and the filename are treated
separately. Don't use a backslash in the filename, and don't try to
add a filename to the path. They are separate and different from each
other.
Not entirely so. Certainly in XP, you can give a _full_ filename
(starting with the drive letter). You can also give a full folder name
(I usually copy from the address bar in an explorer window; not sure if
Classic Shell for 7 gives that copy option); entering that as the file
_name_ will change the save window to that folder, where you can then
add the file name you want to use.
Please provide an example of what you're talking about because I can't
reproduce that behavior here on XP SP3 or 7 SP1. Just a reminder that
we're talking about the Windows file dialog that you get when you
click Save As in a Windows program. The path is in one part of the
file dialog and the filename is in a different part of that dialog.
Mixing and matching doesn't work for me and I don't think it ever has.
Sorry, don't have a 7 machine to hand. On this XP SP3, I just opened
Wordpad (to be sure I'm using something fairly standard), and clicked on
File, Save As: I get a Window headed Save As. If I type "D:\!backups"
(without the "") into the box labelled "File name", and press enter (I
do have such a folder), then the box at the top headed "Save in" changes
to "!backups", and the main window area shows the subfolders of my
D:\!backups folder (and would I'm sure have also shown any .rtf files I
had there if I had any).
[]
When a person doesn't know how to open or save files, is it really
worthwhile to try to troubleshoot something that is almost certainly
user error? It's not reflex action to suggest some basic training.
I haven't seen any evidence that he doesn't know how to save files. His
lines

suggested to me that he's using "Save as".
 
C

Char Jackson

I haven't seen any evidence that he doesn't know how to save files.
Have you seen the title of this thread? Have you followed the thread
at all? I don't know how you could come to a different conclusion but
I respect your opinion.
 
J

J. P. Gilliver (John)

Char Jackson said:
Have you seen the title of this thread? Have you followed the thread
at all? I don't know how you could come to a different conclusion but
I respect your opinion.
I didn't say he definitely did, but just that it wasn't necessarily the
case that he didn't. He definitely mentioned using save as.
 
N

no.top.post

Yea, but I paid for *MY* filenameS, not Micro$loth's.
To the OP: you have also not given enough information to answer your
question about Flight Simulator. Whether it will run or not depends on
which OS you have.
Well since this forum is named: alt.windows7.general....?

Since I found that my DOS: nc and a lynx*32* are more
useful on this Win7 device, than the designed-for-kiddies apps,
I was wondering if FS for Win3 [ie.16 bit] would also run.

Thanks.
 
G

Gordon

Yea, but I paid for *MY* filenameS, not Micro$loth's.
To the OP: you have also not given enough information to answer your
question about Flight Simulator. Whether it will run or not depends on
which OS you have.
Well since this forum is named: alt.windows7.general....?

Since I found that my DOS: nc and a lynx*32* are more
useful on this Win7 device, than the designed-for-kiddies apps,
I was wondering if FS for Win3 [ie.16 bit] would also run.

Thanks.
Hi flattie - your troll is over!
 
J

J. P. Gilliver (John)

Yea, but I paid for *MY* filenameS, not Micro$loth's.
You also paid - in some way - for the OS; although you don't _have_ to
use that extension-implies-filetype (and thus application) convention,
not doing so is going to make your life somewhat difficult. It's been
around since at least Windows 3, though a few applications that survived
a while beyond that _did_ manage not to use it. (Word Perfect, for
example, at least in older versions, did not add _any_ default
extension.)
To the OP: you have also not given enough information to answer your
question about Flight Simulator. Whether it will run or not depends on
which OS you have.
Well since this forum is named: alt.windows7.general....?

Since I found that my DOS: nc and a lynx*32* are more
useful on this Win7 device, than the designed-for-kiddies apps,
I was wondering if FS for Win3 [ie.16 bit] would also run.
If it doesn't, you could always try the one hidden inside Excel 97 (-:
 
A

Andy Burns

J. P. Gilliver (John) said:
You also paid - in some way - for the OS;
My troll-alarm started twitching at the O/Ps use of the phrase "a proper
computer", I think the siren proper went off with the O/Ps next reply
.... suggest you throw the tiddler back ...
 
G

Gene E. Bloch

Well since this forum is named: alt.windows7.general....?
Thus making it impossible for someone to post about a different OS?

Silly man. Or humanoid, whatever...
 
G

Gene E. Bloch

I didn't say he definitely did, but just that it wasn't necessarily the
case that he didn't. He definitely mentioned using save as.
And he mentions a message having the text
`save as ` asks what 'program to use to OPEN this file'
He's doing something wrong, I'd say.
 
J

J. P. Gilliver (John)

Gene E. Bloch said:
And he mentions a message having the text


He's doing something wrong, I'd say.
Original poster - are you still here?
 
R

Rodney Pont

And he mentions a message having the text


He's doing something wrong, I'd say.
Maybe not. I can't remember what I was doing but I was 'save as'ing
something and there was only an open or cancel button. It wasn't the
standard windows save as dialogue. I even cancelled it and tried again
and then assumed it was going to open a new file and then save the
contents, it did save as for me though.

If I come across it again I'll post what it was.
 
G

Gene E. Bloch

Maybe not. I can't remember what I was doing but I was 'save as'ing
something and there was only an open or cancel button. It wasn't the
standard windows save as dialogue. I even cancelled it and tried again
and then assumed it was going to open a new file and then save the
contents, it did save as for me though.

If I come across it again I'll post what it was.
Well, then, it certainly seems bizarre. Maybe there's a bug in your
program.

By now it's clear that the most helpful thing I can do is to not try to
"help", as I call it, any further :)
 
C

Char Jackson

Maybe not. I can't remember what I was doing but I was 'save as'ing
something and there was only an open or cancel button. It wasn't the
standard windows save as dialogue. I even cancelled it and tried again
and then assumed it was going to open a new file and then save the
contents, it did save as for me though.

If I come across it again I'll post what it was.
Will you be posting under this name or one of the others?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top