|
-
May 22nd, 2009, 09:31 AM
#1
Can System XCopy source paths from textboxes?
Hi, can someone help?
A Typical xcopy:
System("xcopy /y /s /e /f source path destination path").
Is it possible for the xcopy to locate the source path and destination path from
a text box within the same form?
The form has two folderbrowserdialogs which paste the paths selected into
two textboxes. source being textBox1 and destination being textBox2.
I thought it would be a simple case of naming the textboxes in place of source
and destination.
For example:
System("xcopy /y /s /e /f textBox1 textBox2");
I also tried:
System("xcopy /y /s /e /f textBox1.Text textBox2.Text");
However, they don't work, but don't report any errors either.
can someone suggest something?
I can't seem to find the answer browsing the internet.
Thanks
OMEGA
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|