ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Robocopy only .csv

    IT Discussion
    4
    11
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • black3dynamiteB
      black3dynamite
      last edited by black3dynamite

      #local disk to local disk
      robocopy "C:\folder1\*.csv" "E:\folder1"
      robocopy "C:\folder1" "E:\folder1" "*.csv"
      
      #local disk to network share
      robocopy "C:\folders1\*.csv" "\\server\share"
      robocopy "C:\folders1" "\\server\share" "*.csv"
      
      1 Reply Last reply Reply Quote 0
      • LakshmanaL
        Lakshmana
        last edited by

        I am getting invalid
        ERROR : Invalid Parameter #1 :

        black3dynamiteB 1 Reply Last reply Reply Quote 0
        • LakshmanaL
          Lakshmana
          last edited by Lakshmana

          Any other commands to move that .csv from Powershell ?

          Through Get-ChildItem ?

          1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite @Lakshmana
            last edited by

            @lakshmana said in Robocopy only .csv:

            I am getting invalid
            ERROR : Invalid Parameter #1 :

            Which command gave you an invalid parameter?

            LakshmanaL 1 Reply Last reply Reply Quote 0
            • Mike DavisM
              Mike Davis
              last edited by

              Correct syntax is:

              robocopy *.csv c:\folder1 c:\folder2
              
              LakshmanaL 1 Reply Last reply Reply Quote 0
              • LakshmanaL
                Lakshmana @Mike Davis
                last edited by

                @mike-davis Ok Thanks I will try the same

                @mike-davis said in Robocopy only .csv:

                Correct syntax is:

                robocopy *.csv c:\folder1 c:\folder2
                

                ERROR : No Destination Directory Specified.

                1 Reply Last reply Reply Quote 0
                • LakshmanaL
                  Lakshmana @black3dynamite
                  last edited by

                  @black3dynamite said in Robocopy only .csv:

                  @lakshmana said in Robocopy only .csv:

                  I am getting invalid
                  ERROR : Invalid Parameter #1 :

                  Which command gave you an invalid parameter?

                  Local to Local Copy

                  1 Reply Last reply Reply Quote 0
                  • IRJI
                    IRJ
                    last edited by

                    Are you taking the time to learn these scripts or are you just copying and pasting?

                    LakshmanaL 1 Reply Last reply Reply Quote 0
                    • LakshmanaL
                      Lakshmana @IRJ
                      last edited by

                      @irj said in Robocopy only .csv:

                      Are you taking the time to learn these scripts or are you just copying and pasting?

                      Making copy paste the files by wildcard.This is the aim

                      Mike DavisM 1 Reply Last reply Reply Quote 0
                      • Mike DavisM
                        Mike Davis @Lakshmana
                        last edited by

                        @lakshmana Just paste your exact commands and the exact error.

                        1 Reply Last reply Reply Quote 1
                        • 1 / 1
                        • First post
                          Last post