Can't connect to remote computer.
Wed, 7 May 2008 13:32:23 -0700
I have a script which executed through SMS that gets all workstations
connected to the server. I then need to connect to the server and pull log
files from the previous day. The following code is used to remotely connect
to the workstations. However, I get access denied because the account I need
to conn ...
|
devstudio automation DTE2 interface from WSH JScript?
Tue, 6 May 2008 14:55:00 -0700
Hi all:
I'm trying to write some WSH jscripts that interract with the DevStudio
automation model. I'm able to successfully connect and interract with the
DTE interface (new ActiveXObject("VisualStudio.DTE.8.0"), etc.) but haven't
found a way to get access to the newer DTE2 interface.
Any help would be g ...
|
How Can Execute this with WSH?
Tue, 6 May 2008 11:00:30 -0300
I have problemas with the blank between words RESPALDOS and NELSON.
Can someone help me please?
Thanks.
Set fso = CreateObject("Scripting.FileSystemObject")
set shell=createobject("Wscript.Shell")
cdirbkp="D:\CTM\*.*"
mes=month(date)
if month(date)<10 then
mes="0"&month(date)
end if
dia=day(date ...
|
Can't create shortcut whose name contains Unicode?
Tue, 6 May 2008 03:42:47 -0700 (PDT)
var oShellLink = WshShell.CreateShortcut( path+ "\\Some Asian
characters.lnk");
...
ShellLink.Save();
I created a simple wsf script using NotePad. I even saved it in UTF-8
encoding. But the code above fails because the scripting engine cannot
understand the Asian characters.
Error : ...
|
Can't create shortcut whose name contains Unicode?
Tue, 6 May 2008 03:40:59 -0700 (PDT)
var oShellLink = WshShell.CreateShortcut( path+ "\\Some Asian
characters.lnk");
...
ShellLink.Save();
I created a simple wsf script using NotePad. I even saved it in UTF-8
encoding. But the code above fails because the scripting engine cannot
understand the Asian characters.
Error : ...
|
Terminating processes owned by other users on a Terminal Server
Mon, 5 May 2008 15:12:00 -0700
So, I'm writing a script that compacts and repairs an Access database. The
first thing that it needs to do is find everyone running Access and force
them to quit.
I've got the script working for my own processes, but when it tries to
terminate processes started by other users on our Terminal Server, it ret ...
|
Re: Splash box acting funny with IE 7 installed
Fri, 2 May 2008 13:33:01 -0700 (PDT)
On May 2, 2:39 pm, "Bill Mosca, MS Access MVP" <billmo...@domain.com>
wrote:
> I forgot to add that this is using Win XP Pro.
>
> --
> Bill Mosca, MS Access MVPhttp://mvp.support.microsoft.com/profile/Bill.Moscahttp://tech.groups.yahoo.com/group/MS_Access_Professionalshttp://www.thatlldoit.com
>
> "Bill Mosca ...
|
|
|
Splash box acting funny with IE 7 installed
Fri, 2 May 2008 11:36:34 -0700
I wrote a script to include a splash box while a file is downloading off a
server within our LAN. The box is a few inches wide and tall. It worked fine
until I installed IE7. Now it fills the screen. Any error messages are
hidden behind it so the user has no clue as to why the splash box stays open
forever.
...
|
Monitor a directory for files older than 1hr
Fri, 2 May 2008 04:00:41 +0800
I need to monitor a folder that is the input for an automated system. If
the automation is hung we need to detect that files are not moving and send
an email. I am a super newbie to VB (just completed my intro course :))
Can anyone help point me in the right direction with some sample code?
Thank You
Cu ...
|
network application - deploy new icon to all computers on domain?
Wed, 30 Apr 2008 08:06:01 -0700
How would you create a login script to drop new icon of network installed
application? windows server 2003 \ XP sp2 pc's.
THANKS ...
|