Results 1 to 16 of 16

Thread: Is there any program look like this?2729 days old

  1. #1
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Is there any program look like this?

    Is any software that can run DOS application in Windows XP Start up mode, but hidden appearance or instances? Just like u typing "msconfig" on "run" dialog, identifying program running event in windows.
    zapdingbat

  2. #2
    Registered User tim's Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    509
    Threads
    34
    Local Date
    05-21-2013
    Local Time
    12:48 PM
    Err, not sure what your asking there.

    Do you want to run a BAT or CMD file (batch line commands) on windows startup and have the CMD window hidden?

    It that what you meant?
    Resident Tech. Head Geek and insane mainframe dinosaur.

  3. #3
    Welcome Back M.i.S. Nemesis's Avatar
    Join Date
    Sep 2001
    Location
    West Palm Beach, Florida, United States
    Posts
    1,557
    Threads
    227

    Awards Showcase

    Local Date
    05-21-2013
    Local Time
    07:48 AM
    Interested to know what kind of program you intend on running?

  4. #4
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Actually, i am a player of Ragnarok Online and seems it hard to level up in this game when u reach in level 65+ so instead of playing it on yourself i use other program to run my account w/out my intervention. Clever Huh! for it's true, am so lazy playing the game and beside i have my work on day, so busy.

    This file has two kind of version:

    1. Linux Version - since this program is open source, and it's first version is written over linux env.

    2. Windows - Because Ragnarok Online interface is built only for windows players.

    Here the link:

    http://openkore.sourceforge.net/downloads.php

    This program is a CMD file and all i need is a software that can hide program in inside instances/hide mode, also run in windows startup.

  5. #5
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Here's the screenshot

  6. #6
    sugar n spikes floppybootstomp's Avatar
    Join Date
    Aug 2001
    Location
    Greenwich
    Posts
    22,078
    Threads
    1382

    Awards Showcase

    Real Name
    Spiggy Topes
    Local Date
    05-21-2013
    Local Time
    12:48 PM
    What's the point in playing a game if it's running on auto?

    'Clever huh'
    Nope.

  7. #7
    Registered User tim's Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    509
    Threads
    34
    Local Date
    05-21-2013
    Local Time
    12:48 PM
    What you need is CMDOW from here: http://www.commandline.co.uk/cmdow/

    Download this program and put it in the ?:\Windows\System32 directory (? is your Windows system drive, usually C: ).

    Then create a BAT or CMD file that looks like this:

    CMDOW @ /HID
    "C:\Program Files\OpenKore\Start.exe"

    The first command will hide the current window. Amend the second line to point to the correct location of your program.
    Add a shortcut to this BAT or CMD file into the Startup group to get it to run every time you logon.

    Hope that's what you wanted.

  8. #8
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    OHHH GOD

    The point is point that i'm tired of playing the game since i was working on a day. Did u get my point? Truth am clever LOL.....

    Btw, a very thank to Mr Tim and i highly appreciate his effort of helping me.

  9. #9
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Help Again Mr. Tim, how could i run the .bat files? Because what i did is this

    1. in REGEDIT
    2. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
    3. I added "New String Value", i name it Openkore
    4. Modify and i this"OpenKore.bat -quite"
    5. In OpenKore.bat code:

    in cmd i type this
    copy con OpenKore.bat
    echo off
    cmdow /RUN /HID D:\OpenKore\Xkore.exe
    Press F6

    Does what i did has a mistake?

  10. #10
    Registered User tim's Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    509
    Threads
    34
    Local Date
    05-21-2013
    Local Time
    12:48 PM

    thumb up

    Looks OK. Just a few points to note:

    1) Save the BAT file somewhere where it can be found thru the PATH environment variable.
    Just put it in the root of the system drive to be sure.

    2) I don't think the "-quite" (or "-quiet") parameter does anything.

  11. #11
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Another help guys!

    Same thing i ask, but another environment. I am trying to use this program, seems i get an error while in compilation process. Even i have the latest version of Perl Languaga(CPAN), the error tells " Unable to compile XSTOOLS.so Please report this error at the forums", the question is there any library or modules need to be download? where?. However, i use to compile this source code in CYGWIN a UMSDOS Linux in Windows XP.

    The link of the code and the Manual: (Scroll Down)
    http://openkore.sourceforge.net/docs.php#linux

    If there any help, if u please.... i got a small favor. Can u compile this package and emaill it for me, thx

    the email is: emaildll@yahoo.com

  12. #12
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Another help guys!

    Same thing i ask, but another environment. I am trying to use this program, seems i get an error while in compilation process. Even i have the latest version of Perl Languaga(CPAN), still error occurs telling me " Unable to compile XSTOOLS.so Please report this error at the forums", the question is there any library or modules need to be download before i compile the packages? where?. However, i use to compile this source code in CYGWIN a UMSDOS Linux in Windows XP.

    The link of the code and the Manual: (Scroll Down)
    http://openkore.sourceforge.net/docs.php#linux

    If there any help, if u please.... i got a small favor. Can u compile this package and emaill it for me, thx

    the email is: emaildll@yahoo.com

  13. #13
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Screenshot

    The screenshots

  14. #14
    Having an Absolute Hoot! Cool Canuck's Avatar
    Join Date
    Feb 2002
    Location
    Winnipeg, Manitoba
    Posts
    1,526
    Threads
    80

    Awards Showcase

    Local Date
    05-21-2013
    Local Time
    05:48 AM
    ???? I don't get it. Why are asking someone to compile this for you when you can download a compiled version for win32????
    http://openkore.sourceforge.net/downloads.php
    Spring has sprung. If I'm not here, I'm gone golfing, camping, golfing, fishing, etc. Disregard; I'm back.....Again!

  15. #15
    Registered User Protocol's Avatar
    Join Date
    Mar 2005
    Location
    Philippines
    Posts
    140
    Threads
    79
    Local Date
    05-21-2013
    Local Time
    04:48 AM

    Scroll Up and Download

    Download the bitmap file and read the highlighten word in yellow..

  16. #16
    Having an Absolute Hoot! Cool Canuck's Avatar
    Join Date
    Feb 2002
    Location
    Winnipeg, Manitoba
    Posts
    1,526
    Threads
    80

    Awards Showcase

    Local Date
    05-21-2013
    Local Time
    05:48 AM
    * Cool Canuck Scratches head, leaves, dazed and confused.

Bookmarks

Posting Permissions

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