← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #162994]: [HowTo] get a list of files into a Notepad window

 

Question #162994 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/162994

Calle Rundgren proposed the following answer:
There is a very easy way performing this task using just some ordinary
cmd commands:

1. Navigate to the folder

cd c:\Documents and Settings

2. Then type this command

DIR /B /O:N > filename.txt

This will save all the filenames with extensions to a .txt called
filename.txt in the same folder as rest of the files.

Sorry for not using sikuli or python, but i think this is the easiest
way.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.