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

Author Topic: help rar commans on windows CLI  (Read 2816 times)

0 Members and 1 Guest are viewing this topic.

TosunPASA

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Windows 8
    help rar commans on windows CLI
    « on: October 18, 2018, 12:53:40 AM »
    hello there
    i am using cobian backup for shelude
    i am using dos (xcopy) backup with your help

    yes... very good backuping subdirectory with sheluder

    i need pack this subdirectury
    and i wanna use rar.exe (in windows server path)

    my backup path   f:\Yedek
    subdiretory names smilar



    i am packing manualy... day by day packing with winrar for small size
    that is only one program backup subdirectory
    have more

    my need,

    how i can pack subdirectory with same name than delete this packed subdirectory with no problem ?

    but dont ask or command when delete subdiretory.. must be auto complate

    i check rar commands but dont understand it. because i need subdirectory names for new pack files than i must delete it

    more than..... (pack finished all subdiretories.....)
    can be move all rar-ed files toooooooo Z:\...\...    (special path - other disk) ?

    dont need extract. only need pack with rar.exe

    could you help me ?
    « Last Edit: October 18, 2018, 01:23:23 AM by TosunPASA »

    TosunPASA

      Topic Starter


      Rookie

      • Experience: Beginner
      • OS: Windows 8
      Re: help rar commans on windows CLI
      « Reply #1 on: October 18, 2018, 07:42:27 AM »

      find it.... but, including main directory and adding subdiretory.. mean...  test\_sub_dir\_files_

      how i can fix it ?

      @echo off
      SET PATH=%PATH%;C:\Program Files\WinRAR

      FOR /L %%G IN (1,1,3) DO (

      CD f:\test

      FOR /D /R %%G IN ("*") DO (

      ECHO This is %%G

      WINRAR a -afrar -df %%G %%G

      )
      )


      « Last Edit: October 18, 2018, 07:56:44 AM by TosunPASA »