
Originally Posted by
DragonKnight
Hi
This is probably not the best place to ask this question..
Lets say I Do or Don't, manage to get my way into my network and I want or Not for the system I'm connect to, to execute a Command Prompt Line...
(( Windows ))
Example:
Dir /s *.mp3 > C:\MP3.txt
( Basically searches the system for mp3 & lists them in a txt file... )
But now how do I get it to copy those files to a Folder in the C: Drive???
Tried - Dir /s *.mp3 > Xcopy *.mp3 C:\mp3\*.* (( Error ))
Any help would be appreciated...