In Windows PowerShell, if you wanted to split a string like "XDA is great.Go to XDA" where the period is, you would use this command: "XDA is great.Go to XDA".Split('.') Another big difference is ...