My pictures in odd location

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

I am getting this directory which is not the usual place that XP places it.

Ideas gentlemen ?

C:\MASM32\SOURCE\My Pictures

Thanks,
Andy
 
Andy said:
I am getting this directory which is not the usual place that XP places it.

Ideas gentlemen ?

C:\MASM32\SOURCE\My Pictures

Thanks,
Andy

Probably got there by mistake.
If it's empty then delete it and see where it
gets recreated the next time something calls it.
 
Andy said:
I am getting this directory which is not the usual place that XP places it.

Ideas gentlemen ?

C:\MASM32\SOURCE\My Pictures

Thanks,
Andy

http://en.wikipedia.org/wiki/My_Documents

"alias %USERPROFILE%\My Documents\"

"A user can change the physical location of "My Documents"
by right-clicking on the "My Documents" icon, selecting
the Properties option, and entering a new folder location
(path) in the Target tab."

Maybe that'll give you a few ideas.
Normally, it's a "special folder".

And "echo %USERPROFILE%" ends up being the same
thing, as the directory you're thrown into when opening
a command prompt. That's what I got when I tried it here.

Paul
 
If memory serves me right, that "MASM" stands for the Microsoft Assembler

Language Compiler. Now how that got on his machine (since he's not a

programmer afaik) remains a mystery! And finally, how "My Pictures", of all

things, got moved or aliased over there to that folder, seems pretty weird.

Been an assembly programer for 10 years.

How long have you been programming ?

There are a lots of mysteries in life.

Andy
 
http://en.wikipedia.org/wiki/My_Documents



"alias %USERPROFILE%\My Documents\"



"A user can change the physical location of "My Documents"

by right-clicking on the "My Documents" icon, selecting

the Properties option, and entering a new folder location

(path) in the Target tab."



Maybe that'll give you a few ideas.

Normally, it's a "special folder".



And "echo %USERPROFILE%" ends up being the same

thing, as the directory you're thrown into when opening

a command prompt. That's what I got when I tried it here.



Paul

Thanks to both Pauls. :-)

When I deleted the My Pictures dir that was right under My Computer, the directory disappeared.

When deleting it under Masm, it always reappeared later.

Andy
 
Andy said:
Thanks to both Pauls. :-)

When I deleted the My Pictures dir that was right under My Computer, the directory disappeared.

When deleting it under Masm, it always reappeared later.

Andy

And you know right away, what that means. It's
being put back by the OS, by means of something
pointing to that (incorrect) root directory. I wouldn't
call them "special folders" so much, as
something which is part of your profile, and
the OS means you to "have a copy".

I think some pointer has changed.

Ben probably knows exactly what to change, but
if as a home user, I was facing this, I'd fire
up Regedit, and see if that Masm is in the
registry. Of course, it will be mentioned
in your "programming tools" registry section.
But maybe, just maybe, there's a system related
one, something with a recognizable name, which is
also there.

I tool a look in my own environment variables, and
didn't see anything that immediately stood out as
a suspect. So I'd have to go "dumpster diving"
in the registry, to try and find a hint. And the MASM
part of your path, might make a good search term.

Go to System control panel, Advanced tab, Environment Variables
button, lower center. I didn't see anything in mine,
so I'm guessing the answer is in the registry somewhere.
You could have a look through yours, just in case.

*******

In this tutorial...

http://www.intelligent-systems.info/classes/ee360/tutorial.htm

this is what his Command Prompt window looks like when
starting his session. AFAIK, that's the %userprofile% path.
In his case C:\Documents and Settings\esazonov.

http://www.intelligent-systems.info/classes/ee360/tutorial_files/image008.jpg

Does yours start in a place like that ? Or does yours
start in C:\MASM32\SOURCE or similar, immediately ?

Just curious.

Paul
 
Andy wrote:







And you know right away, what that means. It's

being put back by the OS, by means of something

pointing to that (incorrect) root directory. I wouldn't

call them "special folders" so much, as

something which is part of your profile, and

the OS means you to "have a copy".



I think some pointer has changed.



Ben probably knows exactly what to change, but

if as a home user, I was facing this, I'd fire

up Regedit, and see if that Masm is in the

registry. Of course, it will be mentioned

in your "programming tools" registry section.

But maybe, just maybe, there's a system related

one, something with a recognizable name, which is

also there.



I tool a look in my own environment variables, and

didn't see anything that immediately stood out as

a suspect. So I'd have to go "dumpster diving"

in the registry, to try and find a hint. And the MASM

part of your path, might make a good search term.



Go to System control panel, Advanced tab, Environment Variables

button, lower center. I didn't see anything in mine,

so I'm guessing the answer is in the registry somewhere.

You could have a look through yours, just in case.



*******



In this tutorial...



http://www.intelligent-systems.info/classes/ee360/tutorial.htm



this is what his Command Prompt window looks like when

starting his session. AFAIK, that's the %userprofile% path.

In his case C:\Documents and Settings\esazonov.



http://www.intelligent-systems.info/classes/ee360/tutorial_files/image008.jpg



Does yours start in a place like that ? Or does yours

start in C:\MASM32\SOURCE or similar, immediately ?



Just curious.



Paul

The problem is fixed.

Andy
 
Off and on for many years, but I'm not a programmer, I'm a retired EE and

instructor. That said, I had played around a little bit with MASM and TASM

(Borland's answer to MASM), Turbo Pascal, Basic, and some machine code

programming, and barely scratched "C" at the time.



I still find it mind boggling that "My Pictures" is being redirected to your

MASM folder. But maybe Paul's suggestion will help out.



I've removed most of the extra line feeds above. I'm not sure why Google

adds them. It's too bad there's no option (?) to turn them off, I gather.

I love Tasm and still use it on occasion to make 16 bit programs.

I am sorry about the extra line feeds.

I have tried numerous times to get a newsreader working, but never had any luck.

Andy
 
And the solution was ???



That's how we pay the bills here, with

posted solutions...



Paul

Sorry, I was mistaken again.

I think my computer is demon possessed.

I connected my DSLR camera to my computer and this reappeared. :-)

C:\MASM32\SOURCE\My Pictures
 
Andy said:
Sorry, I was mistaken again.

I think my computer is demon possessed.

I connected my DSLR camera to my computer and this reappeared. :-)

C:\MASM32\SOURCE\My Pictures

So something still points to that location.

Either the piece of software that handles the DSLR.
Or the system image acquisition, whatever that is.

While nothing prevents an application from storing
stuff in an XML file, tradition is, the Registry
gets that stuff.

Paul
 
So something still points to that location.



Either the piece of software that handles the DSLR.

Or the system image acquisition, whatever that is.



While nothing prevents an application from storing

stuff in an XML file, tradition is, the Registry

gets that stuff.



Paul

I deleted all Nikon programs, and My Pictures still shows up in my MASM directory.

I can't blame Nikon, so Winblows seems to be the culprit. :-)

Andy
 
In message <[email protected]>, Andy
I am sorry about the extra line feeds.

I have tried numerous times to get a newsreader working, but never had
any luck.

Andy

Tell us which one, and the problems you have, and I'm sure we'll be able
to help. (Thunderbird is probably the one with most users, even if it
isn't the best 'reader.)
--
J. P. Gilliver. UMRA: 1960/<1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

They'd never heard of me; they didn't like me; they didn't like my speech;
they tutted and clucked and looked at their watches and eventually I sat down
to a thunderous lack of applause. - Barry Norman (on preceding Douglas Bader),
in RT 6-12 July 2013
 
In message <[email protected]>, Andy


[]
I am sorry about the extra line feeds.

I have tried numerous times to get a newsreader working, but never had
any luck.

Andy



Tell us which one, and the problems you have, and I'm sure we'll be able

to help. (Thunderbird is probably the one with most users, even if it

isn't the best 'reader.)

--

J. P. Gilliver. UMRA: 1960/<1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf



They'd never heard of me; they didn't like me; they didn't like my speech;

they tutted and clucked and looked at their watches and eventually I sat down

to a thunderous lack of applause. - Barry Norman (on preceding Douglas Bader),

in RT 6-12 July 2013

I installed Thunderbird and would like to get it setup with some free newsgroup server.

Andy
 
Bill in Co said:
Well if he's using Windows XP, he could simply use Outlook Express (and
OE-Quotefix). As for Vista, I know they replaced OE with Windows Mail, but
I don't know if that comes with a newsreader.

Yes, he could try Thunderbird, or maybe one of the smaller dedicated freebie
newreader programs, of which there are several to choose from. But then he
needs to subscribe to a NNTP service, instead of relying on Google
Well, he said he'd tried and not succeeded: I thought we could help him
along the way. (Including the NNTP subscription.) So if you're still
reading this, Andy ...
 
Andy said:
I installed Thunderbird and would like to get it setup with some free newsgroup server.

Andy

http://hdc.tamu.edu/Connecting/Usenet_News_Service/Setting_Up_a_Newsgroup_Account_in_Thunderbird.php

Change the server to nntp.aioe.org port 119.

That server requires no username/password and you don't have to
sign up. On the other hand, the server has filters to try to
control spam, and they can make things difficult on occasion.
There is a limit of 25 posts per day (or so).

The filter rules are not spelled out in great detail. If
you have a "symptom" or "unhelpful status message", I can
kinda guess at the meaning for you. AIOE is my backup server
right now.

News servers typically have a page with the details of what
address and port to use.

http://www.aioe.org/

*******

Other servers, you sign up for them. Using an email account
where you can receive any feedback from the administrator.

You can actually operate eternal-september.org without
authentication and without an account. But if you do so,
the newsgroup list is limited to just a handful of groups.
There is an eternal-september.support group, where if you
had to, you could ask questions of the administrator. Because
that admin gets regularly trolled though, don't expect him to
play "tech support" with you - that gets tiring after a while.

To test that un-authenticated access works, and you can reach
the server, the details are here.

http://www.eternal-september.org/index.php?showpage=techinfo

news.eternal-september.org port 119

Port 119 is un-encrypted, and is suitable for a quick test
that you can reach the server. The server is mainly text only,
and is not a "leech site for movies" or anything. He doesn't
have the bandwidth to give away for free, to have people download
multiple DVDs per day. A commercial USENET site and a block account
are available, if you want to do that.

Once you get your userid and password sorted out with E-S...

http://www.eternal-september.org/RegisterNewsAccount.php?language=en

you can then click the "Always Request Authentication" box in
the server setup pane of Thunderbird. The way username/password
works on news servers, seems to be that the client "volunteers"
the information. That is, if the user expects to get connected. You
would think an NNTP server would just prompt for a password
itself, but I think the problem with that idea, is it requires
a persistent TCP/IP connection, and ties up an entry in
the server. That makes it non-scalable. (You could DDOS the
NNTP server, if it worked that way.) In the case of E-S,
the server design actually drops connections quite rapidly,
so connections do not persist for very long even when you're
doing stuff. That means, you store the password in Thunderbird,
and Thunderbird is re-connecting, over and over again, as you work.
(Sending the password, again and again.) You can watch this with
a packet sniffer like Wireshark, if you want to see how the
protocol works with that server.

Tricks like that are necessary, because thousands of users can be
hosted by one server, and it uses up memory for each connection.
The server can only scale, if resource usage is minimal. Even if
it means more packets need be exchanged, per operation carried out.
Perhaps there are 10,000 users who think they are using the server,
but only 1000 connections at a time, as the users are rapidly
time multiplexed. If the connections were perfectly persistent,
there would be 10,000 connections while people are typing, and
it would use ten times as much server memory.

I'd make you a "setup film strip" and post it on Imageshack.us, but
that site has gone to registered access only, and I don't
sign up for crap I don't need. My other image server, has a max
image size, that gets in the way of my fun. So I can no longer
do the illustrated help things I used to.

You never know, there could be a Youtube video with
an example of someone setting up one of those clients.
I'm not a big Youtube user, so I'll leave that hunt to you.

Paul
 
I installed Thunderbird and would like to get it setup with some
free newsgroup server.
Andy
[/QUOTE]

As Nil said, it'd probably be useful if you told us what you have tried
and where it went wrong. [I'm assuming you have a normal broadband (not
dial-up) connection.] Did you fill in eternal-september's signup
webpage, for example? (And get a reply, or not?)
http://hdc.tamu.edu/Connecting/Usenet_News_Service/Setting_Up_a_Newsgrou
p_Account_in_Thunderbird.php

Change the server to nntp.aioe.org port 119.

That server requires no username/password and you don't have to
sign up. On the other hand, the server has filters to try to
control spam, and they can make things difficult on occasion.
There is a limit of 25 posts per day (or so).

And simply _because_ it allows anyone in, posters using it are sometimes
viewed with suspicion. Personally, I'd start with eternal-september, as
I didn't have any trouble doing so, but aioe may be simpler to test with
- though e-s does have a non-sign-up test mode as paul describes below.

Did you _try_ to get an account with any free NNTP server (such as e-s)?
If so, what went wrong?
[]
News servers typically have a page with the details of what
address and port to use.

http://www.aioe.org/

*******

Other servers, you sign up for them. Using an email account
where you can receive any feedback from the administrator.

(In the case of e-s, from what I remember, the email reply containing
the necessary details wasn't instant, in the sense of machine-generated;
although I think it _was_ a standard form, it did take a few hours to
come after I'd filled in the web form, suggesting a human had triggered
its sending.)
You can actually operate eternal-september.org without
authentication and without an account. But if you do so,
the newsgroup list is limited to just a handful of groups.

(Handful is right - about five, IIRR.) Of which most if not all are to
do with e-s itself. But I suppose it's as good a way of testing as any.
There is an eternal-september.support group, where if you
had to, you could ask questions of the administrator. Because
that admin gets regularly trolled though, don't expect him to
play "tech support" with you - that gets tiring after a while.

To test that un-authenticated access works, and you can reach
the server, the details are here.

http://www.eternal-september.org/index.php?showpage=techinfo

news.eternal-september.org port 119

Port 119 is un-encrypted, and is suitable for a quick test
that you can reach the server. The server is mainly text only,
and is not a "leech site for movies" or anything. He doesn't
have the bandwidth to give away for free, to have people download
multiple DVDs per day. A commercial USENET site and a block account
are available, if you want to do that.

Yes, for binary newsgroups, there are lots of commercial news providers.
The cheapest I know of is Tera News (http://www.teranews.com/), who have
several levels of service - I don't know how their other ones compare,
but their cheapest costs $3.95 to sign up and is free thereafter for
ever. (That has some daily limit, but I've never hit it.) They also have
a totally free (and no sign up process), but download only and capped at
128kbit - see http://www.teranews.com/free.html. (I never tried that.)
Once you get your userid and password sorted out with E-S...

http://www.eternal-september.org/RegisterNewsAccount.php?language=en

you can then click the "Always Request Authentication" box in
the server setup pane of Thunderbird. The way username/password
[interesting bit about how NNTP servers do authentication snipped; I
didn't know that, but you don't need it to use one.]
I'd make you a "setup film strip" and post it on Imageshack.us, but
that site has gone to registered access only, and I don't
sign up for crap I don't need. My other image server, has a max
image size, that gets in the way of my fun. So I can no longer
do the illustrated help things I used to.

Pity, those were useful.
You never know, there could be a Youtube video with
an example of someone setting up one of those clients.
I'm not a big Youtube user, so I'll leave that hunt to you.

(I had a quick look, but unfortunately Eternal September is the name of
at least one pop song, group, political movement, you name it - 88k
hits, none of the first few anything to do with NNTP.)
John
 
Change the server to nntp.aioe.org port 119.



Thanks, it is downloading newsgroups now, so it looks like it is working.



Andy

I can read messages, but I can not send responses.

I think I need something in the outgoing server area.

Andy
 
Back
Top