Search found 54 matches

by jdelatorre@hfinc.com
Wed Jan 30, 2008 1:42 am
Forum: VBScript
Topic: Add variable to drive mapping script
Replies: 5
Views: 4306

Add variable to drive mapping script

"CAMSSAF002GOR01HOME1XEROX_SCANSCW_SCANDATAUSERS" & objNetwork.UserName
by jdelatorre@hfinc.com
Mon Jan 28, 2008 7:18 am
Forum: VBScript
Topic: Need help Saving .csv in script
Replies: 7
Views: 3640

Need help Saving .csv in script

The saveas method has a grip of parameters for it. I think it does have one that you can pass to overwrite, etc.. Lookup the method on MSDN.
by jdelatorre@hfinc.com
Mon Jan 28, 2008 5:54 am
Forum: VBScript
Topic: Need help Saving .csv in script
Replies: 7
Views: 3640

Need help Saving .csv in script

objExcel.ActiveWorkbook.SaveAs "d:appsbedtrackertest1.csv"
by jdelatorre@hfinc.com
Mon Jan 28, 2008 12:38 am
Forum: VBScript
Topic: Editing Registry
Replies: 3
Views: 1679

Editing Registry

Look into the StdRegProv in WMI. Also, I asked you how you were opening the file using the FSO method because you can open the file as a UniCode file by specifying a certain parameter in the method.
by jdelatorre@hfinc.com
Thu Jan 24, 2008 5:49 am
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5674

How to run an application?

Its because of the spaces in the complete path.
by jdelatorre@hfinc.com
Thu Jan 24, 2008 5:25 am
Forum: VBScript
Topic: How to run an application?
Replies: 9
Views: 5674

How to run an application?

YOu can run this

Code: Select all

wshshell.run "iexplore.exe"
or this

Code: Select all

WshShell.Run "C:PROGRA~1INTERN~1Iexplore.exe"
Iexplorer.exe is in you path so you dont have to pass the complete path to the run command.

jdelatorre@hfinc.com2008-01-24 13:25:49
by jdelatorre@hfinc.com
Thu Jan 24, 2008 4:45 am
Forum: VBScript
Topic: Help need in modifying the script
Replies: 9
Views: 5190

Help need in modifying the script

If that query works then we will work on how to input that into a Inputbox
by jdelatorre@hfinc.com
Thu Jan 24, 2008 4:28 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

I agree. PowerShell seems to be the preferred way for me though.
by jdelatorre@hfinc.com
Thu Jan 24, 2008 4:05 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

no, the DLL doesnt exist on my vista machine. So the script bombs
by jdelatorre@hfinc.com
Thu Jan 24, 2008 2:59 am
Forum: VBScript
Topic: Mask Input
Replies: 8
Views: 4993

Mask Input

wow, didnt know about that object Joe. Looks like it got tossed in vista however. 8(Good to know though.