WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

File association works on one machine and not another

 
   Home -> Windows Other -> General Discussion RSS
Next:  General Discussion: Windows Process list cutting characters off the ends of the  
Author Message
inews

External


Since: Oct 18, 2005
Posts: 7



(Msg. 1) Posted: Tue Jul 01, 2008 7:00 pm
Post subject: File association works on one machine and not another Add to elertz
Archived from groups: microsoft>public>win2000>general (more info?)

I have an application for which I have to create a file association on
each computer where I use it.

I go to the "File Types" dialogue box.
Click "New"
Type the file extension
Click on the advanced settings
Click "New" in the actions area
Type "open"
Type "<path>.exe" "%1"
OK back to Windows Explorer

On computer A, every file with the file extension opens in the program
requested when I double click on it in Windows Explorer or click on a
hyperlink in Word or Excel.

On computer B, the program opens, but without opening the file on
which I double clicked.

Both computers have identical file assocations set up, as detailed
above.

Does anybody know why the assocation would work differently on one
machine compared to another?
Back to top
Login to vote
"Pegasus

External


Since: Dec 22, 2007
Posts: 290



(Msg. 2) Posted: Wed Jul 02, 2008 6:02 pm
Post subject: Re: File association works on one machine and not another Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<inews RemoveThis @questuscorp.com> wrote in message
news:cb1fcaad-6fff-4b5a-87ba-05c92c3c43db@w1g2000prd.googlegroups.com...
>I have an application for which I have to create a file association on
> each computer where I use it.
>
> I go to the "File Types" dialogue box.
> Click "New"
> Type the file extension
> Click on the advanced settings
> Click "New" in the actions area
> Type "open"
> Type "<path>.exe" "%1"
> OK back to Windows Explorer
>
> On computer A, every file with the file extension opens in the program
> requested when I double click on it in Windows Explorer or click on a
> hyperlink in Word or Excel.
>
> On computer B, the program opens, but without opening the file on
> which I double clicked.
>
> Both computers have identical file assocations set up, as detailed
> above.
>
> Does anybody know why the assocation would work differently on one
> machine compared to another?

Try this on each machine:
- Click Start / Run / cmd {OK}
- Type these commands:
echo %ComputerName% > c:\test.txt
associate .XXX >> c:\test.txt
notepad c:\test.txt
- Paste the text you see into your reply and report which
machine is the problem machine.

You can download associate.exe for a day or two from here:
http://www.hotlinkfiles.com/files/1528231_0pbws/associate.exe
Back to top
Login to vote
inews

External


Since: Oct 18, 2005
Posts: 7



(Msg. 3) Posted: Sun Jul 20, 2008 10:17 pm
Post subject: Re: File association works on one machine and not another Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Pegasus. Unfortunately, I am not 100% on what I'm doing with
those commands.

Have tried a few variations to get something useful back to you but no
results yet.

For example, your suggestion echo %ComputerName% > c:\test.txt". I
have typed this in substituting the full computer name (qualified with
local domain) or the short name, with and without echo (echo is
onanyway), creating a file as named in the suggestion and using that
verbatim, using a file which is associated with the program.

All to no avail. If I leave out "echo", I get an error "%ComputerName
% is not recognised as an internal or external command"... where
%ComputerName% indicates whichever name I have used in that particular
attempt. If I use "echo" in the command, I simply get returned to the
command line with no result.

"associate" is also not recognised as a command.

It seems I am missing something in your suggestion. Can you direct me
please? Thanks.


On Jul 3, 2:02 am, "Pegasus \(MVP\)" <I.....TakeThisOut@fly.com.oz> wrote:
> <in....TakeThisOut@questuscorp.com> wrote in message
>
> news:cb1fcaad-6fff-4b5a-87ba-05c92c3c43db@w1g2000prd.googlegroups.com...
>
>
>
>
>
> >I have an application for which I have to create a file association on
> > each computer where I use it.
>
> > I go to the "File Types" dialogue box.
> > Click "New"
> > Type the file extension
> > Click on the advanced settings
> > Click "New" in the actions area
> > Type "open"
> > Type "<path>.exe" "%1"
> > OK back to Windows Explorer
>
> > On computer A, every file with the file extension opens in the program
> > requested when I double click on it in Windows Explorer or click on a
> > hyperlink in Word or Excel.
>
> > On computer B, the program opens, but without opening the file on
> > which I double clicked.
>
> > Both computers have identical file assocations set up, as detailed
> > above.
>
> > Does anybody know why the assocation would work differently on one
> > machine compared to another?
>
> Try this on each machine:
> - Click Start / Run / cmd {OK}
> - Type these commands:
>   echo %ComputerName% > c:\test.txt
>   associate .XXX >> c:\test.txt
>   notepad c:\test.txt
> - Paste the text you see into your reply and report which
>    machine is the problem machine.
>
> You can download associate.exe for a day or two from here:http://www.hotlinkfiles.com/files/1528231_0pbws/associate.exe- Hide quoted text -
>
> - Show quoted text -
Back to top
Login to vote
inews

External


Since: Oct 18, 2005
Posts: 7



(Msg. 4) Posted: Tue Jul 22, 2008 9:24 pm
Post subject: Re: File association works on one machine and not another Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks anyway Pegasus. Just upgraded the application and my file
association started working.

On Jul 3, 2:02 am, "Pegasus \(MVP\)" <I.... DeleteThis @fly.com.oz> wrote:
> <in... DeleteThis @questuscorp.com> wrote in message
>
> news:cb1fcaad-6fff-4b5a-87ba-05c92c3c43db@w1g2000prd.googlegroups.com...
>
>
>
>
>
> >I have an application for which I have to create a file association on
> > each computer where I use it.
>
> > I go to the "File Types" dialogue box.
> > Click "New"
> > Type the file extension
> > Click on the advanced settings
> > Click "New" in the actions area
> > Type "open"
> > Type "<path>.exe" "%1"
> > OK back to Windows Explorer
>
> > On computer A, every file with the file extension opens in the program
> > requested when I double click on it in Windows Explorer or click on a
> > hyperlink in Word or Excel.
>
> > On computer B, the program opens, but without opening the file on
> > which I double clicked.
>
> > Both computers have identical file assocations set up, as detailed
> > above.
>
> > Does anybody know why the assocation would work differently on one
> > machine compared to another?
>
> Try this on each machine:
> - Click Start / Run / cmd {OK}
> - Type these commands:
>   echo %ComputerName% > c:\test.txt
>   associate .XXX >> c:\test.txt
>   notepad c:\test.txt
> - Paste the text you see into your reply and report which
>    machine is the problem machine.
>
> You can download associate.exe for a day or two from here:http://www.hotlinkfiles.com/files/1528231_0pbws/associate.exe- Hide quoted text -
>
> - Show quoted text -
Back to top
Login to vote
Andrew Morton

External


Since: Mar 04, 2004
Posts: 86



(Msg. 5) Posted: Thu Jul 24, 2008 4:47 pm
Post subject: Re: File association works on one machine and not another Add to elertz [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

inews.RemoveThis@questuscorp.com wrote:
> For example, your suggestion echo %ComputerName% > c:\test.txt". I
> have typed this in substituting the full computer name (qualified with
> local domain) or the short name...

FYI, he meant for you type it exactly as that, not substituting it with
anything. It tells the computer it's an environment variable.

To see all of them, enter
set

at a command prompt.

Andrew
Back to top
Login to vote
Display posts from previous:   
       Home -> Windows Other -> General Discussion All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
  Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET