Jump to content

Beli

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Beli

  1. Thank you Jos, you nailed it.!!
  2. Hi All, I was going through some video tutorials in Youtube, they were using utility "Tidy" which was found in Tools menu ( also ctrl + T ) which made scripts look clean and standardized. However I dont see the same in my script editor SciTE4AutoIt3. I use the latest version available on web. I was able to download the Tidy utility , but I doesnt work when I press Ctrl T, really confused, and i'm really really new to AutoIT scripting. Please assist. Thanks in advance.
  3. Thanks to One and all, to be frank I dint even know about AutoIT scripting. Recently i tried to create a simple GUI front end for help desk guys, when I googled it led me directly to AutoIT. This completely changed the way I look at scripts now. Also, I was not expecting these many response in such a short time, thank you everyone... You guys Rock. Regarding the script, 7z.exe does a great job, easy way to copy folder. However is there a way to use something built-in windows component to create Zip (I know Universalist shared the link for that, but it was way to complicated for beginner like me)
  4. Hi Experts, I'm new born to AutoIT so forgive me if it is too simple, I was creating a simple GUI using AutoIT to excute a bat file. Basically this is how it works I have few setupfiles, reg keys and ini files in a folder ( also has sub folders ) , 3 bat files each with different switches to perform certain task. I'm trying to create a .exe file which should contain the complete folder ( and its subfolder ) . Exe should include the "Source" folder and copy it to "temp" folder when i run the exe. I tried fileinstall but unfortunately it copies only one file and not the folder ( if i'm not wrong ). Tried filecopy, Dircopy but these commands dont embed files to exe. Please assist.
×
×
  • Create New...