Run as administrator myapp.exe
How to Run as administrator myapp.exe Myapp exe Is in c:/mydir/ If Is possibile via .Bat. Tks
View ArticleNeed to extract information from pdf fields from large document
I have a 320 page document. Each page has one fillable field on it that I need to extract the data from and input into an Excel sheet. My initial stab shows me the field name, but not the content of...
View ArticleContents of an arrayList persist through all attempts to dump. WHY?
For context, I'm running this code as a macro on an AS400 terminal. Offending line in red. Entire For Each loop runs through lines in a .txt file and grabs each one parsing it out into the vars seen...
View ArticleRandom Photo to Drive Letter
I'm very new to programming, I appreciate some help with a command script I have: Code: echo off setlocal enabledelayedexpansion set folder="c:/photos" set count=1 set x=1 for /r "%folder%" %%a in...
View ArticleFor Each + JSON2 = Object doesn't support this property or method
Dear community, I'm looking for solution or help with the problem. The problem is that "For Each" fail with error "0x800a01b6 Object doesn't support this property or method". JSON - is json2 javascript...
View ArticleFile download
I have used the following code for several years and never had an issue down loading .docx file from our web site to the user. Code: Dim fi As New IO.FileInfo(FileName)...
View Article[RESOLVED] File download
I have used the following code for several years and never had an issue down loading .docx file from our web site to the user. Code: Dim fi As New IO.FileInfo(FileName)...
View ArticleQuestion about array type parameters in VBScript
Using the MSScriptControl in VB6 as the host, I noticed some interesting things about passing parameters to a VBScript function. My The code on the host side is: Code: Private Sub Command1_Click()...
View Article