monitor file access
+ Reply to Thread
Results 1 to 3 of 3

Thread: How?

  1. #1
    Join Date
    Mar 2009
    Posts
    4

    How?

    hey I just want to know how do I make a program that send a shortcut or file directly to the windows startup folder, so that the shortcut start automatic??? It needs to be something easy, What program can I use thanks...

  2. #2
    Join Date
    Apr 2009
    Posts
    7

    repLy

    hey, i dont understand very well what you exactly want.
    if you want the program to add to startup only a single file you should create at C++ a simple program that edits autoexec.bat which is located at c:\

    another way i think is to create this batch file like this
    Code:
    @echo off
    echo call myApp.exe << c:\autoexec.bat
    save this file as startup.bat or whtever u want and save it

    hope i waz told clear

  3. #3
    Join Date
    Apr 2009
    Posts
    3
    If you only want is to add a shortcut program to a start up. You can done it by using a VB6. Try to use the functions of the VB6.
    [url=http://www.videogamesbox.com/Categories/Wii.html]Video Games Alert[/url], [url=http://www.laptopcomputersonsale.com/Categories/Alienware.html]Computer Coupons[/url]

+ Reply to Thread

Posting Permissions

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