Hello Experts,
I am looking for "custom" ideas on how to centrally monitor user logon/logoff activity. Found some software out there that can monitor these things, but nothing out there to ...
Hello,
I cannot for the life of me find a vbscript or batch file to delete folders older than a week. The script needs to check the date the folder was created and if the folder is older th...
Hi all,
I created a DLL in VB.NET and added it as a preference in Microsoft Access so that i can run the function in my .NET from Access but first, I getting the error " ActiveX component ca...
VB net 2008 and Office 2003 automation.
I have several independent Excel applications running and I need to bind to one of them.
GetObject(WbookPath).Application works fine.
However, whe...
I need a VBScript to execute the following:
copy \\servername\share\filename.ext "C:\Documents and Settings\All Users\Application Data\App-name"
No DOS -type command works.
Problem:
1. Loading excel data from excel file SOLVED
SOLVED: open the workbook, read from each sheet the data in the columns and insert the data into the Access database table.
2. Lo...
Hi,
I am sending a spreadsheet to a person and he may do modifications in the spreadsheet. But there are columns in the spreadsheet which he do not need to know about so I would like to hid...
pretty much what the title says..
i have created a nifty little autorun thing within a network drive. so when i click my 'U:\' drive for example a little test message pops on screen, court...
Hi all,
I am about to deploy a VPN client to our workstations that require remote access to our network.
I would like to have a little vbscript\hta\program that the helpdesk guys can run...
Hi there,
I am currently running a code which automatically updates 30 or sharts at once by adding 1 column to the beginning and end of the series. For example Chart 1 refers to columns A ...
I am working on a Dell Dimension 8400. The computer will not boot into OS. I ran the extended diagnostics and the hard drive showed errors. I took the hard drive and had it imaged onto a new d...
Hi,
I have a text file that has a structure like this
The first 3 numbers of each row are field tags and are followed by field values
There are variations in the number of fields per re...
Hi
I need help sending a keystroke from a shell script. My script telnets into a server's serial console. I have this part down. Then I need to send the keystroke combination "Esc+(" to red...
After attempting many different methods I would appreciate input. Why does the following not work. It does not appear to be touching the file at all.
<copy file="${makedir}\make.i" tofile...
I have a new Dell machine that I have configured and am ready to create an image from. I am unable to create the image because the drive is in AHCI mode. Will switching the mode to ATA or Lega...
Hi,
Im currently trying to automate an application which is using ajax methods to dynamically load data in a dropdown list. My issue is that qtp doesnt seem to be able to recognise the ajax o...
I'm trying to automate a File download dialog from a web site, using IE automation on VBA.
So far I've succeeded in getting the handle on the dialog window and the control (save button). Bu...
Hello,
I have to write an application in C# which will communicate with some devices using RFC1006 protocol over TCP/IP.
I want to know if a library exists to use this protocol.
Hi everybody,
I have two VBA questions, 1 for Outlook and 1 for Excel.
I'm trying to write a code that'll trigger Outlook to export data from a specific sender daily to Excel.
1) The ...
Hello everyone!
We need to create a Batch File to Copy the Stores to to one of our network storage servers every 7 Days
-Example-
sat.bat Run Every Saturday at 1AM
======
service dis...
How to modify the attached code to turn services on / off on another PC in a different domain? The 4 variables I think that need to be used are are servername, servicename, username, password...
I have succesfully coded C++ to set cells individually and set ranges with SafeArrays. I have no problem retrieving cell data from excel . Retrieving a range with SafeArray ha got me stumped. ...
I am trying access a shared network drive through JAVA. I am using Eclipse. Pycron for automation. I registered pycron as a service. If I am logged in to Windows XP, it works fine. When I cre...
I am trying access a shared network drive through JAVA. If I am logged in to Windows XP, it works fine. I am using Eclipse. When I create jar file and automate the process for the times that m...
Hi
I've got a program, which show me dialog box with a message and OK button to close it. I have to click on it nearly thousand times, which is impossible. Unfortunately this is very specific...