Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6175889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:00:06+00:00 2026-05-24T00:00:06+00:00

How can I access my OS from the node shell? Context: I’m writing a

  • 0

How can I access my OS from the node shell?

Context: I’m writing a script in node that I want to open a file with the default program, and the commands for doing this vary across OS.

I’ve tried standard javascript ways of getting the OS, but they haven’t worked (for obvious reasons, there is no navigator in node).

Is it possible to do this without installing nonstandard modules?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:00:08+00:00Added an answer on May 24, 2026 at 12:00 am

    warning: this might be outdated

    there is no navigator object in node.js, because it does not run in the browser. it runs in the system. “equivalent” to navigator is process. this object holds many information, e.g.

    process.platform // linux
    

    if you want to run a web browser, you have to execute it..

    var sys = require('sys')
    // open google in default browser
    // (at least in ubuntu-like systems)
    sys.exec('x-www-browser google.com')
    

    this might not work in newer node.js versions (i have 2.x), you might have to use

    var child_process = require('child_process')
    child_process.exec('x-www-browser google.com')
    

    i guess there is no simple way how to multiplatform “run” any file with its “default app”, you would have to find out how to do it in each OS / desktop environment, and do it after OS detection.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to set a variable from a flash file so that I can
I can access the database either from a .NET program (using ODBC) or through
Can I access spring bean that exposed using http invoker (server) from GWT application
How can I access Ethernet statistics from C/C++ code like netstat -e ? Interface
How can I access dynamically properties from a generated LINQ class ? Cause I
I know you can access the Contact Store from the SDk, but is it
Is there any way i can access the page object from within the global.asax
How can I access a public static member of a Java class from ColdFusion?
How can I generate a report in access with the data from a recordset
I am writing an immutable DOM tree in Java, to simplify access from multiple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.