Run cmd as Administrator and type the following:
> netsh wlan set hostednetwork mode=allow ssid=HotspotName key=HotspotPass keyUsage=persistentHotspotName: The Hotspot SSID (Hotspot name)
HotspotPass: The Hotspot Password.
| require(tm) | |
| require(wordcloud ) | |
| require(descr) | |
| fileName <- "data.txt" | |
| conn <- file(fileName,open="r") | |
| names <-readLines(conn) | |
| List <- c() | |
| for (i in 1:length(names)){ | |
| #remove commas from the fullname |