Welcome, Guest. Please login or register.

Author Topic: Programing...  (Read 970 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pyrreTopic starter

Programing...
« on: April 17, 2007, 09:39:10 PM »
Hello guys,

I'm about to configure Dopus. But I have forgotten some essential programing skills.

The LZX compressor tool needs input of filename, location and destination directory...

What is the wildcards settings...?

Like:
LZX <
Amiga 1200 Tower Os 3.9
BPPC 603e+ 040-25/200, 256MBram, BVIsionPPC, Indivision AGA MK2.
Amiga 2000 (rev 4.0) Os 1.2/1.3
2088 bridgeboard, 2MB ram card, 2091 SCSI.
Amiga 500+ Os 2.1
Derringer 030, 32MBram, Buddha in sidecar, Indivision ECS.
Amiga CD32
Video decoder
 

Offline neuroflip

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 200
    • Show only replies by neuroflip
    • http://a1200.wordpress.com
Re: Programing...
« Reply #1 on: April 17, 2007, 09:42:13 PM »
#?
[http://a1200.wordpress.com (spanish)
a1200 + Bliz1260/50Mhz/64Mb + HD10Gb + a520 svideo mod + Wireless PCMCIA Elsa MC-11 + PCMCIA CF + Adaptator + CF 256Mb + a500 + 512Kb]
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Programing...
« Reply #2 on: April 17, 2007, 09:44:14 PM »
AmigaDOS wildcard support is a bit more extensive than the old asterisk.

If you are looking for "matches anything", you want #? which tranlates into "match any number of any class of character"

For compressing a folder recursively the following LZX syntax works fine for me:

lzx a -a -r -e -x somefilename.lzx foldername/

-a: preserve file attributes
-r: recurse
-e: archive empty directories
-x: preserve path (this may be default anyway, I can't recall)
int p; // A