Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Copyit Utility
#1
Documentation public domain 10/15/2025:

Copyit v9.0a: File copy utility (PD 2025):

Copyit is a small yet powerful replacement to the DOS Copy and Xcopy commands.

"If it can't be copied with Copyit, it probably doesn't need to be copied."


Copyit55.zip for VBdos
Copyv9r7.zip for QB64


Attached Files
.zip   COPYIT55.ZIP (Size: 200.05 KB / Downloads: 142)
.zip   COPYV9R6.ZIP (Size: 50.43 KB / Downloads: 93)
.zip   COPYV9R7.ZIP (Size: 50.39 KB / Downloads: 12)
Reply
#2
robocopy is the tool for copying files and such, if you're on Windows. https://docs.microsoft.com/en-us/windows...s/robocopy
Reply
#3
(08-27-2022, 06:42 AM)SMcNeill Wrote: robocopy is the tool for copying files and such, if you're on Windows.  https://docs.microsoft.com/en-us/windows...s/robocopy

Wow! I read through the docs for Robocopy and all I can say is it contains more stuff than I can even touch.. Wink
Reply
#4
for linux rsync is the best.
Reply
#5
This new code for version v9.0a of the copyit utility is posted here:

Code: (Select All)
 v9.0a r1.0a updates:
    Adds /zc to not copy compressed files.
    Adds /ze to not copy encrypted files.
    Adds /xc to copy only compressed files.
    Adds /xe to copy only encrypted files.

 v9.0a r2.0a updates:
    Now preserves unicode filenames.
    Now also preserves unicode directories.
    Adds break option to break trap.

 v9.0a r3.0a updates:
    Adds quit option to disk full error.
    Now copies ambiguated unicode filenames.
    Fixes switches in moreprompt.

 v9.0a r4.0a updates:
    Adds skip all to copy prompt.
    Extends moreprompts to be verbose.
    Adds /-5 switch to skip all.

 v9.0a r5.0a updates:
    Repairs call to parameter in CreateDirectory()
    Successful test with large database using /b3 and with
      source/dest both netpath excluding *.* to copy
      directory structure only.

 v9.0a r6.0a updates:
    Fixes memory leak in CreateDirectory()
    Only attempts to createdir if not exist.

 v9.0a r7.0 updates:
    Fixes flags in excluded filelists
    Only copies directories with specified files using /b3

 v9.0a r8.0 updates:
    Added check for error x3E6 during CreateDir
    Adds Startdir$ for default directory
    Edits Curdir$ in Readconfig

 v9.0a r9.0 updates:
    Adds custom command$ function.
    Removes call to SetCurrentDirectory.

LOC: 6,788


Attached Files
.zip   COPYV9R6.ZIP (Size: 50.43 KB / Downloads: 79)
.zip   COPYV9R7.ZIP (Size: 50.39 KB / Downloads: 13)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple Finances Utility ASCIIhole 6 429 02-02-2026, 06:21 PM
Last Post: ASCIIhole
  Marquee Utility / Demo for Screen 0 Pete 3 599 09-18-2025, 12:42 AM
Last Post: Pete
  Keymapper Utility eoredson 0 506 05-31-2025, 01:38 AM
Last Post: eoredson
  Another Directory Tree Utility eoredson 0 484 04-18-2025, 02:52 AM
Last Post: eoredson
  Off-topic utility krovit 0 439 04-09-2025, 02:28 PM
Last Post: krovit

Forum Jump:


Users browsing this thread: 1 Guest(s)