Results 1 to 16 of 16

Thread: A auto start dll, ocx or sys file? [unresolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member TDQWERTY's Avatar
    Join Date
    Oct 2003
    Location
    Oporto & Leiria, Portugal / Luanda, Angola
    Posts
    972

    A auto start dll, ocx or sys file? [unresolved]

    Can that be made? i would like to create a dll, ocx or a sys file and when windows start it could be auto loaded without beeing called from rundll or with regedit keys, because any user can delete that key.

    That file is to keep me informed of all logins that exist after a windows start, and afer something like 10 seconds, the dll just needed to execute this:

    sub main()
    shell("cmd /c net user>>F:\users_files\logins.txt"),vbhide
    unload me
    end sub

    F: is a network drive already mapped in that computer.

    Any idea how to do this?
    Last edited by TDQWERTY; Nov 13th, 2004 at 06:15 PM.
    ::Winamp 5.xx id3v2 & modern skin support::
    ::NetCF DataGrid Programatically Scroll Example::
    Don't forget to rate posts from those who helped you solving your problem, clicking on and rating it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width