I wanted to make a script which saves the list of files in a folder (dir excluding subfolder) only filea with prefix of custom location in text file
Like
My folder A has file 1.txt, 2.jpg, 3.png etc
Prefix to add "http://website/doc/"
so when i run the script it should save the txt file as
http://website/doc/1.txt
http://website/doc/2.jpg
http://website/doc/3.png
i think friend u got my point this can be done through batch file even but i dont know how, and to create a script
i created a batch with commands but didnt get the desire result
command was
@echo off
dir /p >filelist.txt
but this is not what i want
Help needed !
Like
My folder A has file 1.txt, 2.jpg, 3.png etc
Prefix to add "http://website/doc/"
so when i run the script it should save the txt file as
http://website/doc/1.txt
http://website/doc/2.jpg
http://website/doc/3.png
i think friend u got my point this can be done through batch file even but i dont know how, and to create a script
i created a batch with commands but didnt get the desire result
command was
@echo off
dir /p >filelist.txt
but this is not what i want
Help needed !
![:D](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/biggrin.png)