perform reboot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?R2lkaQ==?=

    perform reboot

    Hi,

    how can i preform reboot to my machine from my win application?

    Thanks,
    Gidi.
  • zacks@construction-imaging.com

    #2
    Re: perform reboot

    On Jul 31, 7:43 am, Gidi <shna...@hotmai l.com.dontspamw rote:
    Hi,
    >
    how can i preform reboot to my machine from my win application?
    >
    Thanks,
    Gidi.
    I do ti by running a "shutdown /r" command in a Process.

    Comment

    • =?Utf-8?B?R2lkaQ==?=

      #3
      Re: perform reboot

      Thanks,

      I know this command, but it's not working for Win2K, i'm looking for
      something generic.



      "zacks@construc tion-imaging.com" wrote:
      On Jul 31, 7:43 am, Gidi <shna...@hotmai l.com.dontspamw rote:
      Hi,

      how can i preform reboot to my machine from my win application?

      Thanks,
      Gidi.
      >
      I do ti by running a "shutdown /r" command in a Process.
      >

      Comment

      • Larry Smith

        #4
        Re: perform reboot

        how can i preform reboot to my machine from my win application?




        Comment

        • Ignacio Machin ( .NET/ C# MVP )

          #5
          Re: perform reboot

          On Jul 31, 7:43 am, Gidi <shna...@hotmai l.com.dontspamw rote:
          Hi,
          >
          how can i preform reboot to my machine from my win application?
          >
          Thanks,
          Gidi.
          always look into the archives before asking:

          Comment

          • =?Utf-8?B?R2lkaQ==?=

            #6
            Re: perform reboot

            Hi,

            thanks, I tried that, and it doesn't work for Win 2K...

            "Larry Smith" wrote:
            how can i preform reboot to my machine from my win application?
            >

            >
            >
            >

            Comment

            • Larry Smith

              #7
              Re: perform reboot

              Hi,
              >
              thanks, I tried that, and it doesn't work for Win 2K...
              I no longer have Win2K installed. How could it not work however. These are
              the official functions from the WinAPI itself and most are documented to
              include Win2K. All other platforms including .NET itself will rely on these
              in theory.


              Comment

              • =?Utf-8?B?R2lkaQ==?=

                #8
                Re: perform reboot

                Thanks,

                that works!

                "Ignacio Machin ( .NET/ C# MVP )" wrote:
                On Jul 31, 7:43 am, Gidi <shna...@hotmai l.com.dontspamw rote:
                Hi,

                how can i preform reboot to my machine from my win application?

                Thanks,
                Gidi.
                >
                always look into the archives before asking:

                >

                Comment

                Working...