Short: Mounting ipf,dms,adf,hdf,iso atd. Author: Ya (yaya005@seznam.cz) Uploader: Ya (yaya005 seznam cz) Type: util/rexx Version: 3.3.4 Replaces: util/rexx/isomount.lha Requires: AmigaOS 3.1/3.9/3.2 Architecture: Generic URL: http://yaya005.xf.cz/amiga/amiga.php New in this version: 3.3.4 Add guide in Deutsch language. / This is only an automatic translation and may contain many errors. Note: As the original ;-) Probably won't be updated that often. Many thanks for autor Amitranslate / Fix CrossMAC format recognition bug and litle change in mountlist. Add new tool caled 'DICreator' for making blank hdd or adf images./ It maybe useful for preparing HDD images on real hardware and transfering to WinUAE or for Shapeshifter, PC-Task, Fusion and other soft with filedisk support./ Add support for high density ADF files. Improvement instalation script. /Auto create 'diskimagetemppath' file./ 3.3.3 From now "errors=0" is useful for disabling ALL error messages.Be very careful!!! Add support for Cloanto RP9 container format. /Only ADF files in container is now supported/ / Unzip in c: is need/ / RX command is need for recursively calling Isomount / NOTE: ALL files from this container will be extracted to Isomount temp directory. Default is T:. Please remember an it and maybe control your Isomount prefs settings. 3.3.2.1 When isomount.cfg is created from installer and DAControl = 1, Isomount showing wrong information requester for all device types.FIXED. 3.3.2 Implemented support for DAControl tool. /OS 3.2+/ Improvement instalation script. / From now it has function for create cfg file. When you need reconstruct cfg file withow triton, then run install script again as intermediate user./ Improvement script for running from WB. Removed DOS install script. 3.3.1 Fix little bug in read variable settings func., Improvement Preferences editor. Add new function /mountalways/ for automaticaly creation mountfile in devs:dosdrivers. / Only for ADF, ISO and HDF images/ Improvement instalation script. More info in "History" section guide documentation ... ----------------------------------------------------------------- Isomount is an ARexx script that makes possible to mount CD iso, HD img and/or floppy images in variable formats automatically. Supported images: -amiga adf - 880(ofs,ffs) -m$-dos img - 360-2.88(fat12) -atari st st - 800(fat12) -mac gs ?? - 800(mfm) -cd iso - every size including floppy specific -HD img - every size and FFS,PFS,SFS, DOS or MAC format -Others DMS,IPF - images /diskimage.device/ -RP9 rp9 - Cloanto container format This script might be very useful to PC-Task users, so that u do not need to make real boot-floppy and HD image all u have to do is to download one from somewhere,mount it and use. -Requirements: Isomount requires some things to work properly. I`am sure, you already have most of them in Your SYS:. If not, go to Aminet. In order to use Isomount, You need: -68000+/os3.1+, at least 512ko of memory. -RexxMast (system) running -rexxsupport.library in libs: -filedisk.device (included) -CrossDOSFileSystem 42.5+ - for m$-dos floppy images -CrossMACFileSystem - for mac GS 800 ko floppies -CacheCDFS 113.20 - for CD-ROM iso images -diskimage.device 52.35 http://aminet.net/disk/misc/diskimage.m68k-aos.tar.bz2 -capsimage.device 4.2 /for IPF/ http://softpres.org/ -SmartFileSystem 1.277 - for amiga HDD images in this filesystem http://aminet.net/disk/misc/SFS.lha -ProfessionalFileSystem 3.1 - for amiga HDD images in this filesystem http://aminet.net/disk/misc/pfs3aio.lha http://aminet.net/disk/misc/PFS3_53.lha -OpenTriton GUI system 2.0 - for Preference Editor http://aminet.net/dev/gui/opentriton-usr.lha -TritonRexx376 - for Triton GUI system support in Arexx http://aminet.net/util/rexx/TritonRexx376.lha -OpenURL 7.18 - for automatic opening your browser from guide doc https://aminet.net/comm/www/OpenURL-7.18.lha -Deficons 44+ - for automatic isomout launching http://aminet.net/util/wb/DefIcons44.lha -DAControl tool and trackfile.device form OS 3.2+ -Unzip 5.52 - for Cloanto RP9 container format support http://aminet.net/util/arc/UnZIP552.lha -mount,rx,requestchoice,requestfile,waitforport,join,rename,delete - commands in C: or in path and of course some disk/iso images. -Installation: 1. Copy isomount preferably to Your C: directory and make sure it has script bit [flag] active. [protect c:isomount add s]. 2. Copy filedisk.device from archive in to DEVS: folder on sys. disk. 3. When your REXXMAST server not stabile running, copy rexxmast from your sys:system/rexxmast directory in to sys:wbstartup. 4. Create asociation`s in Deficons tool [ sys:prefs/deficons OS 3.5, 3.9, 3.2+ ] for all types supported image`s. Note: 1. In older version OS [ 3.1 ] is Deficons tool not presented. You must create icon`s for every single image file separately. 2. Icon`s must be Project type with Default tool set on to Isomount [with path] and first tooltype must be SHELL or CLI. When you have all this correct set, you have mouting functionality for all supported files on one douleclick !!!!!!! - usage from shell: template: isomount [,devname][,manmode] [,manmode] is a number of 'devtype.', see this file with text viewer or editor in order to get the range. remember that 0 is always iso, the reason why this option exists is that u may have iso image that has exactly same size like one of the supported floppy images. NOTE: u can still ommit [,devname] like this, 'isomount ../games/cdimageofsomething.iso,,0' examples: RamDisk:> isomount hd2:debian_woody.iso -this will mount debian installation disc as SCD0:, if You type above line again then the debian iso will be mounted again but this time as SCD1:. RamDisk:>isomount `requestfile` -and now select your image file via filerequester.