Major Geeks has a great post on this issue
They do highlight that using MSConfig is not ideal for permanently removing things from start up.
http://forums.majorgeeks.com/showthread.php?t=149804
I have created an exe to be called from the commandline. I would like to send any errors generated by this exe to the standard error stream so the data can be retrieved by the calling Exec object. What do I need to do to send this information?
This is the calling code.
Set oExec =...
I think the Server.MapPath is used when you want to translate a virtual path into a physical path. Have you just tried to pass in the physical path its self?
Attachments.Add "C:\Files\*.*"
Here's a link to a page on Server.MapPath
http://www.4guysfromrolla.com/webtech/121799-1.shtml...
I have no experience with aspsmartmail but have you tried using wild cards *.* so it would look like this
Attachments.Add Server.MapPath("C:\files\*.*")
Careful. We don't want to learn from this. -- Calvin
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.