[pmmail-list] Wish list: account location

Wayne Dunham pmmail-list@blueprintsoftwareworks.com
Sun, 29 Dec 2002 17:29:30 -0500


On Tue, 24 Dec 2002 18:58:15 +0100 (MEZ), L.Willms wrote:

>
>------ cut ------------------------
>Set WShShell = WScript.CreateObject("WScript.Shell")
>set objArgs = WScript.Arguments
>Dim msgpath
>For i = 0 TO objArgs.Count - 1
>  msgpath = msgpath & objArgs(i) & " "
>Next
>WShShell.Popup  msgpath,0,"The filename of the message selected is",64
>---------- off -------------------- 
>
>   Maybe there are other ways to do it, but this should work. At least it 
>worked on my system, where there is no blank in the filename. 
>    
>   Have fun, and happy holidays to everyone. 
>
 
  That worked fine here with a space in the pathname.  I did get the
other method to work with the space, but couldn't figure out that
method since I know next to nothing about VBS. (ok NOTHING! <grin>)
 
  Thanks!


     Wayne Dunham
     waynedunham@email.com
- pmmail-list - The PMMail Discussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com 
with the first line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------