dir printing
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    I am running diropus for morphos and classaction.
    Both run ok but I want to print the listing off some dirs.
    Both programs can't do that it seems.
    Any other program which can do this?
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »29.12.06 - 18:36
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    tokai
    Posts: 1289 from 2003/2/25
    From: binaryriot
    why not just use shell and the list command?


    > cd yourdir/
    > list >PRT:

    you further can beautify output by using LFORMAT option of list. Or use 'dir' command.. or even the unixish 'ls' (when you have mos sdk installed). All you need todo is to redirect the output to the printer by adding a >PRT: to the commandline.

    regards,
    tokai
  • »29.12.06 - 19:17
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    tokai
    Posts: 1289 from 2003/2/25
    From: binaryriot
    ah... JPV beat me... :)

    anyway... another remark:

    you can redirect command output also to a file:

    > list >ram:directory_listing.txt

    and then load it in your favourite texteditor or text processing application and format it like you want and then print it out from these programs (they usually offer a printing option ;)

    regards,
    tokai

    [ Edited by tokai on 2006/12/29 20:22 ]
  • »29.12.06 - 19:21
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    Thanks for the tips.
    Prints fine with cli commands.
    But Classaction prints but not the desired dir???
    Will have to do some fiddling I guess to get it going.
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »29.12.06 - 21:54
    Profile