Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. convert windows application to run using command line

convert windows application to run using command line

Scheduled Pinned Locked Moved Windows Forms
csharpasp-netquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    VK Cadec
    wrote on last edited by
    #1

    so that it is automated. I am running an application which requests 3 parameters. Want to conver this to run automatically. I cannot set it up in the "scheduler" since it has 3 input parameters that needs to be considered. I am using VS2005/ASP.NET2.0 - is there a way to convert this windows application into an automatic service? Thanks so much for your time.

    C 1 Reply Last reply
    0
    • V VK Cadec

      so that it is automated. I am running an application which requests 3 parameters. Want to conver this to run automatically. I cannot set it up in the "scheduler" since it has 3 input parameters that needs to be considered. I am using VS2005/ASP.NET2.0 - is there a way to convert this windows application into an automatic service? Thanks so much for your time.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      VK-Cadec wrote:

      ASP.NET2.0

      VK-Cadec wrote:

      windows application

      Something is wrong with this picture.... You can't just convert an app into a service, you have to build a service and copy your code into it.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      V 1 Reply Last reply
      0
      • C Christian Graus

        VK-Cadec wrote:

        ASP.NET2.0

        VK-Cadec wrote:

        windows application

        Something is wrong with this picture.... You can't just convert an app into a service, you have to build a service and copy your code into it.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        V Offline
        V Offline
        VK Cadec
        wrote on last edited by
        #3

        I want to convert my app to run from command line. Then would be probably use the scheduler to set when to run this app. It has three input parameters which the user can set the first time he runs the app., then want to put this app into scheduler? Would this plan work? Thanks.

        O 1 Reply Last reply
        0
        • V VK Cadec

          I want to convert my app to run from command line. Then would be probably use the scheduler to set when to run this app. It has three input parameters which the user can set the first time he runs the app., then want to put this app into scheduler? Would this plan work? Thanks.

          O Offline
          O Offline
          originSH
          wrote on last edited by
          #4

          VK-Cadec wrote:

          I want to convert my app to run from command line.

          Any application can be run from the command line. Do you mean you want it to be a Console Application and output to the console you ran it from? Do you mean you want it to run as a Windows Forms Application and just take some command line arguments? If you do just want to use command line arguments did you bother to google[^]?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups