search for: vbs

Displaying 20 results from an estimated 204 matches for "vbs".

Did you mean: vbd
2004 Mar 17
1
file name starting with [0-9]* not synchronized (!?)
...mote directory. Although the remote directory hasn't been changed after rsync's run, I realize that the supposed synchronization missed some files. Does it have to do with rsync or I miss something ? Thanks very much, Mihai. ______________________________ quad ...lu2/BACKUP/k2/mnt/i1/vbs# rsync -av --stats rsync://mlozo@k2/vobuser/user /mnt/lu2/BACKUP/k2/mnt/i1/vbs/ --password-file=/mnt/lu2/BACKUP/rsync/.pass receiving file list ... done Number of files: 271 Number of files transferred: 0 Total file size: 1207607 bytes Total transferred file size: 0 bytes Literal data: 0 byte...
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 file" after which I click OK and there as another window: "could not execute the external program check64.vbs"...
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...
2010 Jul 27
6
Eval() or parse() do not work inside function
I am writing a function where the arguments are names of objects or variable names in a data frame. To convert the strings to the objects I am using eval(parse(text=name)): f.graph.two.vbs<-function(dataname,v1){ val<-paste(dataname,v1,sep="$") val<-eval(parse(text=val)) val } However running this returns an error: >f.graph.two.vbs("data","RECORD") Error in data$RECORD : $ operator is invalid for atomic vectors Repe...
2009 Sep 14
2
trying to run a visual basic script via WINE - need help.
Ok I need to run a .vbs for a program which I run in wine (diablo 2). Google says "VBS in Linux. It works fine running in WINE. You just have to install the Windows Script Host. And you may need to hand-register the COM DLLs in the WSH installer at the command line. Last I saw, WINE wasn't handling self-reg. DL...
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 always fails. DllRegisterServer not imple...
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]
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
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 AC...
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) Microsoft Corporation 1996-2001. All rights reserved. 2599: assertion failed "(*(const char*)_DBUS_FUNCTION_NAME) != '_'" file "dbus-connecti...
2015 Jul 07
2
SAMBA4 AD - Logon Scripts
Hi all Anyone having problems running logon scripts in 4.2.2? I've created a few test scripts (.bat, .vbs, etc) and placed them in the netlogon folder and then assigned some user accounts either the .bat or .vbs files using RSAT tools. Yet at login none of my client workstations (Windows XP, 7 or 8) execute their login scripts, none get mapped drives, etc. Browsing to the netlogon folder on each m...
2011 May 22
5
call files .vbs
This may be an obvious reflection of my Asterisk/Linux/Windows weaknesses but I want to know in any case! Can a vb script run somehow on a Linux machine or does it only work on Windows? If I were to build a call file script (described in this link http://www.voip-info.org/wiki/index.php?page=Asterisk+auto-dial+out ) then how does it work if my Asterisk machine is running on Centos 5.5? I simply
2011 Sep 14
1
Unexpected "Access Denied"
...t a) Working as Designed (would then like to understand why it is designed that way) b) defective c) dependent on Samba config/compile options (would then want to know which options control the behaviour) The file: -r--r----- 1 cc_admin cc_users 5 Aug 1 16:29 /data01/vobstore/vobs_test_special.vbs/c/cdft/1c/19/1045e69c222a4a92bc1d733ec7cb1d6a The Samba connection made (log message): 141.11.249.110 (141.11.249.110) connect to service data01 initially as user rivacl (uid=20213, gid=9007) (pid 14214) GID 9007 is "cc_users" Microsoft Process Monitor / Network Trace shows that fil...
2003 Jun 22
0
new user here
...Originally I wanted to do a voicemail system, but now I'm reading more and more that excites me to use this setup and or add to it. I started out with a USR 56k voice/internal that supports 4bit 8Khz voice playback only to find that I had to change a line in chan_modem_aopen.c from "AT#VBS=8" to "AT#VBS=4" in order for asterisk to load up using that channel. I then didn't have the console driver running because I didn't have a sound card installed, so I then installed OpenH323 to accept the VoIP or similar calls to try out this system. While everything seems...
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 "...
2012 May 14
0
Memory Leak in vorbis_info_clear()
...i page should probably be edited to mention this. I tried, but it didn't look like I could make the edit. My solution is to clear in reverse order of initialization, though I've rearranged the order of things in the example program to highlight the immediate issue. /* compile: cc -Wall -o vbs vbs.c -lvorbisenc -lvorbis */ /* noleak: valgrind --leak-check=yes ./vbs */ /* leak: valgrind --leak-check=yes ./vbs -l */ #include <unistd.h> /* getopt(3) */ #include <vorbis/codec.h> #include <vorbis/vorbisenc.h> static struct vorbis_info info; static struct vorbis_dsp_st...
2017 May 15
1
wanna cry ransomware patch for samba-4.5.5
...u 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 internet option. I did the following. On windows, disable wscript, vbs and powershell scripting. Or select a few, i did keep powershell for my conveniance. If you use MS Office, disable macro's and VBS scriptsing. ( I even dont install macro and vbs support in ms office. ) Windows GPO settings. ( software restrictions, extra rules ) These are my "cryp...
2002 Mar 06
3
OT(?): Poll: how big is your environment
Hi, just being nosey :) How big is your environment? Especially of interest: number of printers configured on the samba server(s), and what architecture/OS the samba server is running on... bye, M.Homann Number of printers (on the single server which has the most printers): [ ] < 5 [ ] < 10 [ ] < 25 [ ] < 50 [ ] > 50 Printer driver system for clients [ ] old system
2013 Feb 28
1
[SOLVED] replace Windows 2003 dc]
...nes.example.local _ldap._tcp.ForestDnsZones.example.local _ldap._tcp.Default-First-Site-Name._sites.ForestDnsZones.example.local _ldap._tcp.Default-First-Site-Name._sites.DomainDnsZones.example.local ? I'd like to add that to my checklist... ;-) > 2- Working on fsmo > run script fixfsmo.vbs > samba-tool transfer all roles > run adsedit and change samba dc fsMORoleOwner to samba dc But you had to do that because of your dcpromo command was failing, correct ? What is fixfsmo.vbs ? Is that a Server 2008 script? > ==== OUTBOUND NEIGHBORS ==== > > DC=DomainDnsZones,DC=l...
2004 Apr 09
3
Samba Shares and Win32 Viruses
...shares. http://hr.uoregon.edu/davidrl/samba-unofficial.html "To prevent access to suspicious files (e.g., those that tend to become infected by virus'), use the following. The last bit prevents access to files with a CLSID in the file extension. veto files = /*.exe/*.dll/*.pif/*.com/*.vbs/*.{*}/" Cheers, .^. Mun Heng, Ow /V\ H/M Engineering /( )\ Western Digital M'sia ^^-^^ DID : 03-7870 5168...