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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:59:41+00:00 2026-06-01T19:59:41+00:00

In my application, I am passing some command line arguments to schedule a task.

  • 0

In my application, I am passing some command line arguments to schedule a task.
str is a string which after some operations becomes

/create /tn StartIE /tr "C:\Program Files\Internet Explorer\iexplore.exe http://abc.com" /sc onlogon

And then I start a process as:

ProcessStartInfo ps = ProcessStartInfo("schtasks");
ps.Arguments = str;
Process.Start(ps);

When I look into the task scheudler for the scheduled tasks, I get Action of schedules task as:

C:\Program
and the Arguments as: Files\Internet Explorer\iexplore.exe http://abc.com

So, the problem is because of the space in Program Files. How should I correct thing thing, so that the actual program remains
C:\Program Files\Internet Explorer\iexplore.exe http://abc.com
and Arguments = http://abc.com
?

  • 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-01T19:59:43+00:00Added an answer on June 1, 2026 at 7:59 pm

    I believe you need to pass your quotes in escaped so they can be ‘extracted’ by the schtasks process. Your string should end up containing:

    /create /tn StartIE /tr "C:\Program Files\Internet Explorer\iexplore.exe http://abc.com" /sc onlogon

    But I suspect it actually contains:

    /create /tn StartIE /tr C:\Program Files\Internet Explorer\iexplore.exe http://abc.com /sc onlogon

    Which means when you create it you should be targetting:

    /create /tn StartIE /tr \""C:\Program Files\Internet Explorer\iexplore.exe http://abc.com\"" /sc onlogon

    A similar question and answer: Why "schtasks" does not run my job?

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

Sidebar

Related Questions

Is there a way to pass command line arguments to the application cotext during
I'm passing a very long argument string to a C# XBAP application, and I'm
I have a multi-threaded application which parses some text and it needs to use
I'm using ReportViewer to create some reports to my web application and I want
I'm working on a small silverlight application that involves passing some data between javascript
I am getting command line argument when i launch the application. I am getting
I'm running inside a command line application that authenticates users using LogonUser . The
I have the following setup in my application and I'm having some difficulties passing
What is the best way of parsing command-line arguments in C++ if the program
Possible Duplicate: Xcode: Storyboard Tabbed Application Passing Data Back and Forth Basically I have

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.