如何在 VB 中下達 DOS 指令,例如 copy test.txt lpt1
用shell()不知道可不可以...
Shell("c:\command.com /c copy test.txt lpt1") 你試試...