search for: filesystemobject

Displaying 16 results from an estimated 16 matches for "filesystemobject".

2005 Jul 06
1
Problem with Scripting.FileSystemObject
Hi: I'm trying to make run a windows application with wine. It has been made with visual foxpro (I don't know if this information is useful, but just in case...). The application uses the class Scripting.FileSystemObject included in scrrun.dll The application starts properly, but at one point it shows a message stating that it cannot find the Scripting.FileSystemObject class, and stops (note that it is a message from the application, not from wine, so it's the application itself who cannot find it). I have co...
2008 Jan 11
2
communicate from Rterm
...") ''----- weird way to pass the date argument as Windows won't ''----- execute the command line directly, so I create a .bat exestr = "Rterm --restore --save --args " & ds & " < m.in.R > out.txt" Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("rpcd.bat", True) a.writeline (exestr) a.Close ret = Shell("rpcd.bat") MsgBox ("wait for about 5 seconds as the script runs asynchronously") End Sub **************m.in.R************ ds=commandArgs(T)[1] ans=f.repo(ds) q("yes&q...
2005 Aug 14
0
Run-time error `13' Type mismatch error from VB app at startup
...The Linux console from which I start Wine displays the following messages (C:\DTS is the directory containing the CVinter program and its data): paolo@plato:~/.wine/drive_c/DTS$ wine CVinter.exe fixme:ole:CoRegisterMessageFilter stub fixme:ole:MkParseDisplayName (0x403d2fc8, L"Scripting.FileSystemObject", 0x4069f9a0, (nil)): stub. fixme:ole:OleLoadPictureEx (0x41a1e934,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x4069f9f0), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x4247eea8)->(0x4247ffd8, 0, (nil)), hacked stub. fixme:ole:MkParseDisplayName (0x403d4b...
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
...am very confused about it and who can explain it? The computers' configurations are as follows: 1. PC Client It runs the follow VB program to compute the time when check files' property Operation System: Windows 2000 professional // ... Set objFSO = CreateObject("Scripting.FileSystemObject") thistime = thisnow If objFSO.FileExists(fn) Then totle = totle & "Check file time " & CStr(thisnow - thistime) + " ms" + vbCrLf thistime = thisnow Set objFile = objFSO.GetFile(fn) totle = totle & "Get object time " & CStr(thisnow - this...
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the first time . I need kerbos authentication is possible to set it up on same host as domain controller so ad users can take ownership of home folder -- Join my framily E02705708hn 3032 last name BURGHARDT state is co Cheapest sprint service only 25 a month.
2014 Dec 21
0
Home auto creation
...t Option Explicit Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1, FileClass, Directory Dim strDriveLetter, strRemotePath, strUserName, strNewName Set wshell = createobject("wscript.network") user1 = wshell.username Set FileClass = CreateObject("Scripting.FileSystemObject") Directory = "\\server\usuarios\" & user1 If FileClass.FolderExists (Directory) = False Then FileClass.CreateFolder (Directory) End If strDriveLetter = "N:" strRemotePath = "\\server\usuarios" strNewName = "Diretorio Pessoal" Set objNetwork =...
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all, This is a little off-topic, but it is on the general topic of getting data in R. I'm looking for a excel macro / vba script that will export all spreadsheets in a directory (with one file per tab) into csv. Does anyone have anything like this? Thanks, Hadley -- http://had.co.nz/
2005 Jul 26
2
Dial using URI(web) or using FORM(web)
Hello! I have an Asterisk@home instalation with 7 users working OK, and I'ld like to implement either a -- Web dial feature, where the user would fill one form field with a phone number and a connection would be created between his extention and the entered number. OR -- Dial using an URI (callto:xxxxx link in a web page), having AstTapi installed and configured in all workstations.
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...Dim prev As Byte Dim rowBuffer() As Byte Dim dBitmapRow As String Dim dBuffer As String Dim dLSSRow As String sourcefile = "I:\PXE Server\splash.bmp" outputfile = "I:\PXE Server\splash.lss" Set fileSystem = CreateObject("Scripting.FileSystemObject") If fileSystem.FileExists(sourcefile) Then Open sourcefile For Binary As #1 If fileSystem.FileExists(outputfile) Then fileSystem.DeleteFile (outputfile), True Open outputfile For Binary As #2 Else DebugStr = "Failure" Exit Sub End...
2007 Mar 19
1
error running a vb script in wine
...d_shortcut" "C:\Windows \Notepad.exe" "U:\some_directory" 'TODO: Add some error checking (currently none since I don't know how in VBScript) Dim WSHShell, fs Set WSHShell = WScript.CreateObject("WScript.Shell") Set fs = WScript.CreateObject("Scripting.FileSystemObject") Function MakeDesktopShortcut( name, target, shortcut_location ) Dim Shortcut,StartupPath Set Shortcut = WSHShell.CreateShortcut(shortcut_location & "\" & name & ".lnk") Shortcut.TargetPath = target StartupPath = fs.GetParentFolderName( target ) If fs.FolderExi...
2008 Jan 18
0
more help needed Re: communicate from Rterm
...t as Windows won't >>> ''----- execute the command line directly, so I create a .bat >>> >>> exestr = "Rterm --restore --save --args " & ds & " < m.in.R > out. >> txt" >>> Set fs = CreateObject("Scripting.FileSystemObject") >>> Set a = fs.CreateTextFile("rpcd.bat", True) >>> a.writeline (exestr) >>> a.Close >>> >>> ret = Shell("rpcd.bat") >>> MsgBox ("wait for about 5 seconds as the script runs >> asynchronously") >>...
2005 Jan 03
3
spreadsheet addiction
There's a new page on the Burns Statistics website http://www.burns-stat.com/pages/Tutor/spreadsheet_addiction.html that looks at spreadsheets from a quality assurance perspective. It presents R as a suitable alternative to spreadsheets. Also there are several specific problems with Excel that are highlighted, including the status of statistical functionality in Excel. Patrick Burns Burns
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS
2012 May 11
0
Wine release 1.5.4
...061 Can't connect to Bancho osu! online services (multiplayer,scores,chat...) 28336 MorphVox Pro fails to install 28468 wine chromium browser should not display a Linux native window title bar 29043 Performing searches in CHM files lead to a crash 29344 Multiple apps need Scripting.FileSystemObject implementation (Microsoft Scripting Runtime) 29497 Alonix only plays every other sound effect in menus 29870 unknown application: parse_script parser failed on parsing 30134 Wine on ARM: .init/.text sections passed to assembler need directives to allow for mixed/pure arm32/thumb2 builds (....
2006 Feb 17
5
A unique 'click to call' project - Could use some advice
Hello List, I work for an IP communication provider in upstate NY as the engineer assisting our technical support team. We provide a number of different Telco systems to residential subscribers; and in an effort to more effectively trouble shoot termination problems I came up with the idea of creating a click to call system that will allow our agents to effortlessly place test calls. On a
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at