Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Excel shortcuts in Root Directory out of nowhere

Hi all,

The company i am working for has a web site running using
vb.net, asp.net, ms sql server 2000, and office web
components 10 technologies. One of the features of the
site is to generate excel reports with data coming from
the SQL 2000 server.

Yesterday we noticed that on our server, a file shortcut
to every Excel reports that the site has generated was
created automatically in the root directory. We tried
looking into our source files but couldn't find the
problem. So far all we know is that a shortcut is created
at the instance the report is being generated.

The server is running on windows 2000. I suspect this is
some sort of virus but since our server is heavily
protected (or so they say), I have no idea what else can
cause it. Any kind of help or advice from you all would
be much appreciated.

Thanks,
Alan

  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Excel shortcuts in Root Directory out of nowhere

Dave,

Thanks for your post. I just tried your link and it
didn't seem to be the problem. I looked into the registry
and all looked OK. I even tried to create a new excel
file and then open it, but a shortcut was not created.

Any further help from you all is much appreciated.

Alan

-----Original Message-----
It kind of sounds like that windows got confused. It

keeps track of recently
opened files in a dedicated folder (for me in win98, it's

c:\windows\recent).

These are the shortcuts that appear when you click on
Windows start button|documents

Jim Rech posted this to a similar question:
http://groups.google.com/groups?threadm=%

23sVeGLbfBHA.2232%40tkmsftngp03

Maybe you can check to see if it's the solution for you.

wrote:

Hi all,

The company i am working for has a web site running

using
vb.net, asp.net, ms sql server 2000, and office web
components 10 technologies. One of the features of the
site is to generate excel reports with data coming from
the SQL 2000 server.

Yesterday we noticed that on our server, a file shortcut
to every Excel reports that the site has generated was
created automatically in the root directory. We tried
looking into our source files but couldn't find the
problem. So far all we know is that a shortcut is

created
at the instance the report is being generated.

The server is running on windows 2000. I suspect this

is
some sort of virus but since our server is heavily
protected (or so they say), I have no idea what else can
cause it. Any kind of help or advice from you all would
be much appreciated.

Thanks,
Alan


--

Dave Peterson

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Excel shortcuts in Root Directory out of nowhere

Was a shortcut created when you opened an existing file?

If yes, it sounds like Jim's suggestion might be the problem. If no, I'm empty!

wrote:

Dave,

Thanks for your post. I just tried your link and it
didn't seem to be the problem. I looked into the registry
and all looked OK. I even tried to create a new excel
file and then open it, but a shortcut was not created.

Any further help from you all is much appreciated.

Alan

-----Original Message-----
It kind of sounds like that windows got confused. It

keeps track of recently
opened files in a dedicated folder (for me in win98, it's

c:\windows\recent).

These are the shortcuts that appear when you click on
Windows start button|documents

Jim Rech posted this to a similar question:
http://groups.google.com/groups?threadm=%
23sVeGLbfBHA.2232%40tkmsftngp03

Maybe you can check to see if it's the solution for you.

wrote:

Hi all,

The company i am working for has a web site running

using
vb.net, asp.net, ms sql server 2000, and office web
components 10 technologies. One of the features of the
site is to generate excel reports with data coming from
the SQL 2000 server.

Yesterday we noticed that on our server, a file shortcut
to every Excel reports that the site has generated was
created automatically in the root directory. We tried
looking into our source files but couldn't find the
problem. So far all we know is that a shortcut is

created
at the instance the report is being generated.

The server is running on windows 2000. I suspect this

is
some sort of virus but since our server is heavily
protected (or so they say), I have no idea what else can
cause it. Any kind of help or advice from you all would
be much appreciated.

Thanks,
Alan


--

Dave Peterson

.


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel shortcuts in Root Directory out of nowhere

No, and this is a strange thing. I even tried renaming an
excel file and opening it to see if a shortcut was
created, but it wasn't.

Alan
-----Original Message-----
Was a shortcut created when you opened an existing file?

If yes, it sounds like Jim's suggestion might be the

problem. If no, I'm empty!

wrote:

Dave,

Thanks for your post. I just tried your link and it
didn't seem to be the problem. I looked into the

registry
and all looked OK. I even tried to create a new excel
file and then open it, but a shortcut was not created.

Any further help from you all is much appreciated.

Alan

-----Original Message-----
It kind of sounds like that windows got confused. It

keeps track of recently
opened files in a dedicated folder (for me in win98,

it's
c:\windows\recent).

These are the shortcuts that appear when you click on
Windows start button|documents

Jim Rech posted this to a similar question:
http://groups.google.com/groups?threadm=%

23sVeGLbfBHA.2232%40tkmsftngp03

Maybe you can check to see if it's the solution for

you.

wrote:

Hi all,

The company i am working for has a web site running

using
vb.net, asp.net, ms sql server 2000, and office web
components 10 technologies. One of the features of

the
site is to generate excel reports with data coming

from
the SQL 2000 server.

Yesterday we noticed that on our server, a file

shortcut
to every Excel reports that the site has generated

was
created automatically in the root directory. We tried
looking into our source files but couldn't find the
problem. So far all we know is that a shortcut is

created
at the instance the report is being generated.

The server is running on windows 2000. I suspect

this
is
some sort of virus but since our server is heavily
protected (or so they say), I have no idea what else

can
cause it. Any kind of help or advice from you all

would
be much appreciated.

Thanks,
Alan

--

Dave Peterson

.


--

Dave Peterson

.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Excel shortcuts in Root Directory out of nowhere

Grasping at straws....

What version of excel are you using? In earlier versions, the file has to be
opened via File|open (and maybe saved???) to get it added to the MRU list.

maybe registering excel would help.

Close Excel and
Windows Start Button|Run
excel /unregserver
then
Windows Start Button|Run
excel /regserver

The /unregserver & /regserver stuff resets the windows registry to excel's
factory defaults.

(I really got nothin' if this doesn't help--and I wouldn't bet money on either.)

Alan wrote:

No, and this is a strange thing. I even tried renaming an
excel file and opening it to see if a shortcut was
created, but it wasn't.

Alan
-----Original Message-----
Was a shortcut created when you opened an existing file?

If yes, it sounds like Jim's suggestion might be the

problem. If no, I'm empty!

wrote:

Dave,

Thanks for your post. I just tried your link and it
didn't seem to be the problem. I looked into the

registry
and all looked OK. I even tried to create a new excel
file and then open it, but a shortcut was not created.

Any further help from you all is much appreciated.

Alan

-----Original Message-----
It kind of sounds like that windows got confused. It
keeps track of recently
opened files in a dedicated folder (for me in win98,

it's
c:\windows\recent).

These are the shortcuts that appear when you click on
Windows start button|documents

Jim Rech posted this to a similar question:
http://groups.google.com/groups?threadm=%
23sVeGLbfBHA.2232%40tkmsftngp03

Maybe you can check to see if it's the solution for

you.

wrote:

Hi all,

The company i am working for has a web site running
using
vb.net, asp.net, ms sql server 2000, and office web
components 10 technologies. One of the features of

the
site is to generate excel reports with data coming

from
the SQL 2000 server.

Yesterday we noticed that on our server, a file

shortcut
to every Excel reports that the site has generated

was
created automatically in the root directory. We tried
looking into our source files but couldn't find the
problem. So far all we know is that a shortcut is
created
at the instance the report is being generated.

The server is running on windows 2000. I suspect

this
is
some sort of virus but since our server is heavily
protected (or so they say), I have no idea what else

can
cause it. Any kind of help or advice from you all

would
be much appreciated.

Thanks,
Alan

--

Dave Peterson

.


--

Dave Peterson

.


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Email Attachment Save As Root Directory Pete_UK Excel Discussion (Misc queries) 0 March 20th 08 08:02 PM
Saving to root directory ChrisP Excel Discussion (Misc queries) 2 July 31st 06 02:10 AM
global change to document hyperlink root directory mmekennedy Links and Linking in Excel 6 March 24th 05 09:35 AM
System Root directory Jack Excel Programming 3 January 22nd 04 06:05 AM
Check if directory empty OR no of files in directory. Michael Beckinsale Excel Programming 2 December 4th 03 10:12 PM


All times are GMT +1. The time now is 12:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"