Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by duncanb7
at 2024-04-15 06:44:27
Point:125 Replies:7 POST_ID:828475USER_ID:11059
Topic:
Windows XP Operating System;;
Mostly likely we will do backup fromour D: or C: to external USB drive such as F:
and we will copy it in the my computer icon.But sometimes might be we are
not careful, we copy it from F: to D:. Is ther windows system let us a message
box to confirm the direction copy in XP ? Is there any setting we can make for
just one direction copy always during this time period
Please advise
THanks
Duncan
and we will copy it in the my computer icon.But sometimes might be we are
not careful, we copy it from F: to D:. Is ther windows system let us a message
box to confirm the direction copy in XP ? Is there any setting we can make for
just one direction copy always during this time period
Please advise
THanks
Duncan
Author: duncanb7 replied at 2024-04-16 11:51:39
Thanks for yoru reply, ir works
Assisted Solution
Expert: Randy Downs replied at 2024-04-15 06:54:31
42 points EXCELLENT
Here is an article on vbscript if you prefer - http://social.technet.microsoft.com/Forums/en-US/ITCG/thread/874d303f-f201-4fee-ad47-4f7c8979434f/
Assisted Solution
Expert: Randy Downs replied at 2024-04-15 06:52:18
41 points EXCELLENT
You could do something like this and even automate it through scheduler.
http://theos.in/news/windows-xp-batch-file-script-to-copy-all-files/
http://theos.in/news/windows-xp-batch-file-script-to-copy-all-files/
Author: duncanb7 replied at 2024-04-15 06:51:56
if vbscript is also welcome
Author: duncanb7 replied at 2024-04-15 06:51:21
I am not familar with bat file, could you provide a little code to start.
Expert: Randy Downs replied at 2024-04-15 06:49:55
I am guessing you are doing a copy & paste for your backup. It would be easier to control from a script ?
Accepted Solution
Expert: bcreech replied at 2024-04-15 06:48:22
42 points EXCELLENT
One way to do this would be to eliminate human interaction. write a batch file of vbscript file that the user clicks on, and it runs the copy routine.