|
-
Sep 24th, 2000, 05:27 PM
#1
Thread Starter
Addicted Member
Any idea on how to create code for win 2000 that:
Opens Dos (hidden)
Pastes the clipboard contents onto the command propt
hits return
waits for the operation to complete and then closes dos?
Any help would be greatly appreciated!!
-
Sep 24th, 2000, 07:06 PM
#2
I am not sure what Win2k's dos is, but change it around
Try this:
Code:
x = Clipboard.GetText()
Shell "Command.com " & x, vbHide
-
Sep 25th, 2000, 02:48 PM
#3
Don't think that'll work. The command prompt has different messages than Windows programs.
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
|