-- Viral software licensing is not freedom, it is in fact GNU/Socialism.
Re:lemme get this straight...
by
AKAImBatman
·
· Score: 2, Informative
Ohhhh, I get it, built in P2P folders for "Pictures" , "Videos" and "Music". Now it all makes sense.
Hey, don't laugh! Back in the days of Windows 95, some enterprising individuals figured out how to share files over the Internet using SMB folder sharing. I forget how it worked (probably a publicly available workgroup controller), but you would be able to see other Internet users under "Network Neighborhood". It was tons of fun browsing people's computers to see what they had available. Some people even sent quick messages to each other using shared line printers.
The practice pretty much died after all the SMB security hazards started popping up, and paved the way for the script kiddies of today.
> If you let your VMS OS and application licenses lapse
I call bullshit. You could get (usually free) time limited evaluation licenses, but if you purchased a regular license there was no termination date on it. Hence it didn't "lapse".
You could check this by looking at the license with the LICENSE utility ($ LIC LIST/FULL <license name>). Look for the line with "termination date", like this:
PAK Termination Date: (none)
That's not to say that proprietary software and restrictive licenses don't suck big hairy toads.
-- And remember kids: Never trust a computer you can actually lift.
Re:More often than that
by
aetherspoon
·
· Score: 4, Informative
You'd be wrong then.
Windows 3.1 didn't have a default "My Documents" folder type of thing. Windows 95, c:\My Documents; No real home directory other than that. Windows 98, c:\My Documents; No real home directory other than that. Windows ME, c:\My Documents; No real home directory other than that. Windows NT 4, c:\winnt\profiles\username\My Documents if I remember right, not sure. Home directory would be one level above. Windows 2000, c:\documents and settings\username\My Documents. Home directory would be one level above. Windows XP, c:\documents and settings\username\My Documents. Home directory would be one level above.
Now, how long as OSX been out? Since 2001 was it? Wouldn't that mean it isn't as old as Windows 2000? Gee, that'd make it where as long as OSX has been out, the My Docs directory under Windows has been the same, shouldn't it?
Look, if you are going to troll Windows subjects, at least get it right...
YMMV depending on how many directories / files start with the same characters - sometimes it's quicker to type in a few characters before hitting the tab key. Other shells offer more advanced completion.
Re:Who wanna bet...
by
cpeterso
·
· Score: 2, Informative
On Mac OS special folders could be named anything and be anywhere (futeure-proofing and localisation-safe). Applications just tell the OS that something needs to go into whichever special folder it needs to go in. So it's not impossible to create an elegant solution, just not possible for Microsoft to do it.
Windows can do this, too. Applications are supposed to use the SHGetSpecialFolderpath() API to get the localization-friendly, drive-letter-independent path to special folders like "My Documents". Of course, many apps don't bother. Plus Microsoft can't implement this correctly, so you can only call SHGetSpecialFolderpath() if IE4 or greater is installed, BUT if you are running on Windows 2000, SHGetSpecialFolderpath() is superceded by the the SHGetFolderPath() API.
This is going to break a lot of batch scripts...
by
doobydoobydoo
·
· Score: 2, Informative
... isn't it?
Sure, programs can call SHGetFolderPath() to find out the path to the user's document folder, but batch files will typically have hard coded paths, no? I know a lot of ours do, so they'll all need updating. Even if they use environment variables, they'll probably have things like:
http://www.theinquirer.net/?article=23601 The inquirer had an article about this a couple of days ago.
Viral software licensing is not freedom, it is in fact GNU/Socialism.
Ohhhh, I get it, built in P2P folders for "Pictures" , "Videos" and "Music". Now it all makes sense.
Hey, don't laugh! Back in the days of Windows 95, some enterprising individuals figured out how to share files over the Internet using SMB folder sharing. I forget how it worked (probably a publicly available workgroup controller), but you would be able to see other Internet users under "Network Neighborhood". It was tons of fun browsing people's computers to see what they had available. Some people even sent quick messages to each other using shared line printers.
The practice pretty much died after all the SMB security hazards started popping up, and paved the way for the script kiddies of today.
Javascript + Nintendo DSi = DSiCade
Use the A html tag.
Or you can right-click on them and select 'Rename'. Alternatively, you can highlight it and press F2, also allowing you to rename it.
"With sufficient thrust, pigs fly just fine." -- RFC 1925
I call bullshit. You could get (usually free) time limited evaluation licenses, but if you purchased a regular license there was no termination date on it. Hence it didn't "lapse".
You could check this by looking at the license with the LICENSE utility ($ LIC LIST/FULL <license name>). Look for the line with "termination date", like this:
PAK Termination Date: (none)
That's not to say that proprietary software and restrictive licenses don't suck big hairy toads.
And remember kids: Never trust a computer you can actually lift.
You'd be wrong then.
Windows 3.1 didn't have a default "My Documents" folder type of thing.
Windows 95, c:\My Documents; No real home directory other than that.
Windows 98, c:\My Documents; No real home directory other than that.
Windows ME, c:\My Documents; No real home directory other than that.
Windows NT 4, c:\winnt\profiles\username\My Documents if I remember right, not sure. Home directory would be one level above.
Windows 2000, c:\documents and settings\username\My Documents. Home directory would be one level above.
Windows XP, c:\documents and settings\username\My Documents. Home directory would be one level above.
Now, how long as OSX been out? Since 2001 was it? Wouldn't that mean it isn't as old as Windows 2000? Gee, that'd make it where as long as OSX has been out, the My Docs directory under Windows has been the same, shouldn't it?
Look, if you are going to troll Windows subjects, at least get it right...
--- Ãther SPOON!
Tab completion e.g. c:\d [tab] \u [tab] \m [tab] \m [tab] \b [tab]
YMMV depending on how many directories / files start with the same characters - sometimes it's quicker to type in a few characters before hitting the tab key. Other shells offer more advanced completion.
On Mac OS special folders could be named anything and be anywhere (futeure-proofing and localisation-safe). Applications just tell the OS that something needs to go into whichever special folder it needs to go in. So it's not impossible to create an elegant solution, just not possible for Microsoft to do it.
Windows can do this, too. Applications are supposed to use the SHGetSpecialFolderpath() API to get the localization-friendly, drive-letter-independent path to special folders like "My Documents". Of course, many apps don't bother. Plus Microsoft can't implement this correctly, so you can only call SHGetSpecialFolderpath() if IE4 or greater is installed, BUT if you are running on Windows 2000, SHGetSpecialFolderpath() is superceded by the the SHGetFolderPath() API.
cpeterso
... isn't it? Sure, programs can call SHGetFolderPath() to find out the path to the user's document folder, but batch files will typically have hard coded paths, no? I know a lot of ours do, so they'll all need updating. Even if they use environment variables, they'll probably have things like:
/S /Y /C "%USERPROFILE%\My Documents\*.*" z:\backupfolder
xcopy