Options

Extract Winzip Files from within Navision

craigbarbscraigbarbs Member Posts: 60
I need to extract text file from a winzip file, and then import them into Navision. Has anybody ever done this?

Comments

  • Options
    jmjm Member Posts: 156
    Hi,

    with the SHELL-command in Navision you can do every OS-command.
    but i don't know if there is a comand-line version of WinZip.

    br
    Josef Metz
    br
    Josef Metz
  • Options
    ArhontisArhontis Member Posts: 667
    If you use Winzip 9.0 there is a free add-on on www.winzip.com for the registered users that enables Commandline parameters.

    Look at the:
    http://www.winzip.com/prodpagecl.htm
  • Options
    pduckpduck Member Posts: 147
    there is a zlib-ocx .. maybe you can use this ? look here: http://www.gzip.org/zlib/
  • Options
    jemmyjemmy Member Posts: 247
    Hi there,

    you can launch wzunzip.exe from command prompt to extract zipped files.
    just
    wzunzip zippedfilename
    I don't know, this is a free or not, better you check at winzip.com (like arhontis said.

    then after they have been extracted successfully, you can import them using DataPort.

    hope this help. :wink:

    Jemmy
  • Options
    craigbarbscraigbarbs Member Posts: 60
    Hi All,

    Thanks for your valuable input.
Sign In or Register to comment.