Search:

Type: Posts; User: AndiPersti

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,297

    "It isn't working" is not a problem description...

    "It isn't working" is not a problem description.

    And please post your code simply as plain text without leading line numbers.

    Bye, Andreas
  2. Replies
    4
    Views
    1,297

    system("type "%s" > "%s:%s"", hiddenfile,...

    system("type \"%s\" > \"%s:%s\"", hiddenfile, hostfile, hiddenFileName);


    system() only takes one argument, a pointer to char.

    You need to construct your string before calling system(), e.g....
Results 1 to 2 of 2