i have a list.txt file which contains all the unused folders in my depot/work space which i need to remove/delete. From my perforce client i have launched a command line (windows) so i can delete these 300-400 folders quickly. What command should i use to read the folders from a text file.
What i have tried for 1 path : -
p4 delete /p4/speech/ramp/themes/projects/cbc/...
similar folder path i have in my list.txt file.. i want p4 delete to be run on each of the 400 paths.