Client Management Suite

 View Only
  • 1.  Batch file help

    Posted Dec 28, 2010 06:13 AM

    Hello all,

    Is this possible via a batch file, and if so how?

    1. find a registry value.

    2. Add found value to syntax and then run it.

    SK.



  • 2.  RE: Batch file help

    Posted Dec 28, 2010 01:51 PM

    Why batch file?  type the following at the cmd line and see if this gives you what you need:

     

    reg /?

     

    Best I can suggest.  Probably a bit of a pain to use, but there it is.



  • 3.  RE: Batch file help

    Posted Jan 03, 2011 10:25 AM

    Do you have an example?  Why would you need to find a value that's already there and then "run" it?



  • 4.  RE: Batch file help

    Posted Jan 03, 2011 02:20 PM

    Find install directory of an application, add that value to a command syntax and then run the syntax.

    SK.