I need to write a simple installation program. Using Dos, it was really easy to write a batch file that uses copy *.* and cd\ and md\ for everything. Windows? Uh oh. Need to make a dialog that asks for the path to install to. After that, MKDIR$ and CHDIR$ will work great. But how do I copy files aka copy *.* ?
Thanks, Todd
P.S. Am using DDT, but if there's a simple API way to do it (sigh) will do!
[This message has been edited by Todd Wasson (edited January 15, 2000).]
Thanks, Todd

P.S. Am using DDT, but if there's a simple API way to do it (sigh) will do!
[This message has been edited by Todd Wasson (edited January 15, 2000).]
Comment