S
smallbee
Unregistered / Unconfirmed
GUEST, unregistred user!
[green]如下面这个程序,怎么无法向temp.txt写东西啦?
也就是可以执行arp -a这个命令,但是,无法写入文件。
var
command:string;
temp:string;
begin
temp:='c:/temp.txt';
command:='arp -a>'+temp;
try
winexec(PChar(command),SW_SHOW);
except
end;
end;
[/green]
[red]拜托各位大侠了。[/red]
也就是可以执行arp -a这个命令,但是,无法写入文件。
var
command:string;
temp:string;
begin
temp:='c:/temp.txt';
command:='arp -a>'+temp;
try
winexec(PChar(command),SW_SHOW);
except
end;
end;
[/green]
[red]拜托各位大侠了。[/red]