can't run .js script

  • Thread starter Thread starter Kurt Krueckeberg
  • Start date Start date
K

Kurt Krueckeberg

I need to run a .js script. But when I try to run it, from Windows
Explorer, a Notepad edit session starts instead. How do I get it to run? .js
scripts used to work, but somehow the program association has been broken,
and I don't know how to get it back.

thanks,
Kurt
 
How is a JVM going to help with running JavaScript?

Tom
| Hello Kurt.
| Try to download the following JVM and rry again:
|
| www.meetingworks.com/files/msjavx86.exe
|
|
| >-----Original Message-----
| > I need to run a .js script. But when I try to run it,
| from Windows
| >Explorer, a Notepad edit session starts instead. How do
| I get it to run? .js
| >scripts used to work, but somehow the program
| association has been broken,
| >and I don't know how to get it back.
| >
| >thanks,
| >Kurt
| >
| >
| >.
| >
 
Kurt said:
I need to run a .js script. But when I try to run it, from Windows
Explorer, a Notepad edit session starts instead. How do I get it to run? .js
scripts used to work, but somehow the program association has been broken,
and I don't know how to get it back.

Try a right click and take Open. What has probably happened is that the
default on double click has been changed to Edit - a common setting as
it makes things considerably safer; scripts being very powerful tools.

If that does the trick, you can restore Run (Open) as the default,
though I would *not* advise it. Go to Folder Options - File Types,
highlight JS (which will have 'Opens with NotePad) and click Advanced.
There highlight Open and click Default to set that as default
 

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

Back
Top