Jump to content

Darkonen

Members
  • Posts

    12
  • Joined

  • Last visited

Darkonen's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. REally nice script just one thing; it would be nice if a file from de source is delete at the destination shoul also be deleted so you can sync both folders in one direction, sorry for my english. Nice work!!!
  2. Create or delete services on windows is very easy, there's a windows program that makes it: sc.exe you can use this program to create or delete a service or query it.
  3. Anyone knows how to show time in a dialog box??
  4. 1.- It is a mysql database stored in a webserver with cpanel (it's not my own server) 3.- I'd like to get the value of a variable 4.- If the incomming variable is true then it will execute a program.
  5. I'd like to connect to a database from internet in a domain is ther any way to do it with autit?
  6. I'd like to create a chronometer program but i do't now how to update a dialog and with control is the best for doing it, Any suggestions!!! Thnx
  7. I'm doing a program that will restart pc in safe mode with network, and i'd like to run a program vnc before system logon. I've done the restart program and now i need to elevate a program to system level so it's run before logon Someone can help
  8. I made this script that restarts in safe mode with network, any ideas to optimize it? I think it can be done better and how to be able to run on diferent windows languages, i'vet got spanish version Run(@WindowsDir & "\pchealth\helpctr\binaries\msconfig.exe") WinWait("Utilidad de configuración del sistema") ControlClick("Utilidad de configuración del sistema","", 1010) send("{ENTER}") winWaitActive("Configuración del sistema") ControlClick("Configuración del sistema","", 2) Run(@WindowsDir & "\pchealth\helpctr\binaries\msconfig.exe") WinWait("Utilidad de configuración del sistema") Send("^{TAB}") Send("^{TAB}") Send("^{TAB}") ControlClick("Utilidad de configuración del sistema","", 216) ControlClick("Utilidad de configuración del sistema","", 222) ;ControlClick("Utilidad de configuración del sistema","", 1) send("{ENTER}") winWaitActive("Configuración del sistema") ControlClick("Configuración del sistema","", 2)
  9. I'm trying to open the msconfig program, there i can config to restart in safe mode, but it is unable to open msconfig i've tried: run("msconfig.exe") run("%systemroot%/servipackfiles/msconfig.exe") any ideas?
  10. It will be allways in the same location, it is http aviable, and the name should not be changed only the cration day, thnks a lot
  11. I'm trying to make a script that will autoupdate a self-made program from internet. it should check the creation day an if it's newer download and install. Any ideas? Thnx
  12. Hi i'm trying to make a script that will restart the computer in safe mode with network. The only way i have found is editing boot.ini. Is there any other way to restart in save mode?
×
×
  • Create New...