Jump to content

quicksilver

Active Members
  • Posts

    71
  • Joined

  • Last visited

quicksilver's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. I've written something else with files only. But i dont know how to filter only Folders.
  2. Hi i need Help Please Ive got a folder with 10.000 Folders in it an i want to move it into Folders A ... B .. C .. D... can anyone help me?
  3. Hm that is not the function i need.. I want to compile it on the Fly on my webspace !
  4. Hi i've got a question. I need a unix Autoit compiler. I've developed a mini ftp Downloader for my tools and i want to compile the autoit software with the download link on my unix webspace. Is there any way to compile it on unix? i want only to compile it on unix. To use it is windows needed.
  5. Hi what is the fastest way to open a Textfile and search a string with return .. i need a statement if the string in the file or not. Can Anyone help me ?
  6. Hi i've got a question. I've used the _RunDOS function with the "net use" command of windows. After some test i've got a problem. I've havent any status of the net use command. I dont know if the the command works or an error has returned. Can anyone tell me what can i do to get the return of the command?
  7. I've got a problem i need information from a external Programm. There are 2 Textfields in the Programm with 2 Numbers. I need it via mail or something. The Problem is.. there is a Pc .. with a Remote Management Tool. After The Start of this tool there is an ID and a Password. And this information must be send via Email or an screenshot. Questions1: A way to make a Screenshot from a active Window? and save it into a file? Question2: Is there a way to get the info of theses 2 Textfields directly ? Thx for help
  8. Hi is there Any way to Compare 2 File Version Numbers? $ver = FileGetVersion($path1) $verakt = FileGetVersion($path2) In the Variables $ver is something like This = "2.6.2.244" or "2.6.2.245" or "2.7.0.000" I want to compare $ver and $verakt.. if $ver higher.. then do this else do this... Can Anyone Help me?
  9. Hi how can i open a Url without Internet Explorer or Firefox? I want to execute a Script (php/asp)
  10. Thx i've fixed the Problem! Wrong Compiler version. Thx for your help !!
  11. Thx thats it !!! ... But while compilation .. there is an error... Invalide Fileinstall Function . My Version of AI is 3
  12. Sorry i've forgotten the command to include an extern Application like Irfanview. Can anyone help me?
  13. Fine but.. with this code ist Only the First Name of the Artist the Name of The Folder.. not the Full name.. Like: Justin but right is Justin Timberlake
  14. Hm theres a Problem. He creates the folders. But when he trys to copy the File is a blank in the rdyname variable. And when he trys to Copy the file from $filesource to $filemove the Foldername of the Filemove is Wrong because the Blank is too much. Eg. Wrong: c:\test\Artist - Title.mp3 => c:\test\Artist \Artist - Title.mp3 Right: c:\test\Artist - Title.mp3 => c:\test\Artist\Artist - Title.mp3 In the Variable $rdyname[1] is a Blank to much
×
×
  • Create New...