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 8145295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:37:08+00:00 2026-06-06T13:37:08+00:00

In my script I’m about to run a command pandoc -Ss readme.txt -o readme.html

  • 0

In my script I’m about to run a command

pandoc -Ss readme.txt -o readme.html

But I’m not sure if pandoc is installed. So I would like to do (pseudocode)

if (pandoc in the path)
{
    pandoc -Ss readme.txt -o readme.html
}

How can I do this for real?

  • 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-06-06T13:37:10+00:00Added an answer on June 6, 2026 at 1:37 pm

    You can test through Get-Command (gcm)

    if (Get-Command "pandoc.exe" -ErrorAction SilentlyContinue) 
    { 
       pandoc -Ss readme.txt -o readme.html
    }
    

    If you’d like to test the non-existence of a command in your path, for example to show an error message or download the executable (think NuGet):

    if ((Get-Command "pandoc.exe" -ErrorAction SilentlyContinue) -eq $null) 
    { 
       Write-Host "Unable to find pandoc.exe in your PATH"
    }
    

    Try

    (Get-Help gcm).description
    

    in a PowerShell session to get information about Get-Command.

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

Sidebar

Related Questions

The script below works fine if 3 and 3.2 are not links but i
The script runs fine when stdout/stderr are not redirected. When I add both stderr
java script to alert the mutile option selected ..in <select> HTMl tag. and tag
The script below should open all the files inside the folder 'pruebaba' recursively but
This script work perfectly, but what it does is stops an instance of a
My script is partially working, however the second click does not return the arrowheads
Script function showcontent(language){ $('#content').html('Introduction to ' + language + ' language'); } $(function(){ showcontent('java');
Script below is not working. Not getting any php error messages. Had asked a
My script run successfully on original version of Ubuntu 10.10 after installing the lxml
Script: include_once 'simple_html_dom.php'; $ckfile = 'cookie.txt'; foreach (range('a', 'z') as $letters) { echo $letters;

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.