Results 1 to 5 of 5

Thread: Would it be possible to incorporate one program into another?

  1. #1
    SmileYaDead's Avatar
    Joined
    Feb 2012
    Posts
    3,611
    Userbars
    7
    Thanks
    835
    Thanked
    842/474
    DL/UL
    129/0
    Mentioned
    355 times
    Time Online
    89d 14h 56m
    Avg. Time Online
    30m

    Would it be possible to incorporate one program into another?

    I have this program that checks something for me manually, meaning I need to input text by hand and click "check". Would it be possible to automate it so it runs a list on it's own?

  2. #2
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,720
    Userbars
    166
    Thanks
    5,906
    Thanked
    33,076/6,608
    DL/UL
    23/36
    Mentioned
    3,867 times
    Time Online
    563d 4h 55m
    Avg. Time Online
    3h 13m
    Someone can make one similar, but if it's already compiled then we can't modify it without the original source.. unless we have some reverse engineers in the house??
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  3. #3

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    Depends on the program too , if its a console app you can use a dos pipe to load it inside your program. Remember the old programs that come with gzip.exe? They did this. Works best if the app takes command parameters for settings.

    Having the original code helps.

  4. #4
    SmileYaDead's Avatar
    Joined
    Feb 2012
    Posts
    3,611
    Userbars
    7
    Thanks
    835
    Thanked
    842/474
    DL/UL
    129/0
    Mentioned
    355 times
    Time Online
    89d 14h 56m
    Avg. Time Online
    30m
    Quote Originally Posted by Infamous Joe View Post
    Someone can make one similar, but if it's already compiled then we can't modify it without the original source.. unless we have some reverse engineers in the house??
    No source, that's why I was thinking of a program that uses that one inside of it.

    ---------- Post added at 04:19 PM ---------- Previous post was at 04:19 PM ----------

    Quote Originally Posted by raredaredevil View Post
    Depends on the program too , if its a console app you can use a dos pipe to load it inside your program. Remember the old programs that come with gzip.exe? They did this. Works best if the app takes command parameters for settings.

    Having the original code helps.
    It's the one it sent you yesterday, the checker *ssshhh*

  5. #5
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m
    You could use a macro recording program to automate repeated tasks.

Posting Permissions

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