joe_gan
01-09-2002, 11:30 AM
Hi,
I am wondering why my PC at the office is case sensative while the one at home is not?
PC Spec.
Office: Windows98
Home: Windows95B
Both : WSH5.6
Sample code.
If "Readme.txt" = "Readme.TXT" Then
wscript.echo "Identical"
Else
wscript.echo "Difference"
End If
==============
Output:
Office one : "Difference"
Home one : "Identical"
What has happen to my office PC???
I am wondering why my PC at the office is case sensative while the one at home is not?
PC Spec.
Office: Windows98
Home: Windows95B
Both : WSH5.6
Sample code.
If "Readme.txt" = "Readme.TXT" Then
wscript.echo "Identical"
Else
wscript.echo "Difference"
End If
==============
Output:
Office one : "Difference"
Home one : "Identical"
What has happen to my office PC???