On Wednesday, 22 January 2020 08:14:29 UTC+11, Bram Moolenaar wrote:
>
>
> Shane Harper wrote:
>
> > > > I believe
> > > > copy runtime\* vim82
> > > > should be replaced by
> > > > xcopy /e runtime\* vim82
> > > > in src/INSTALLpc.txt.
> > > >
> > > > The original copy command won't copy subdirectories while "xcopy /e"
> > > will.
> > >
> > > Shouldn't that be:
> > > xcopy /s runtime\* vim82
> > >
> >
> > Both "xcopy /s" and "xcopy /e" copy subdirectories - however only "xcopy
> > /e" copies empty directories. (When copying the current runtime
> directory
> > both "xcopy /s" and "xcopy /e" will effectively do the same thing.)
>
> The MS docs say that /e only works in combination with /s. But the docs
> might be misleading.
>From "help xcopy" on my PC running Windows 10:
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
Anyway, "xcopy /s" or "xcopy /e" (or "xcopy /s /e") can be used to copy all
of the runtime files.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/71a01515-19cc-4cb2-a884-3e9c2d830bdb%40googlegroups.com.