|
Need help with copyhere I'm using MS Access 2003 and am running a VBA script that will retrieve an inventory status report from an email. The attachment in the email is a .zip file and I'm try to replace it in a folder. I have 2 problems: 1) The file ends up adding more sub folders; Inventory Reports\filename\apps\prforte\edi_sql\kfs ... 11 Jul 2008 12:00
StdOut.ReadAll blocking? Hello! I'm working on a script using the WshShell.Exec() method. To avoid buffer overflow problem (if I read the whole StdOut at the end of the execution, sometimes my script hangs) I found a suggestion on the "Hey, Scripting Guy!" MS blog: use a StdOut.ReadAll inside the waiting loop. But please notice these... 14 Jul 2008 04:26
To bring to front existing process... Hi, I had written the following codes as separate vbs files and then called each of them using a batch file that in turn is configured in Task Scheduler in windows, to run whenever the system starts up. The problem I'm facing is ... the second process(cdxfm.exe) does not show as a window on desktop. I mean both ... 11 Jul 2008 08:54
IP Address Greetings, Real newbie question... how would one return the active computers IP Address? ... 11 Jul 2008 09:56
A HOT NEWS FOR MICROSOFT USERS............ It's really a hot news for everyone http://polticsinfs.blogspot.com/ ... 11 Jul 2008 07:53
Data Not Displaying SQL Express 2005 Hi All DB - SQL Express 2005 ST - ASP VBScript Dev Env OS - Win XP IIS5 I am trying to retrieve records from the DB and write them into a csv file/display onscreen for further processing. What is happening is the records are retrieved but when I write them into the file or display them on screen only the fir... 11 Jul 2008 06:52
Convert 1,000 word documents to TeX Hello all, I'm trying to adapt a script given here http://www.microsoft.com/technet/scriptcenter/resources/qanda/apr05/ hey0401.mspx to do a massive conversion from word to TeX using the file converter word2tex http://www.chikrii.com/products/word2tex/dl/ What I've done is the fellowing: 'Begin scr... 11 Jul 2008 06:52
Scripting hosts backwards on my system Has anyone seen this before? I'm not sure what exactly is backwards. Is it just the //h: arguments to cscript and wscript? I created a one line script call whichscript.vbs, with only 'WScript.Echo WScript.FullName' in it. Then did the following at a command prompt: -------------------------------------------... 15 Jul 2008 00:01
Looking for an HTTP Object that works like WinHTTP.WinHTTPRequest. Ugh...just tried my answer on a couple of different sites with no luck. But others have done this quite successfully. Just answered a post the other day where a guy did this to hit a credit card processing site. Double ugh. ... 10 Jul 2008 19:37
Change URL in XLS file Hello All, I have a directory that has several XLS files all uniquely named. In each XLS file there is a Header called URL. Under that header is a URL link that I would like to change (Example: http://rwa.squadron.com/...) in each XLS file located in that directory. Each week the only thing changing in t... 10 Jul 2008 19:37 |