similar to: Running vbscript .vbs file in an EXE

Displaying 20 results from an estimated 2000 matches similar to: "Running vbscript .vbs file in an EXE"

2010 Dec 15
2
How to run VBscript using wine?
Dear All, I want to run some vbscripts on Linux, but after searching and trying several days, I failed complete. Here is what I did: *ENV*: Ubuntu 10.10 x86_64 wine-1.3.9 (from wine ppa) *SCRIPT*:test.vbs MsgBox("HelloWorld!") *Method One*: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Two*: Step 1: winetricks wsh56vb
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
2012 Jan 07
1
VB Script yet another post
Hello All, I have a fresh install of CentOS6 and enabled the testing repos. Wine version 1.3.29 The Wine 1.2.3X version was failing vbs so i upped the Wine version, FYI. I can not get an .vbs installer to run after being unpacked in an install script. I have run the cscript and wscript test.vbs and always fails in different methods. Oddity ,when I try and manually register comctl32.dll it
2008 Jun 13
0
Anybody get ".wsf" WSH scripts to run?
I am a pretty new Wine user. I am hoping to be able to run some pretty large VBScript applications on it, to avoid porting them to Perl when we retire a Windows machine. All of our VBScript runs as children of a WSH ".wsf" file, for example as follows. I can get a simple ".vbs" file to run fine, but when I try to run the same file inside of a simple ".wsf" wrapper,
2012 May 04
0
Wine and VBS
Hello, Long ago I executed a VBS script with Wine. http://pereirjo.free.fr/dossiers/linux/puppy/wine_et_vbs.html I can not find the method. I used wine regsvr32 vbscript.dll (and other DLLs) to configure. Can you help me? Thank you[/url]
2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
All got an issue I have a VBS that should join machines to the domain but it's not working get access denied instantly anybody got any working scripts they would like to share with me. btw my script that doesn't work is below ' Join a Computer to a Domain Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED =
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
2007 Mar 19
1
error running a vb script in wine
Can anyone help me with this error? I get this error when I run my vb script in wine. The script creates a shortcut and works fine when I run it at a cmd prompt in Windows. I'm new to both vb script and wine. Z:\root\vb_shortcut>cscript mk_shortcut.vbs "temp" "Z:\root\vb_shortcut \test.txt " "." Microsoft (R) Windows Script Host Version 5.6 Copyright (C)
2013 Nov 09
2
Enumeratings shares on Samba (3/4) servers with vbs
Hi, Working on an login script here for my samba4 servers. I try to get an list of the shares on server with this vb code. Set shares = GetObject("WinNT://SERVER/LanmanServer") For Each s In shares WScript.Echo s.Name Next The code works fine against Windows 2003/2008 R2. But if SERVER is an Samba Server (tested 3.6.x/4.0.10) i get an group not found error. Other this like
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
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 20
0
Re: Redshark Error "Windows Scripting Host not installed&qu
Hey I tried to install WSH on my comp and got 6 errors in some files. This was the output: kirk at kirk-laptop:~$ sh winetricks wsh56 vcrun6 Executing /usr/bin/cabextract -d /home/kirk/.wine/dosdevices/c:/windows/system32 /home/kirk/.winetrickscache/scripten.exe Extracting cabinet: /home/kirk/.winetrickscache/scripten.exe extracting /home/kirk/.wine/dosdevices/c:/windows/system32/dispex.dll
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
2010 Sep 03
5
Shockwave problem in office 2007
Hi, i have big trouble with office 2007, powerpoint can't show flash objects this is the output of wineconsole: Code: rr:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000} could be created for context 0x3 err:ole:TLB_ReadTypeLib Loading of typelib
2009 Aug 09
1
Re: AADE Filter Design: "ActiveX component can't create obj
Alright you first need to either copy it from windows or download it from somewhere a filed called Msscript.ocx, then in your terminal type "regsvr32 msscript.ocx", then with wintricks vcrun2005 then winetricks wsh56 once its done it should allow you to enter the program without that crash, if you see the crash again uninstall and reinstall it. I don't know what this program is but
2012 Mar 07
1
[LLVMdev] Problem with x86 32-bit debug information ?
Hi all, I'm using trunk version of LLVM/CLANG. When I compile attached files on my 64-bit Ubuntu 10.04 LTS system as follows: clang -O2 -g check.c main.c -o check64 When I do gdb check64 and set a breakpoint to the check routine and executes to the breakpoint, I've got: Breakpoint 1, check (result=0x601110, expect=0x601020, n=53) at check.c:7 7 { As you can see I can inspect
2003 Aug 28
0
Using PXELINUX with Windows 2000 DHCP and TFTP
I noticed some links and suggestions on the SYSLINUX web site that reference how to run TFTP on Windows 2000 Server. Two of them suggest installing RIS, and one of them points to a third-party utility. I don't need to install RIS, because I don't want to run Windows setup over PXE. (In fact, I want to use PXELINUX to boot a DOS floppy and run Symantec Ghost to deploy an image.) Also, I
2017 May 15
1
wanna cry ransomware patch for samba-4.5.5
Hai, Not really a question for samba technical, but i can share this. No need for setting things on samba, that wont help a lot. Below is my setup and its just how you configure your pc's. This and almost all other "malware" is EASY to block, but it wil have impact on how your work. First, start with NEVER work/run as user with administrator rights. If one needs it, then not
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:
2009 Sep 10
5
wprime not work
Hello, under wine wprime not work. How do that's work? Thanks.