similar to: How to work with a file through the VBScript?

Displaying 20 results from an estimated 2000 matches similar to: "How to work with a file through the VBScript?"

2008 Oct 02
1
setting of a shortcut to start applications
In order to start an application (e.g. Word), I have to type the following command line (which is very long) : wine .wine/drive_c/Program\ Files/Microsoft\ Office/OFFICE11/WINWORD.EXE How to proceed if I want to change my system (Debian Etch) so that I only need to type a short command line like : wine WINWORD.EXE [Question] Many thanks in advance :D
2011 Sep 29
2
Re: MS-Office 2003 crashes when loading documents
Well I hate to say it, but I'm back again with new problems in WinWord. I haven't touched the setup since August when everything was working ok, however I have been doing package updates, which included updates to wine1.3. Today when I tried to open up winword, I get the following pasted below)... I tried uninstalling and reinstalling Office2003 (typical install), and I confirmed in
2008 Aug 20
2
How display window of application (is started through COM)
In my Lotus Notes application I'm using a piece of code which works with MS Word an shows some generated document at the end. It works well on the Windows platform but doesn't show the document at the Wine even if I can find the Word between running processes. I suppose that the problem is to grab the Word by some Xwindow or so on. Any idea?
2003 Apr 24
0
Registry kludge needed
I've been using wine for several years to run the Lotus Notes client at work and found how to get Notes to launch mozilla and openoffice. So now I can open M$ format files (well, most of them) without having to resort to using windows terminal server or a windows based pc. However, I'm having a problem with acroread 5.0. I can get it to launch, but it claims it can find the file or
2002 Apr 16
0
Office 97 problems
Hey folks, I have some problems with Office 97. Environment : SuSE Linux 7.3, wine-cvs-unstripped-041502 patched, with fake_windows directory (created by codeweavers wine). Lotus Notes (5.07) works very fine, i've also installed Office 97 successfully. But there are still some problems. Winword : Opening of files works perfectly, but it can not save any documents (Error message : Medium full
2015 Jun 29
0
Support for transparency in metafile export & support for export to Powerpoint
Dear all, For vector-based output, PDF export of R graphs works well, but unfortunately Office on Windows provide poor support for PDF and importing & exporting to other formats using Inkscape can be buggy. Enhanced metafile export in turn does not support transparency (also not in package devEMF - are there any plans to support this perhaps in the future?). And rasterising graphs to a PNG I
2013 Jan 29
2
converting XML document to table or dataframe
I am a relatively new user to R, and I am trying to learn more about converting data in an XML document into "2-dimensional format" such as a table or array. I might eventually wish to export this data into a relational database such as SQL, and/or to work with this data within the R package. My sample XML document is located at "
2007 Mar 19
1
Trying to install MS Front Page
I'm a very new convert to Linux and have just installed Ubuntu 6.1/ Gnome. Because I need to run a couple of Windows apps, I also installed Wine and IE. Using winefile, I tried to install Front Page, but although everything looked as if it was going OK, it failed at the point where it was attempting to write Registry Values. The following screen opened on my desktop, which seems to be a log of
2010 Dec 16
1
{ActiveX}{VBscript}{scarddlg.dll}Fail to open html pages with VBscript and ActiveX using wine builtin IE
Dear All, I have some problem using my online bank (IE only) with wine builtin IE. Here is the link: https://mybank.icbc.com.cn/icbc/enperbank/index.jsp This page runs well in wine Microsoft IE, follow these steps: *ENV*: wine1.3.9 from wine ppa winetricks_r2045 Ubuntu 10.10 x86_64 1. download winetricks_r2045 from http://winezeug.googlecode.com/svn-history/r2045/trunk/winetricks ( Thanks
2009 Jan 25
3
VBA in MSOffice?
Folks I have a macro that fails in Word, are there any work-arounds, alternate dlls etc that can be suggested to get it going? Is there any forum dedicated to getting these going? I've installed MSOffice like so: cd "/media/Office 2003 Pro/OFFICE";\ # Set your preferences WINEPREFIX=~/.MSOffice winecfg;\ # Click through the dialogues WINEPREFIX=~/.MSOffice winetricks wsh56 vb3run
2008 Dec 18
1
vbscript in wine
Hi there, I'm having an issue with vbscript in wine. It relates to a problem with the cardbox database client which you can see here: http://www.cardbox.com/wine.htm I get the Cardbox error message and pressing OK will return me to the Cardbox window, indicating vbscript is not installed. First I just ran the installer which I found here:
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi, I need to generate some figure using the Arial font as a requirement for PLoS. Following their guidelines, I have converted the windows font files arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I try to generate a postcript file, the postcript device does not recognize the .afm files. The code I use to test the new font is the following:
2010 Mar 08
0
wine, ie7, vbscript and java
There are some idiots who created some web pages which only support IE, vbscript ( together with java applets ). These are not my programs, and I can't take a gun to him to get him to make any changes. Has any one managed to get wine to run IE, and together, have gotten java applet (jre) and vbscript working in it ? Regards.
2011 Aug 11
0
Re: How to run VBscript using wine?
Vbscripts do not run on Linux, though some bright spark has written a clone language that looks and feels like VBScript.
2009 Aug 20
1
samba vbscript login script blocked by windows
What is your vbs script suppose to do. Personally, i'M using kixtart scripting -----Original Message----- From: Christopher Perry <cperry at hmdc.harvard.edu> Sent: Thursday, 20 August 2009 5:50 PM To: samba at lists.samba.org Subject: [Samba] samba vbscript login script blocked by windows Hi, anyone else using a vbs script for a login script and getting it blocked by windows? more
2011 Jan 20
0
Help required with VBScript - Missing cdo.Message
Hi all, I have a vbscript which calls wscript.exe to send an email so it needs to know about cdo.message and cdo.configuration activex objects. Can someone tell me how to install these activex objects so that wscript will find them? Thanks for your help. System: Fedora 14 with wine version 1.3.10 with winetools installed.
2010 Sep 01
2
Running vbscript .vbs file in an EXE
Hi, I'm new to wine, and am having a bit of trouble. I'm trying to run an EXE installer, which starts fine, prompts me for a few questions, and creates a few directories, but at a certain point it tries to run a vbs file, which fails. The attempt to run the .vbs file causes this message to appear in an alert window: "There is no Windows program configured to open this type of
2002 Dec 05
1
Shell script for launching wineapps from a unix file manager
All, Did a little research and found this little trick that works well. First create this batch file and modify to your system. winword ------------------------------------ FNAME=`wine -- winepath -l "$1"` wine -- "/wine/c/Program Files/Microsoft Office/Office/WINWORD.exe" "$FNAME" ------------------------------------ chmod a+x winword and put it some where in the
2002 Dec 06
0
Betr: wine-users digest, Vol 1 #1353 - 2 msgs
>Message: 1 >Date: Thu, 5 Dec 2002 10:06:45 -0800 (PST) >From: Kevin DeKorte <kdekorte@yahoo.com> >Subject: Shell script for launching wineapps from a unix file manager >To: Wine Users <wine-users@winehq.com> > >All, > >Did a little research and found this little trick that >works well. > >First create this batch file and modify to your >system.
2012 Aug 24
0
Schema modification with auxiliary class vs builtin class and vbscript
Hello The situation is the following : I've successfully created an auxiliary class with an attribute by following this method : http://semifershome.free.fr/semifer/index.php?2008/02/12/42-etendre-le-schema-active-directory-classes-attributs-et-display-specifiers The auxiliary class is "allowedService" and the attribute is "allowedServiceAttribute". The