Search found 2 matches
- Mon Nov 14, 2005 4:54 pm
- Forum: Technical / Scripting
- Topic: Uninstall Issue
- Replies: 5
- Views: 8688
uninstall problem..
fyi.. i had the same issue when uninstalling.. some dll's got deleted that shouldn't have. wsh startup scripts no longer worked. i reinstalled demo and it worked again. it did prompt during uninstall but said those dlls weren't used..
- Sat Oct 15, 2005 6:42 pm
- Forum: Technical / Scripting
- Topic: Passing variable to vbscripts
- Replies: 1
- Views: 3599
Passing variable to vbscripts
Just getting starting and have a basic question - how can I pass a variable to a vbscript? In this case, I'm reading a file into a variable and then want to send the contents using Lotus notes. This syntax gives me an invalid character error in the Vbscript where I reference %msg%. If I put %msg% in...