如何在程序中运行DOS命令?(100分)

  • 主题发起人 主题发起人 makesi
  • 开始时间 开始时间
M

makesi

Unregistered / Unconfirmed
GUEST, unregistred user!
请问如何在程序中运行DOS命令,如:我要在程序中运行'copy f:/aa.txt e:/ss.txt'该怎样操作
 
winexec ('copy f:/aa.txt e:/ss.txt');
 
winexec(行'copy f:/aa.txt e:/ss.txt', SW_SHOWNORMAL);
 
把它写在一个批处理文件中,然后执行这个文件。
 
谢谢两位,pal2003的那中方法我试过好象不行的.我现在正是写在批处理,我想得到更好的方法.
 
管道函数/具体忘了
查查 很多例子
 
winexec ('cmd.exe /c copy f:/aa.txt e:/ss.txt'); win2k
 
谢谢大家
 
以上操作我都用了,不行呀
 
后退
顶部