bobheart 0 Posted August 7, 2004 If I run it this way the I get the dos window and a error that it can run the dundll Run(@ComSpec & " /c runDLL32.EXE DISKCOPY.DLL,DiskCopyRunDll', "", @SW_HIDE")If I run it with out the closing " I get the error missing closing " ?Run(@ComSpec & " /c runDLL32.EXE DISKCOPY.DLL,DiskCopyRunDll', "", @SW_HIDE)How do I run this so the dos window does not show ? Share this post Link to post Share on other sites
w_sp8er 0 Posted August 7, 2004 Run(@ComSpec & " /c runDLL32.EXE DISKCOPY.DLL,DiskCopyRunDll", "", @SW_HIDE) Share this post Link to post Share on other sites