lhq syntax

Anything QL Software or Programming Related.
Post Reply
gregtaylor
Chuggy Microdrive
Posts: 56
Joined: Thu Aug 13, 2015 12:42 pm
Location: East Yorkshire
Contact:

lhq syntax

Post by gregtaylor »

Hi,

Doesd anyone know the syntax to use lhq to extract all files from a repository? Hav tried every option I can think of. Have determined that lhq h does not work but lhq;h does so think I need lhq;x but struggling from then on.

Greg


User avatar
desin
Brittle Membrane
Posts: 124
Joined: Mon May 10, 2021 10:33 am

Re: lhq syntax

Post by desin »

ex dev_lhq_exe ; 'h'
data_use 'dev' : ex dev_lhq_exe ; 'x dev_test_lzh'

hope it helps
Markus


Derek_Stewart
Font of All Knowledge
Posts: 4756
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: lhq syntax

Post by Derek_Stewart »

Hi,

you could redirect the help screen to channel in the command line, all C68 programmes accept this type or redurection.

EX lhq,#1;"h"

or use ACP and do not worry about the command options, as ghey are set in the ACP archiver options.


Regards,

Derek
Post Reply