Jump to content

fraudh8er

Active Members
  • Posts

    52
  • Joined

  • Last visited

About fraudh8er

  • Birthday 09/10/1980

Profile Information

  • Location
    Waverly, IA
  • Interests
    Anthing that has to do with Computers: Software and Hardware

fraudh8er's Achievements

Wayfarer

Wayfarer (2/7)

0

Reputation

  1. I must be too new at this, I cant quite get it to work. All I have right know, is a script that will copy the file first and then show the progress bar. I think that may work for my purposes, after some testing will fine out. since the file wil never be more then 200 mb, i MAY be fine. but thanks.
  2. I hacve been searching with no avail. but will continue to do so.
  3. How would you make a progress bar run while a file is being copied via the script in the background. or can you not do 2 processes at the same time. thank you
  4. I have been trying to do this with no good results. you think i would be able to figoure out how to check for EOF and see if that value is 0. but the over all quesiton is if that will actually work? thanks for all you help
  5. I am wondering how to do the following: lets say I have 100 folders in a folder. each of these 100 folders have a different amount of stuff in them, some have other folder, etc etc. I need to some how get out of a script how many of these folders have more than one folder in them. Then i would need some sort of report or something saying the name of the parent and subfolder and how many folders are in it. other things like the total size of the items in the folder would be great, but honestly i could do without. I am reading threw the help files trying to figure it out on my own, but havent really gotten any where yet. thanks all you guys V "Dont mind the Spelling!"
  6. i am an idiot, you just showed he how to do it in you program, i shoudl be ok, but will let you know if not.
  7. well after i posted i realized that i could take the www.whatismyip.com and make it a text file and just look for the ip address. but i am not sure how to parse a text file. i have this part of the text file i need to get a ip addres out of: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Your ip is 24.179.13.137 WhatIsMyIP.com</TITLE> <meta name="Keywords" content="IP, address, address translation, proxy, firewall, dhcp, network, games, voice chat, tutorials"> this is not m real ip address for obvious reasons.
  8. i was wondering if i can do the following in autolt: 1. list the computers on the network 2. display the external ip address, like via www.whatismyip.com or something. thanks you you guys rock
  9. i can do tha task scheduler, not sure if that is a good idea. how would the registry key thign work. the ini file doesnt seem plausible but i will mess with it and see what happens. thanks
  10. yah i used the @WDAY to do it. worked pretty well, couple lines of code. but i have an other dillemma, i am using the monday for updating with this script, so evertime they select the exe it will check for updates if the creation dates are not the same and if it is monday. working with mde they get corrupt, alot. anyways, my problem is if they open the mde more than once on the monday it will run the update again, which is a problem. is there anyway to store that the update has been run already today and if the creation dates are the same then just open the program. i guess i could store the computer name in a text file and look for it. if the name is there dont update, open program. if computer name not there, run update, put name there, and open program. any other thoughts.
  11. Nice, Where should I post my code if i want it to be optimized and looked at to make sure I am coding effieciently? yes it did work. well i am in winxp sp2. Thanks, you are the man. :0
  12. ok so i cheated. for the time being i have the filecopy before the progress bar. FileCopy($a, $b ,1) For $i = 25 to 100 step 25 sleep(1000) ProgressSet( $i, $i & " percent") Next ProgressSet(100 , "Smart Update", "Complete") sleep(500) The files are pretty small, so it is not a big deal. but thanks
  13. I just tried that, well i put the $ before the filename. but it did not work. I have the filename coming in frmo a iniread, is that a problem?
  14. does anyone know how use this to check a date (YYYYMD) and give back what day of the week it is. more importantly i just want to know if it is a monday or not. Or shoudl I be doing this another way? thanks :)
×
×
  • Create New...