NauticalGent
Ignore List Poster Boy
- Local time
- Today, 09:34
- Joined
- Apr 27, 2015
- Messages
- 6,762
Has anyone experienced a problem with the Shell function lately? The following code has worked for years until yesterday.
I am getting an error (I can't recall it from memory but can once I get back to work if need be).
RetVal = Shell("C:\WINDOWS\NOTEPAD.EXE", 1)
My IT dept does nightly updates to our workstations (Windows 7), I asked them about patch info but they have not gotten back to me yet. Figured I would shoot the moon and see if anyone else has experienced this.
I even tried some other programs like calculator and write to see if the problem was with notepad (which works just fine), but I get the same error.
Thanks for your time...
I am getting an error (I can't recall it from memory but can once I get back to work if need be).
RetVal = Shell("C:\WINDOWS\NOTEPAD.EXE", 1)
My IT dept does nightly updates to our workstations (Windows 7), I asked them about patch info but they have not gotten back to me yet. Figured I would shoot the moon and see if anyone else has experienced this.
I even tried some other programs like calculator and write to see if the problem was with notepad (which works just fine), but I get the same error.
Thanks for your time...