Jump to content

Gogi02

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Gogi02

  1. Is there any way to make window that would look (and work) like for instance windows Open window (when in any program you secet File-Open for example)?
  2. I've tried that line of code RunWait(@ComSpec & " /c " & "xcopy " & '"C:\Applications\AutoIt Scripts" "H:\Backup\Applications\AutoIt Scripts" /D /E /C /R /H /I /K /Y') I even tried that: Run("cmd.exe") sleep(1000) send ("xcopy c:\sample.txt c:\sample") result is for both the same (described in post above). But it seems to work if i use copy instead of xcopy.
  3. After i tried xcopy in a script i only got 100 or so dos windows opened and then closed without copiing anything. Can somebody help me out?
  4. Sorry again. Tought my question is similar enough not to open anther topic and thanks alot. Works like a charm. I looked through sqlite documentation and LIKE statement was nowhere to be found.
  5. Hope Author of the tread doesn't mind me hijacking the teme. I'm having kind of a similar problem. I have data stored in sqlite. I'd like to be able to wirte a query to search for data that contains certain word. For example if user inputs "Gogi" into search, script would return: Gogi Gogi02 Gogi_2 . . . All the strings in colum of the table that contain word Gogi. Or if that isn't possible than to export data to ini or txt file (I know how to do that), and than search that file. Thanks for your help in advance.
  6. On the other note. How do I get data from picker box. What I mean is how do I get the date picked in a variable so I can work with it?
  7. Yeah I know about that. But I'd like to modify that so that when you enter day it would automatically jump to months and then years without the need to press an arrow key.
  8. First of all sorry for my not so perfect english. What I'd like to do is program a date picker where user is presented with a box where he can enter numbers and function automatically converts it to date format. For example user would enter 01072010 and program would convert it to date format like 01.07.2010. Unfortunately I have no Idea how to do it. Could someone please point me in the right direction?
×
×
  • Create New...