Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Saving directory list

$
0
0
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 ! :D

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>