Click here to Skip to main content
16,006,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The following command

runremote \\testwin* quickdir.exe /s ^%systemdrive%^\Fish.avi

Search only in \\testwin\C$\Fish.avi
Posted

1 solution

It returns the directory-listing of "C:\Fish.avi" from the remote system. That's a file, and not a directory, hence there's only one entry in your resultset.

Make a directory, some subdirectories and test on there. Should be something like this;
runremote \\testwin* quickdir.exe /s ^%systemdrive%^\Temp\*.*
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900