Jump to content

toxicdav3

Active Members
  • Posts

    23
  • Joined

  • Last visited

toxicdav3's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks so much, just what I needed
  2. Thanks for your reply. The problem with comparing files line by line is... how would I know if half way through line 66 in file 1 is the same as the start of line 57 in file 2? Btw these files will be over 1gb in size. EDIT: Just found these threads, could be useful. http://www.autoitscript.com/forum/index.php?showtopic=34587 http://www.autoitscript.com/forum/index.php?showtopic=94799 Though they seem a bit too basic for what I need. Just want to compare 2 files and find the hex offsets.
  3. How would i go about comparing 2 files or strings and creating a patch according to its offsets. I found a script to do reading and writing at different positions... http://www.autoitscript.com/forum/index.ph...mp;#entry336438 but I don't know how to compare 2 files. Any help, suggestions or pointers would be very appreciated! cheers.
  4. I got it all running but it doesn't seem to want to show the gui at the login screen?!? Only when a user is logged in. Plus if that user logged out and someone else logged back in there is no tray icon for the second user. If I dont make it a service is there a way to run the program before the login screen and wait for it without group policies? I'm also wondering if there is a way to run a program under the current interactive user (with his credentials) from my autoit system service. Thanks.
  5. I'm after a button style like the More information in the Vista copy dialog. Simply its an arrow. Tried searching everywhere but its hard when you put in "arrow" into search, get all key related stuff. http://igzzmg.bay.livefilestore.com/y1p8r3...alog-2!.jpg Thanks
  6. I just want the program to run with administrative privileges but at the same time keep the credentials of the current user to that I can access file shares. I can put the user into admins and take them out later with the login script but don't really dont want to do that.
  7. I'm after a way to run my login script with administrator privileges. Problem is I don't want it to run as another user because I need to map drives and access network shares with the current users credentials. Possible? Cheers
  8. thx for your replies but i'm after a way for it to wait if possible.
  9. How can I make sure that hotkeyset doesnt interrupting each other. If you press another hotkey at the same time the last one is still going through its function it will immediately start the new function. How can I make it wait? Cheers, David.
  10. Thanks for your help but the "~" aren't included in the name. That's why I had it as *split* in the original post.
  11. I'll just leave it to stringbetween for now. How would i go about splitting this and using StringRegExp to get the season and episode? All dots, dashes, etc are replaced by spaces so there is no need to worry about that. Show Name ~ s01e01 ~ WS PDTV XviD RLSGROUP
  12. What do you mean?
  13. I tired to use the stringregexp from the help file to split the items in a rss feed but it didn't return anything. Didn't work: $array = StringRegExp($rss, '<(?i)item>(.*?)</(?i)item>', 1, 1) Did work: $array = _StringBetween($rss, '<item>', '</item>') Also looking to split up a file name into 3 parts and extract the season and episode numbers if anyone can help me. Show Name *split* s01e01 *split* WS PDTV XviD RLSGROUP Show Name to $show s01e01 can be any of the following... to different strings if the info is available $season $episode $year $day $month WS PDTV XviD RLSGROUP to $tags Please help stringregexp confuses me completely and cant even get the simple item thing working! cheers
  14. this is just awesome!!!!!!!!!!!
  15. sorry but proxy with login still don't work! also this time when i start a download it comes up with "There is no disk in the drive. Please insert a disk into drive D:."
×
×
  • Create New...