Search found 2 matches

by as30026522
23 Apr 2013 08:37
Forum: DOS Batch Forum
Topic: echo foldername not complete
Replies: 2
Views: 1631

Re: echo foldername not complete

oh! thanks very much for your help foxidrive.
by as30026522
23 Apr 2013 08:08
Forum: DOS Batch Forum
Topic: echo foldername not complete
Replies: 2
Views: 1631

echo foldername not complete

I have the foldername is: 172.16.121.10 192.168.1.5 and I have the command to show foldername in subdirectory: @ECHO OFF FOR /R . %%A in (.) do ( echo %%~nA ) PAUSE but output is not complete foldername: 172.16.121 192.168.1 if foldername isn't ipaddress it echo the complete foldername i want to ech...