Welcome, Guest. Please login or register.

Author Topic: DMS and DOpus 4.17  (Read 3656 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline swift240Topic starter

  • Hero Member
  • *****
  • Join Date: Mar 2004
  • Posts: 1079
    • Show only replies by swift240
DMS and DOpus 4.17
« on: June 03, 2007, 08:13:20 PM »
Hi all,
I am using Dopus 4.17.
I did have a version in the past that delt with DMS files to floppy disc.
Since I have lost that version I can not remember for the life of me how to use DMS in DOpus.
There is the commands in DOpus for LHA, LXZ and even ZIP but none for DMS files.

Does any one remember the command that I can use in DOPus for DMS please?

TIA,

Mike.
Amiga 1200, 82gb HD, 4 way IDE\'97, DVD Multi-Recorder, OS3.9, BB1,BB2, Apollo Turbo MkII 030/40, 32meg Fastram, 4Gb CF card PCMCIA slot, IDE CF card adaptor 4Gb CF card, HP 810C, Alba HDTV, Converted PC PSU. C128, C64, C16, Plus4, 1701, 1570, 1541MkII, ARP6.0,KCS Power Cart, FreezeFrame MK3B, Freeze Machine, Simons Basic,  PSP, PS1, PS2, PS3 HDMI and 1TB HD+ 80gb USB HD, PS3 TV add on, Sound Surround speakers for PS2,PS3,PC, and Amiga Amazing so
 

Offline AmigaPete

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 242
  • Country: ca
    • Show only replies by AmigaPete
Re: DMS and DOpus 4.17
« Reply #1 on: June 03, 2007, 09:39:05 PM »
You need to edit your configuration to either add a button or buttons or set up click-move-click type functionality. I use buttons to create, test and write DMSs.

To create:

1. Go into DOpus config.
2. Click on buttons.
3. Pick an empty button.
4. Pick a name, like 'Make DMS'.
5. In the command line field make sure you have AmigaDOS selected and enter "DMS read (d)(RsEnter DMS filename) from DF1:"
6. Make sure that "Output window" is checked in the list of options at the bottom.
7. The command line assumes that you have DMS executable in your C: directory (or somewhere in the command path).

To write:

Do 1 - 3 as above.
4. Pick a name. like "Write DMS".
5. In the command line field make sure you have AmigaDOS selected and enter "DMS write (f) to DF1:".
6. Make sure that you have checked CD Source, Output window, and Run asychronously in the list of options.
7. Again, this script assumes that you have DMS executable in C: (or somewhere in the command path).

Both of these scripts are set to use DF1: and you could use DF0: or put the option in to choose which drive you want to use at the time of execution (assuming you have more than one floppy drive).

Basically, what you are doing is letting DOpus run the AmigaDOS commands using the information you supply from DOpus - DMS file name, output drive, etc.

If you want I could send you my config file. PM with your email if so.

Peter
 

Offline swift240Topic starter

  • Hero Member
  • *****
  • Join Date: Mar 2004
  • Posts: 1079
    • Show only replies by swift240
Re: DMS and DOpus 4.17
« Reply #2 on: June 03, 2007, 09:43:34 PM »
Ok, thank you for that Info.

 :-)  :-)
Amiga 1200, 82gb HD, 4 way IDE\'97, DVD Multi-Recorder, OS3.9, BB1,BB2, Apollo Turbo MkII 030/40, 32meg Fastram, 4Gb CF card PCMCIA slot, IDE CF card adaptor 4Gb CF card, HP 810C, Alba HDTV, Converted PC PSU. C128, C64, C16, Plus4, 1701, 1570, 1541MkII, ARP6.0,KCS Power Cart, FreezeFrame MK3B, Freeze Machine, Simons Basic,  PSP, PS1, PS2, PS3 HDMI and 1TB HD+ 80gb USB HD, PS3 TV add on, Sound Surround speakers for PS2,PS3,PC, and Amiga Amazing so
 

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: DMS and DOpus 4.17
« Reply #3 on: June 04, 2007, 12:47:03 PM »
@ AmigaPete

Great post thanks from me too :-)

My Dopus UNZIP button works fine for unpacking, but I get corrupted files when I use my ZIP button. Can you give similar instructions for zipping up files with Dopus please?


A4000 Mad
A4000 Mad
 

Offline AmigaPete

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 242
  • Country: ca
    • Show only replies by AmigaPete
Re: DMS and DOpus 4.17
« Reply #4 on: June 04, 2007, 02:34:21 PM »
@A4000_Mad,
This problem does seem to ring a bell but I'll get back to you later - having some problems with WinUAE at the moment. As far as using a file compressor on Amiga goes it may be best to always use LHA. So once you get the ZIPs unZIPped then LHA them.

What you need to do first is see if you can successfully perform the ZIP operations in a shell. Open a shell and type "ZIP" and hit Return to get a list of possible parameters. Try some tests - unzip then zip some files. That will determine if the problem is with ZIP or DOpus. If the ZIPping and unZIPping goes fine in the shell then there is something wrong in the DOpus "script". What you want to do is mimic what you typed in the shell in the command line in the DOpus button editor. Make sure that the type of command is AmigaDOS, then type in the command while substituting the DOpus "functions" - (f) = first selected entry with path, (d) = destination directory name, etc.

My configuration for zipping files is (including quotes);

ZIP "(d)(RsEnter ZIP archive name).ZIP" {O}

with the following checked;
CD source
Do All Files
Output Window
Recursive directories
Rescan destination

Hope this helps,
Pete  :-)
 

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: DMS and DOpus 4.17
« Reply #5 on: June 04, 2007, 05:41:48 PM »
@ AmigaPete

Thanks for your help. I much prefer LHA files as well, but I wish to be able to send zip files to people that are using a PC.

My ZIP button in Dopus is in fact set up exactly the same as yours. At the time of zipping up in Dopus there is no indication of any errors occuring. It is when I use my UNZIP button on the newly created file that I get a lot of reports like 'bad CRC ad79e81 (should be d686bf377)'

However, I have no problem using my UNZIP Dopus button to unpack zipped files that have been e-mailed or downloaded into my PC.

Could you kindly confirm that your UNZIP Dopus button is:-

Amigados  SYS:C/UnZip {f}


A4000 Mad
A4000 Mad
 

Offline rkauer

  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 3263
    • Show only replies by rkauer
Re: DMS and DOpus 4.17
« Reply #6 on: June 04, 2007, 06:39:50 PM »
Your copy of the ZIP command is corrupted! Download a new copy from Aminet.

Goodbye people.

I\'ll pop on from time to time, RL is acting up.
 

Offline AmigaPete

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 242
  • Country: ca
    • Show only replies by AmigaPete
Re: DMS and DOpus 4.17
« Reply #7 on: June 04, 2007, 07:16:19 PM »
My unzip command is set up under filetypes - doesn't use a button. Under these settings the parameters for double-click are;

C:unzip -l {f}

The -l parameter only does a listing of files. Not sure if that will make a difference - probably not. My unzip executable is 85900 bytes - if that helps.

Pete  :-)
 

Offline A4000_Mad

  • Hero Member
  • *****
  • Join Date: Dec 2006
  • Posts: 1392
    • Show only replies by A4000_Mad
Re: DMS and DOpus 4.17
« Reply #8 on: June 04, 2007, 10:19:54 PM »
@ rkauer

Spot on mate. My Zip executable was 71796. But I downloaded a new one of 79176 and all is zipping up and unzipping perfectly with Dopus now :-)


@ AmigaPete

Thanks again. My UnZip executable was only 54596. But I've now got a new one at 95140 :-)


I'm really pleased to have that problem sorted out guys  :cheers:

A4000 Mad
A4000 Mad
 

Offline seanys

  • Jr. Member
  • **
  • Join Date: Sep 2004
  • Posts: 58
    • Show only replies by seanys
Re: DMS and DOpus 4.17
« Reply #9 on: April 15, 2017, 05:02:41 AM »
Thanks, Pete (and Mike, for asking in the 1st place).

This post saved me from trying to dredge up the particulars of DOpus configuration from my aging brain.