Hi,
I have a package which sends email with attachment to the people who are on the same domain as well to the others who are using different domain.
It used to work fine, but from last 3 days onwards mails are not going and I found that mails are waiting at "C:\Inetpub\mailroot\Queue" and are...
I had the similar situation, what I was doing before copying the files to destination I'm checking the filesize and last modified if it changes then replace else do nothing.
I don't know how much this will help you, but give a try.
Function Main()
script3
Main =...
John,
Thanks for your response.
I have commands like this
--------------------------------------------
lcd "C:\program files\GnuWin32\bin"
gzip -d
"C:\Temp\Staging\20070628.csv.gz" "C:\Temp\Staging\"
bye
--------------------------------------------
So how can I merge these commands with the...
Hi,
Basically I have a file like abc.csv.gz, can anybody post the vbscript code to decompress this file and save it to the same directory.
My OS Windows XP Pro.
I appreciate your response.
Thanks,
Gragi
Mark,
Here is my issue, I am working on one domain and I need to send mails to different domain email addresses.
When I sent from my local box(WinXP), it went fine to same domain mail address, and got email from system administrator saying "couldn't deliver" to other domain mail addresses...
Hi,
I am using Frontpage 2002. Inserting 'Office Chart' from Web components and linking to SQL Server Database.
Here my problem is whenever I refresh being in Frontpage or Internet Explorer it is asking for the SQL Server Database Username and Password.
How can I avoid to ask for username and...
Hello,
I have a table in SQL Server like
Col A - Col B
Software - Microsoft Office
Software - Dreamweaver
Software - SQL Server 2005
Hardware - Laptops
Hardware - Monitors
Hardware - USBKeys
So here I'm writing some SQLs in ASP code to get these 'Col A' and 'Col B' into 2 different...
Hello,
I have developed an intranet website in Windows 2000 OS using Frontpage 2000.
In my website, the pages display charts for different statistics. I used web componenets - charts option in Frontpage to create different types of charts. And eveything is working fine.
Recently I have given...
goto section expert
in whatever the section you have subreports
write the following formulas on supress(x+2)
PageNumber = TotalPageCount
give a try, this works for me.
Gragi
Hi,
Need solution faster.
My OS Windows 2000
Visual Studio 6
Data Base SQL Server 2000.
I have some ASP pages in Visual Interdev project, and they used to work fine, but recently it started like after I run the ASP page 2nd time it's giving me the following error and closing on it's own...
ksbigfoot,
Thank for the code, I have tried this.
First of all this is running behind I mean it is running but not visible,
then I was not able to kill this process even after closing all the windows also, unless I reboot my system I was not able to terminate this process.
I don't think it's...
I tried with the other parameters too, still the same. The message window doesn't bother me much I'm just concerned about the client.
ksbigfoot,
Even trying after changing the ShwWindow to TRUE it still the same, for instance if we think it's running but not showing up then it should be visible...
What Sheco says is seem correct to me to. Then I can go with the Wscript.shell code and is working for me too.
Set WshShell = Wscript.CreateObject ("Wscript.Shell")
WshShell.Run "http://servername/path/executablefile.exe", 1, false
The only issue I have is it's displaying OPEN/SAVE/Cancel...
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.