batch file(.bat)

  • Thread starter Thread starter luminore
  • Start date Start date
L

luminore

I have a UHA archine and batch file(.bat)

uharc.exe x -d1 -o+ -vm+ -tc:\ filename.uha

How to run a decompressor program (uharc.exe) from a batch file?

Is this code correct?
 
You would need the drive and path to the EXE and the UHA files as well
as making sure the parameters are correct.
 
Sorry, not clear. How all this should look? Should I run by click on
bat file, or paste code in "Run" command line??
 
Sorry, not clear. How all this should look? Should I run by click on
bat file, or paste code in "Run" command line??

Please quote what you are replying to. But yes, you can click on a
batch file, or just enter it's name in the command line. Before you
do the latter, you may have to navigate to the folder where the batch
file is located.
 
Paul Knudsen пиÑал(а):
Please quote what you are replying to. But yes, you can click on a
batch file, or just enter it's name in the command line. Before you
do the latter, you may have to navigate to the folder where the batch
file is located.


No fully clear. Could someone show *how* should look the full
code(batch file) to launch archive and extract the file to "My
Documents" folder?
 
Back
Top