English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to make an exe file thereby to copy a photo of name pic1.jpg to be copied and pasted in drives C: , D: , E:

2007-01-17 03:24:24 · 5 answers · asked by Arvind 4 in Computers & Internet Software

I want to make an exe file thereby to copy a photo of name pic1.jpg to be copied and pasted in drives C: , D: , E:

I want the programing code to write in C or C++ or Visual Basic

2007-01-17 03:34:12 · update #1

5 answers

What you describe can best be done with a simple little DOS batch file.

copy con MYPROGRAM.bat
copy a:\pic1.jpg c: /v
copy a:\pic1.jpg d: /v
copy a:\pic1.jpg e: /v
exit
F6

Then key in MYPROGRAM at the command prompt

2007-01-17 03:38:49 · answer #1 · answered by snvffy 7 · 1 0

To do that, you need to program a software using VB or Java. Or else you can use the Command Prompt to achieve it

Click on Start - Run
Type cmd
Then using the copy command, you can copy them.

Type Copy ? to get more information about copying

BYE
Imtiyaz G

2007-01-17 03:32:24 · answer #2 · answered by Imtiyaz G 4 · 0 0

Write a batch file! It doesn't require you to purchase any programming software and it's quite simple. Go to your local library and look for books like "Programming Using Batch Files". They are not going to be powerful programs, but they will work perfect for the example you give, plus it's free!

2007-01-17 03:35:43 · answer #3 · answered by Anonymous · 0 0

For small simple Executables for basic tasks like this, Visual Basic 6 is still the easiest fastest way to go. (Not .NET, managed code would be unnecessary.)

2007-01-17 03:30:51 · answer #4 · answered by Tim 6 · 0 0

You have to learn a programming language.. Try C.

2007-01-17 03:27:29 · answer #5 · answered by Beavis111 2 · 0 0

fedest.com, questions and answers