Click here to Skip to main content
15,883,807 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle Hurdle Pin
Peter_in_278020-Apr-22 20:05
professionalPeter_in_278020-Apr-22 20:05 
GeneralRe: Wordle Hurdle Pin
den2k8820-Apr-22 20:42
professionalden2k8820-Apr-22 20:42 
GeneralRe: Wordle Hurdle Pin
dan!sh 20-Apr-22 21:08
professional dan!sh 20-Apr-22 21:08 
GeneralRe: Wordle Hurdle Pin
Greg Utas21-Apr-22 1:30
professionalGreg Utas21-Apr-22 1:30 
GeneralRe: Wordle Hurdle Pin
dbrenth21-Apr-22 7:37
dbrenth21-Apr-22 7:37 
GeneralRe: Wordle Hurdle Pin
Cp-Coder21-Apr-22 8:26
Cp-Coder21-Apr-22 8:26 
GeneralRe: Wordle Hurdle Pin
FreedMalloc21-Apr-22 10:58
FreedMalloc21-Apr-22 10:58 
GeneralNext Computer Pin
C-P-User-320-Apr-22 4:31
C-P-User-320-Apr-22 4:31 
So now I will experiment with a Refurbished Computer from eBay.

It's on the way.

My plans for moving the contents of this machine to the other one
  1. Use an External USB Drive
  2. On This machine, open a Command Line window
  3. In that window do this...
G:
CD \
MD WHATEVER
CD \
C:
CD \
XCOPY C: G:\WHATEVER /Q

The two switches I'm wondering about are...
ASM
/K           Copies attributes. Normal Xcopy will reset read-only attributes.

/J           Copies using unbuffered I/O. Recommended for very large files.

Seems like the "/K" switch would be the smart thing to do.

As for the "/J" switch; I just don't know for sure.

I probably haven't done this command in the past ten years, so I could be easily missing some important details

Observations and/or Suggestions on this plan are welcome and invited
GeneralRe: Next Computer Pin
OriginalGriff20-Apr-22 4:52
mveOriginalGriff20-Apr-22 4:52 
GeneralRe: Next Computer Pin
C-P-User-320-Apr-22 11:10
C-P-User-320-Apr-22 11:10 
GeneralRe: Next Computer Pin
OriginalGriff20-Apr-22 20:05
mveOriginalGriff20-Apr-22 20:05 
GeneralRe: Next Computer Pin
C-P-User-321-Apr-22 1:29
C-P-User-321-Apr-22 1:29 
GeneralRe: Next Computer Pin
User 49097420-Apr-22 23:23
User 49097420-Apr-22 23:23 
GeneralRe: Next Computer Pin
C-P-User-321-Apr-22 2:29
C-P-User-321-Apr-22 2:29 
GeneralRe: Next Computer Pin
User 49097421-Apr-22 2:51
User 49097421-Apr-22 2:51 
GeneralRe: Next Computer Pin
C-P-User-322-Apr-22 5:16
C-P-User-322-Apr-22 5:16 
GeneralRe: Next Computer Pin
OriginalGriff22-Apr-22 5:40
mveOriginalGriff22-Apr-22 5:40 
GeneralRe: Next Computer Pin
Vikram A Punathambekar20-Apr-22 5:27
Vikram A Punathambekar20-Apr-22 5:27 
GeneralRe: Next Computer Pin
C-P-User-320-Apr-22 11:15
C-P-User-320-Apr-22 11:15 
GeneralRe: Next Computer Pin
C-P-User-322-Apr-22 5:09
C-P-User-322-Apr-22 5:09 
GeneralRe: Next Computer Pin
obermd20-Apr-22 5:33
obermd20-Apr-22 5:33 
GeneralRe: Next Computer Pin
Nelek20-Apr-22 8:49
protectorNelek20-Apr-22 8:49 
GeneralRe: Next Computer Pin
obermd20-Apr-22 9:41
obermd20-Apr-22 9:41 
GeneralRe: Next Computer Pin
Nelek20-Apr-22 10:08
protectorNelek20-Apr-22 10:08 
GeneralRe: Next Computer Pin
Gary R. Wheeler20-Apr-22 12:07
Gary R. Wheeler20-Apr-22 12:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.