Batch command for copying files | Batch File for Copying Files from one Location to Another

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025
  • In this video we will learn in batch script to copy specific files from one folder to another. You will see batch file for copying files from one location to another with simple examples.
    A batch file is a script file that stores commands to be executed in a serial order. It helps automate routine tasks! A scripting language is a programming language that is created to interpret and execute one command at a time. Wish to be a Scripter you have visted the right place.
    Batch File Playlist:
    • Batch Command to Open ...
    Important Links:
    🔥 Visit Channel : / automatewithrakesh
    🔥 To Subscribe : bit.ly/3J6b48k
    🔥 Python Videos : bit.ly/3r4AXzd
    🔥 UiPath Videos : bit.ly/3udDx8a
    🔥 Linkedin : bit.ly/3J6bMm0
    🔥 Fb UiPath Grp : bit.ly/3x2iZ4d
    🔥 Fb Page : bit.ly/3LMeXkn
    Thanks for watching, please do subscribe.
    Link to UiPath Beginners Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Excel and DataTable Playlist:
    • UiPath Tutorial | Buil...
    Link to UiPath Key Technique Playlist:
    • Move File Uipath | Uip...
    Link to UiPath Email Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath PDF Automation Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath ReFramework Playlist:
    • UiPath Tutorial | Uipa...
    Link to UiPath Classic and Modern Excel Activities Playlist:
    • UiPath Tutorial | UiPa...
    Link to UiPath Regular Expression Playlist:
    • Uipath Regex
    Link to UiPath Orchestrator Playlist:
    • Uipath Orchestrator Ho...
    Link to Advance UiPath Orchestrator Playlist:
    • How to Use Storage Buc...
    Link to UiPath VB dot Net PlayList:
    • UiPath VB.Net Complete...
    Link to UiPath Use Case Playlist:
    • UiPath Birthday Remind...
    Link to UiPath Selectors Playlist:
    • UiPath Introduction to...
    Link to UiPath Enhanced Selectors Playlist:
    • UIPath Enhanced Select...
    Link to UiPath Computer Vision Playlist:
    • Learn UiPath Computer ...
    Link to UiPath Interview Series Playlist:
    • UiPath Interview Quest...
    Link to UiPath Document Undestanding Playlist:
    • UiPath Document Unders...
    Link to UiPath Action Center Playlist:
    • UiPath Action Center i...
    Link to UiPath Error and Fix Playlist:
    • UiPath Error Message#1...
    Link to UiPath Activities Playlist:
    • Parallel For Each in U...
    Link to UiPath Certification Playlist:
    • UiPath DataTable Selec...
    Link to UiPath Background Automation Playlist:
    • Background Process Aut...
    Link to UiPath Logs Playlist:
    • UiPath Logs | UiPath L...
    Link to UiPath GitHub Integration Playlist:
    • How to Create a GitHub...
    Link to UiPath API Integration Playlist:
    • API | API in UiPath |...
    Link to Python Playlist:
    • How to Create a GitHub...
    #batchfile #batchscripting #batchfilecommands

Комментарии • 28

  • @dingyiwang6194
    @dingyiwang6194 Год назад +5

    Finally, I found someone who knows how to teach Batch Scripting in a concise and straightforward way! I’m a Localization Engineer running Batch scripts written by somebody else. After creating 40+ mini scripts following this tutorial, I can read, troubleshoot, and modify Batch files confidently. Thank you so much, Rakesh! I guess I’ll watch your other tutorials too!

    • @holgerbror3246
      @holgerbror3246 7 месяцев назад +1

      wooow donation... good man, good man

  • @rakeshchandra504
    @rakeshchandra504 10 месяцев назад +1

    Hi,Tutorial is awesome. I have a query here, how to copy a file to the network path by creating a folder in the network path

  • @mrscottish7325
    @mrscottish7325 Год назад

    Thank you, very simple video that explains it well! Keep them up

  • @JayKing-h1t
    @JayKing-h1t 6 месяцев назад

    Good afternoon,
    This is a great video, thank you. Is there a way of making this script recursive, so it can be run on a directory and all subdirectories?

  • @trendytamilpasanga9317
    @trendytamilpasanga9317 Год назад +2

    i have on doubt how to create multiple folders with file in different locations pls put videos sir

  • @javeedullakhanmohammed6690
    @javeedullakhanmohammed6690 Год назад

    Its excellent but sir, may I know wat kind of file is this where you uprating all this data and running the script
    Is it notepad file ir another??

  • @SpokenEnglishByRajuSir
    @SpokenEnglishByRajuSir Год назад

    Nice tutorial, Brother ! I am Raju (Sr. citizen) from Vadodara - Gujarat. I have one small requirement. How can I skip folder names which contain text "No Data" while copying data from source to destination? That means : All files & folders need to be copied except folders that contain text "No Data".

  • @shelo0828
    @shelo0828 Год назад

    Hi, Thanks for this info. I got a question. What I can do if I need to copy a file in start up in different users profile? I'm using Ivanti to deploy it. Thanks in advance!

  • @mohsen335is8
    @mohsen335is8 Год назад

    Thanks a bunch for the great videos🙏!
    Also, is it possible to add the selected copied pics to a list in Excel (creating a list of items in Excel with pictures)?

  • @anthonyglen-williamson752
    @anthonyglen-williamson752 4 месяца назад

    Thank you! is it possible to copy AND replace? And close the command screen automatically without having to press any key?

    • @ZYPERzy
      @ZYPERzy 3 месяца назад

      possibly using /y after, and to close automatically just remove pause

  • @johnmychannel
    @johnmychannel Год назад +1

    Thanks a lot man. This was useful

  • @shivshankervijikumar9883
    @shivshankervijikumar9883 2 года назад +1

    Hi Sir,please post a video for running plsql query using batch script

  • @rajangiri4100
    @rajangiri4100 Год назад

    Sir I want to copy the file and paste in current date folder which script are ues in this dout

  • @SaratoursDedubai
    @SaratoursDedubai Год назад

    Hi, Thanks for these great Tutorials. Can you explain please, How to merge 2 folders each folder has only txt files. but some of the text files have the same name in both folder then it is should also merge it into one txt file under the same name.
    I hope you can do this. Thanks

  • @vinodguttula5467
    @vinodguttula5467 Год назад

    How to download artifacts or files from nexus with user name and password to the local windows machine with release version as input? Can you please help me on this

  • @venkatasaimanikantaamara1651
    @venkatasaimanikantaamara1651 Год назад

    Completed 👍

  • @indeliblejames
    @indeliblejames 7 месяцев назад

    Completed.

  • @Bob-zz1dl
    @Bob-zz1dl 4 месяца назад

    Completed

  • @gpichandubandaviramam94
    @gpichandubandaviramam94 Год назад

    Can u pls tell me how to copy files in text file here u gave file name but instead of i want file path in that text file

  • @SangeetaKore-y8j
    @SangeetaKore-y8j Год назад

    can you please remove the anooying click and orange circle when you click ... otherwise tutorial is good

  • @marthamisquitta
    @marthamisquitta Год назад

    Thank you

    • @AutomatewithRakesh
      @AutomatewithRakesh  Год назад

      You're welcome

    • @vishalreddy7507
      @vishalreddy7507 Год назад

      ​@@AutomatewithRakeshcan you make a video on how to copy files based on date criteria. For example, copy all files created since yesterday, etc.

  • @rupeshgoyal3726
    @rupeshgoyal3726 Месяц назад

    WANT TO COPY FILES FROM NETWORK DRIVE TO LOCAL DRIVE

  • @aquahygieneuae
    @aquahygieneuae 7 месяцев назад

    /F what is this