Announcement

Collapse
No announcement yet.

command line usage

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • command line usage

    Hi mi question is very simple.

    I had a program that i want to run from a command line.
    with instructions like this:

    program -function "instructions"

    and i dont know about usage of this

  • #2
    I can solve this by myself, ok if anyone is interested the usage is:
    path is a variable that store a dynamic path selected by the user
    copy and paste inside of notepad to check the syntax and dont get a headache.

    cheers, thanks to everyone.

    File.Run(path, '"action" -patchstr "another_instructions"', path, SW_SHOWNORMAL, true);

    Comment

    Working...
    X