|
-
Aug 9th, 2000, 06:45 AM
#1
Thread Starter
Junior Member
I have a listbox which contains the path's of some cmd- or batchfiles (i.e. c:\temp\test.bat)
How can these files be executed in one single dosbox?
for x = 0 to List1.ListCount -1
If List1.Selected(x) = True Then
runscript = Shell(List1.List(x), vbNormalFocus)
x = x + 1
next x
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
|