Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: WINRAR - FILES  (Read 2735 times)

0 Members and 1 Guest are viewing this topic.

kalmazz

    Topic Starter


    Rookie

    Thanked: 1
    WINRAR - FILES
    « on: May 30, 2009, 11:31:46 PM »
    I am taking certain types of  files as backup into a particular folder every day using the following batch files.

    @echo off
    cls
    COPY d:\s3kg\data\*.dbf e:\backups /V
    COPY d:\s3kg\data\*.idx e:\backups /V
    PAUSE

    How do I make these files zipped using winRAR in windowsxp inside the  batch file?





    BatchFileBasics



      Hopeful

      Thanked: 18
      Re: WINRAR - FILES
      « Reply #1 on: May 30, 2009, 11:43:04 PM »
      check out the winrar command line usage:

      go to command prompt and type:
      Code: [Select]
      cd %programfiles%\winrar
      rar.exe

      youll get a large list of winrar command lines
      When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.