Thread: UHARC command line help

  1. #1
    Registered User
    Join Date
    Oct 2009
    Posts
    6

    UHARC command line help

    I'm trying to extract a certain file 'gamer.uha' using an command line executable version of Uharc v0.4 (filename : Uharc04.exe) using C.

    I have used the following code in my program

    Code:
    system("Uharc04.exe");
    system("UHARC x -y gamer.uha");
    I have been getting the following error though
    Code:
    'UHARC' is not recognized as an internal or external command,
    operable program or batch file.
    Please advise me about what to do
    Thanx in advance

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Well, UHARC is simply not an executable probably. Is there a file UHARC.exe? Maybe you want
    Code:
    system("Uharc04.exe x -y gamer.uha");
    Except if UHARC is supposed to be an enviroment variable, in which case it is not set correctly or at all.

  3. #3
    Registered User
    Join Date
    Oct 2009
    Posts
    6
    Oh, that's right!
    I got misled by this

    Code:
    http://i33.tinypic.com/2j3pnr8.jpg
    Thanx for your HELP
    Last edited by cerebrassassin; 11-14-2009 at 09:13 AM.

Popular pages Recent additions subscribe to a feed