Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2001
    Location
    San Mateo
    Posts
    3

    Grin DOS boxes Hidden

    Hi, i'm currently using Visual Patch to update my product. However, i need to use certain DOS command lines to add and remove some drivers. I was wondering if it is possible to hide the DOS boxs as the command executes. Right now, a box opens up with the Command name in the title, no matter what setting i choose for the operatior, Normal, Max, mini. Any help or clues would be greatly appreciated.

    Poe

  2. #2
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: DOS boxes Hidden

    What commands are you using?
    --[[ Indigo Rose Software Developer ]]

  3. #3
    Join Date
    Oct 2001
    Location
    San Mateo
    Posts
    3

    Re: DOS boxes Hidden

    The command i call is SNETCFG. It is sample code from microsoft used to install a Driver or service.

    Poe

  4. #4
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: DOS boxes Hidden

    If I remember correctly, that sample code is set up to run as a console app. Since it's just example source, you should be able to build your own executible to do it silently.

    Is the driver you're trying to install one that you've developed? When I used to develop NT drivers, we just installed them with a .reg file to set the appropriate registry commands (calling regedit from a batch file with a command line arqument to suppress the "are you sure" prompt).
    --[[ Indigo Rose Software Developer ]]

  5. #5
    Join Date
    Oct 2001
    Location
    San Mateo
    Posts
    3

    Re: DOS boxes Hidden

    Well, that may be true. Its a little late for us to rewrite the command.

    ummm, so does that mean it can't hide console apps? If it can't, it probably should as other competing products have this functionality.

    It would be great if we could just edit an ini file and reg keys, but our driver, with out going into details will not install that way...

    Poekai

Posting Permissions

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