Hello everything is fine. I would like to use the basic script on RTx64, how do I do it?
Or a command without needing to be a script. Thank you
Ex:
copy "C:\Test\file1.txt" "C:\Dest1"
copy "C:\Test\file2.txt" "C:\Dest2"
copy "C:\Test\file3.txt" "C:\Dest3"
copy "C:\Test\file4.txt" "C:\Dest4"
copy "C:\Test\file5.txt" "C:\Dest5"
Another way to use basic script in RTx64?
-
- Posts: 53
- Joined: Fri Dec 30, 2022 2:43 am
Re: Another way to use basic script in RTx64?
Use Copy/Move File action 5 times.
Of cource this method only works if you know the filenames (and desination folder for each file) beforehand.
If you want to do this in a loop automatically, you must have criteria on how to calculate the destination folder name.
Of cource this method only works if you know the filenames (and desination folder for each file) beforehand.
If you want to do this in a loop automatically, you must have criteria on how to calculate the destination folder name.
Oleg Yershov
-
- Posts: 53
- Joined: Fri Dec 30, 2022 2:43 am
Re: Another way to use basic script in RTx64?
Thank youOleg wrote: ↑Mon Aug 21, 2023 7:19 am Use Copy/Move File action 5 times.
Of cource this method only works if you know the filenames (and desination folder for each file) beforehand.
If you want to do this in a loop automatically, you must have criteria on how to calculate the destination folder name.