First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
kill process
Hi, With VBS, how can i kill a process which I own and with a name contains a fixed string like 'blabla' Thanks in advance ... 10 Jan 2010 17:27
Another comment from the other side of the time warp
Pegasus [MVP] wrote: I suggest you ask in a Win9x newsgroup how to defrag a disk with a console command. Back in the win98 era, many of those who wanted to keep their PC systems operating efficiently would purchase a copy of the "Norton Utilities" (back then Peter Norton actually had a hand in writing the... 6 Jan 2010 13:11
Code-Completition
Hello, Is there an IDE which hast something like code-completition? eg. If I type Set objShell = CreateObject("Shell.Application") and then: objShell. (point) then all the possible values/methods,props, etc. will be schown? Does anybody knows such an IDE? The VB Express 2k8 doesn't work with VB Scri... 12 Jan 2010 12:58
Advanced use of elevation
Hello, I would like to call a batchfile within the elevate.cmd/vbs scripts found at [1]. But I have a problem within that combination of cmd/vbs script(s) I'm in a path like: "C:\Program Files\Best Prog" and have there a batchfile "mybatch.bat". I also have somewhere in the searchpath a batchfile svctest.ba... 6 Jan 2010 12:01
CDO.Message authentication??
I'm trying to send an email message to outside of my domain recipients. I get a relay not allowed message. I need to authenticate. Can this be done with this code? FYI, emails are sent fine if sent within mycompany.com domain Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetF... 6 Jan 2010 13:11
Domain Logonserver
Hi, how can i read the logondomainserver from the computer, not the user? ... 6 Jan 2010 09:51
write line to ftp.exe shell ??
Hello, Right now I am doing something like this to FTP get some files. Set objShell = CreateObject("WScript.Shell") objShell.Run "c:\windows\system32\ftp.exe -s:getfilest.txt", , True Set objShell = Nothing and the getfiles.txt file looks like this: open 10.10.100.1 user psw lcd c:\myfiles cd /my/linux/... 6 Jan 2010 09:51
Launching defrag from script
I want make volume defragging task a bit more handy, with vbscript or batch file (one volume, windows 98). To make the defrag work correctly, I firstly need set up a Clean boot configuration with MSCONFIG (select "Selective startup" and uncheck all boxes), then restart PC in Safe mode, and then run defrag comm... 6 Jan 2010 13:11
Passing Arguments
Hi there I need help passing extra arguments to one of the function in my script. The code below is one of the functionality of the script and it creates Log Folder function CreateNewLogSubDir(){ var strSubdirName=''; strSubdirName=WScript.Arguments.Named.Item('New'); if('string'!=typeof(strSubdirName)||0... 6 Jan 2010 09:51
multiline email body test with vbscript ?/
Is it possible to make multiline text in an email message using VB Script? Here is what I am doing now... Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(strFolder) Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Files being emailed" objMessage.Fr... 6 Jan 2010 09:51
First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59