-2

I have downloaded the windows version of the js shell from here http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/. Now if i want to run a js script and for example the file is in the "F:\projects" directory,how can i run the file?I have read the doc but didn't really understand it.

Wahid Polin
  • 101
  • 13

1 Answers1

0

From the documentation:

F:
cd projects
js the_file.js
Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335