Help Requested: Getting Access to select folders in an Explorer Window 
Author Message
 Help Requested: Getting Access to select folders in an Explorer Window

Sending out a general help request here for a problem I'm trying to
solve.  I've tried a bunch of different avenues, and programs, and
can't get any to work EXACTLY the way I need it to.

Essentially, I have a directory, let's just say R:\DATA for this
examples sake.  In R:\DATA there are a couple of thousand (yes)
folders, each of which contains a few files.  I have a Access sub
that, based on certain criteria, tells me which folders in R:\DATA I
need to put on an outgoing CD.

The only way I'm able to do it right now is to make access log the
directories to a file, open that log file, and manually select each
folder in an explorer window, then drag them to Corel CD Creator.

What I would REALLY like to be able to do is have Access start up a
copy of Exploer, select each folder in the exploer window, then leave
it for me to just drag and drop in Corel.

I'm not very familiar with DDE, so I'm not sure that is the direction
I need to go in.  I scoured through the Win32 API but couldn't find
anything that looked helpful.

Any ideas?  Thanks a lot.



Fri, 16 Apr 1999 03:00:00 GMT  
 Help Requested: Getting Access to select folders in an Explorer Window

Adam,

I don't know if you will be able to *select* all files, but it should
be easy to open an Explorer window to a specific folder.  You can use
the SHELL function to start Explorer with a given pathname; the
command line would look like

C:\WINDOWS\EXPLORER.EXE /n,/e,R:\DATA\SUB1234\

You can find more info about the SHELL function in the help files.
Hope this helps.


Quote:

>Sending out a general help request here for a problem I'm trying to
>solve.  I've tried a bunch of different avenues, and programs, and
>can't get any to work EXACTLY the way I need it to.

>Essentially, I have a directory, let's just say R:\DATA for this
>examples sake.  In R:\DATA there are a couple of thousand (yes)
>folders, each of which contains a few files.  I have a Access sub
>that, based on certain criteria, tells me which folders in R:\DATA I
>need to put on an outgoing CD.

>The only way I'm able to do it right now is to make access log the
>directories to a file, open that log file, and manually select each
>folder in an explorer window, then drag them to Corel CD Creator.

>What I would REALLY like to be able to do is have Access start up a
>copy of Exploer, select each folder in the exploer window, then leave
>it for me to just drag and drop in Corel.

>I'm not very familiar with DDE, so I'm not sure that is the direction
>I need to go in.  I scoured through the Win32 API but couldn't find
>anything that looked helpful.

>Any ideas?  Thanks a lot.

Gerd Ziran
[MVP-DTS]


Sun, 18 Apr 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Getting the correct Folder in an Explorer-Window

2. Create new folder in current folder in explorer window

3. Getting open folder info from Explorer

4. Getting open folder info from Explorer

5. Determine Selected Folder and Selected Item in Folder

6. Dragging files or folders from my application into Windows Explorer

7. Navigate to folder in current Windows Explorer instance

8. Repeated request for help: difference between Window ME and Windows 2000

9. Help: Getting access to another window's display

10. Getting Folder path from open window

11. need help - Open a Explorer folder???

12. Requesting help getting started with coding DataGrid (DBGrid)

 

 
Powered by phpBB® Forum Software