Questions tagged [copying]

This tag refers to the process of making an exact duplicate of a file, database, etc.

Use this tag for questions related to copying files, databases, etc. on a system.

374 questions
-2
votes
1 answer

Copying specific content from one word doc to another

I'm trying to automate copying specific content from one word document(table) to other document(tables(s)), Please see below image to understand what I'm trying to do. Please suggest on how to make it work. I'm pretty comfortable with using python,…
sai
  • 11
  • 1
  • 1
  • 3
-2
votes
1 answer

Copying failed with exit code 1

Somehow an image in my project became missing after moving it throughout the project. So, I delete the png image in question but I am unable to run my app using the simulator but end up with this obnoxious error. I've thus deleted the image in…
-2
votes
1 answer

Copy from one txt file to another with c

I am having problems with copying txt files. I need to info from one file to another. My code looks like this, _tprintf (TEXT("%s\n"), FindFileData.cFileName); memset(fileName, 0x00, sizeof(fileName)); _stprintf(fileName, TEXT("%s\\%s"), path,…
Them4
  • 1
  • 2
-2
votes
2 answers

What's wrong with that code? (copying argv[] to array of ints)

#include #include main( int argc, char **argv ) { int *stack = new int[argc]; int it = 0; while (--argc > 0 ) { *(++stack) = atoi(*++argv); …
makaku
  • 11
  • 1
  • 2
-2
votes
2 answers

In JQuery, how do I copy a subset of select options from one select menu to another?

I'm using JQuery 1.11.1. I have two select menu elements, one containing options like