Jump to content

veda2010

Members
  • Posts

    10
  • Joined

  • Last visited

veda2010's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you. That worked very well. It took 16mins to get all the files names/path from all the sub folders. Saved 45mins running time.
  2. Thanks Belini for the quick response. I was able to get the files details in txt file. Is it possible to extract only ".jpg" files?
  3. I am not aware of any coding but when i need any specific this, i just google it and tried to modify the code as per my requirement. My main requirement now is to pull the .jpg file names from multiple sub folders and put it in one txt file. I wrote a bat file and it's taking 1hour because of the huge data. So, i tired googling it and found this thread. Belini's code looks like it will be work for my requirement but Not sure how to tweak it . Can someone help with me this please. Thanks in advance. Following is Belini's code
  4. Thanks for the quick response JLogan3o13. I am looking for something like a window where we can put the file name to search and then it shows the file in the. click to open the file or something. I tried the below mentioned code. Not sure whether i copied the code correctly or not it throws some error message Thanks Veda
  5. Hello Everyone, This is Veda, First of all, i'm not familiar with AutoIt tool. I just use help and google it to create some code to ease my daily work. Can anyone help me to create a custom GUI to search a file in a directory and then open it? I know, that we do in windows search but the problem is, the directory in which i need to search is located in other location. So, i usually map the drives and go to each folder to find the file which i'm looking for. It will take a while to search using windows search. Thanks in advance !!! I hope, i will try to learn Autoit and help others too. Thanks Veda
  6. Thanks again UEZ. & M23. I tried with latest version (v3.3.12) and the code working fine. Thanks Veda
  7. I'm using Version 3.3.8.1 let me try with new version. Thanks Veda
  8. Thanks for the quick response M23 & UEZ. I was trying to run the script and it says some error Error Message $iAccuracy= $iAccuracy>10 ? 10 : $iAccuracy $iAccuracy = $iAccuracy > 10 ^ ERROR
  9. Hello Everyone. This is Veda, First of all, i'm not familiar with AutoIt tool. I heard about this in internet about Automation of few tasks, Apps, etc. I am looking for a some tool to show the MM to Inch conversion in Fractions. Can anyone help me with this? It would be better if there is GUI converter for this. Example: 20.63 MM = 13/16" Thanks Veda
×
×
  • Create New...