I am working on a project that will move (Transfer) an ASCII comma delimited file.<br>Example: (This is not my actual code)<br>I have some <br>Check1_Click() = file1.txt<br>Check2_Click() = file2.txt<br>Check3_Click() = file3.txt<br>Based on what is checked the batch program will execute and transfer the files as shown below.<br><br>U:\file1.txt (Mapped Network Drive) to<br>I:\DISBUR (Another Mapped AS400 Drive).<br><br>I am using WindowsNT4.0 and using a MS-DOS batch file to make this happen, however a batch file does not work well in NT. I cannot find any MOVE commands anywhere that deals directly with files in VB5. Is there any code or resources out there that would have the information I am needing? Does Visual Basic 5 even have a function or some samples relating to this? Any suggestions would help out tremendously. I apologize for my inexperience and lack of knowledge.<br>Thanks, Bromy