Results 1 to 22 of 22

Thread: [Resolved]Help

Hybrid View

  1. #1
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Help

    Code:
    System.Diagnostics.Process.Start("shutdown", "-r -t 05");//To reboot
    Code:
    System.Diagnostics.Process.Start("shutdown", "-s -t 05");//To Shutdown
    Code:
                for (int i = 0; i < numberOfFolders; i++)
                {
                    System.IO.Directory.CreateDirectory(Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) + i.ToString());
                }
    Last edited by ComputerJy; Oct 1st, 2006 at 05:07 PM. Reason: Converting VB to C#
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

Posting Permissions

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



Click Here to Expand Forum to Full Width