when i try this command in my run prompt it does not work...ping 127.0.0.1 > C:\text
But when i try the same command in cmd it works fine, any one have any ideas?
Printable View
when i try this command in my run prompt it does not work...ping 127.0.0.1 > C:\text
But when i try the same command in cmd it works fine, any one have any ideas?
What's a run prompt? Also, try adding an extension to the filename.
run prompt = start>run
But i solved it any way:
start>run>cmd /c ping 127.0.0.1 > C:\ping.txt