as14921115
-
Total Posts
:
3
- Scores: 0
-
Reward points
:
0
- Joined: 1/24/2012
-
Status: offline
|
Why would this jump to first if statement on a Windows 7 ?
Wednesday, February 01, 2012 6:07 AM
( permalink)
if oFSO.FolderExists("C:\Program Files\WinZip") = True OR oFSO.FolderExists("C:\Program Files (x86)\WinZip") = True Then if oFSO.FolderExists("C:\Documents and Settings") = True Then oFSO.CopyFile "Command Line Support Add-On.CHM","C:\Documents and Settings\All Users\Start Menu\Programs\WinZip\", True oFSO.CopyFile "WZCL32.DLL","C:\Program Files\WinZip\", True
|
|
|
|
59cobalt
-
Total Posts
:
981
- Scores: 91
-
Reward points
:
0
- Joined: 7/17/2011
-
Status: offline
|
Re:Why would this jump to first if statement on a Windows 7 ?
Wednesday, February 01, 2012 7:28 AM
( permalink)
Your first if-statement is right at the beginning of the code snippet, so why would it not "jump" there?
|
|
|
|