Hi all
I need to change a vbs script so it first search for a line and change it. But I also need to make a check to see if the line exist else it has to create it. In other words, the script has to check if the line names is in the file and change it and if the line doesn't exist it has to...
Hi
I'm nearly there. I just need that the destination has "" at the argument.
The code
Set objShtCut = objShell.CreateShortcut(strDesktopPath & "\ Lotus Notes.lnk")
objShtCut.TargetPath = "c:\Notes\notes.exe"
objShtCut.Arguments = objShtCut.Arguments &...
Hi
I need to create shortcuts that is pointing on a speciel .ini file, but I can't create it with the right destination. The destination should be:
c:\notes\notes.exe "=c:\documents and settings\jek\application data\notes\notes.ini"
Instead it creates this destination that doesn't...
Hi
As far as I know there isn't any way to set the password to expire at first logon. I normally gives the ID-file a very difficult and annoying password like LoTuSnOtUs. That way the users whats to change it.
Regards
Jens
Hi all
I need to make a script that can search for a substring in a text-file (notes.ini file) and replace it with another string. The string must not be case sensitive. I have found this script here that works, but its case sensitive.
Dim struser, notesini
Set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.