- Joined
- 30 Jul 2006
- Posts
- 12,130
PC in room A
Laptop in room B with Etherent, WiFi & Powerline Adapter connections.
I want to measure the comparative data transfer rates accurately. To do this, I have used a 2.2GB file and run the following batch script in batch mode:
I'm sure that there is a simpler, obvious way of doing this without going to CMD mode but I can't think of it. Can you suggest one?
TVM
Laptop in room B with Etherent, WiFi & Powerline Adapter connections.
I want to measure the comparative data transfer rates accurately. To do this, I have used a 2.2GB file and run the following batch script in batch mode:
time<NULL.txt>Speed.LOG
COPY \\RoomA\shared_test\TEST.FIL C:\_DATA\test.fil
time<NULL.txt>>Speed.LOG
COPY \\RoomA\shared_test\TEST.FIL C:\_DATA\test.fil
time<NULL.txt>>Speed.LOG
I'm sure that there is a simpler, obvious way of doing this without going to CMD mode but I can't think of it. Can you suggest one?
TVM