Click here to Skip to main content
16,017,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Closing From Pin
StylezHouse29-Jun-05 2:34
StylezHouse29-Jun-05 2:34 
GeneralRe: Closing From Pin
StylezHouse29-Jun-05 2:33
StylezHouse29-Jun-05 2:33 
GeneralRe: Closing From Pin
Christian Graus29-Jun-05 11:34
protectorChristian Graus29-Jun-05 11:34 
GeneralRe: Closing From Pin
lespaul3628-Jun-05 19:02
lespaul3628-Jun-05 19:02 
GeneralChange Directory using Run Method Pin
cygnusx31128-Jun-05 13:04
cygnusx31128-Jun-05 13:04 
GeneralRe: Change Directory using Run Method Pin
Christian Graus28-Jun-05 13:38
protectorChristian Graus28-Jun-05 13:38 
GeneralRe: Change Directory using Run Method Pin
Dave Kreskowiak28-Jun-05 15:27
mveDave Kreskowiak28-Jun-05 15:27 
GeneralRe: Change Directory using Run Method Pin
cygnusx31129-Jun-05 6:59
cygnusx31129-Jun-05 6:59 
Hey Dave,
Thanks for your reply. I've tried putting quotes around this string every which way but Tuesday with no avail.
I removed the running the setup.exe and removed the parameter, client_2275sitedefs.dat.
Now I'm just trying to change to that directory.
Here is what I have:
objApp.Run "cmd /K CD ""P:\Information Technology\Configuration Management\CC_Client_2275_install"""
This doesn't work.

And the bigger question…. If I need to put quotes around my arg; will this method allow me pass multiple arguments.

Any advise?


Original script

Option Explicit

InstallClearCaseClient

Function InstallClearCaseClient ()
Dim objApp
Set objApp = CreateObject("WScript.Shell")
objApp.Run "cmd /K CD ""P:\Information Technology\Configuration Management\CC_Client_2275_install"""
'objApp.Run "cmd /K CD ""P:\Information Technology\Configuration Management\CC_Client_2275_install &setup.exe client_2275sitedefs.dat"""
Wscript.Quit


Set objApp = nothing
End Function

GeneralRe: Change Directory using Run Method Pin
Dave Kreskowiak29-Jun-05 9:47
mveDave Kreskowiak29-Jun-05 9:47 
GeneralResolved: Change Directory using Run Method Pin
cygnusx3111-Jul-05 11:20
cygnusx3111-Jul-05 11:20 
GeneralUser Control Pin
Ronniedevil28-Jun-05 11:43
Ronniedevil28-Jun-05 11:43 
GeneralRe: User Control Pin
Christian Graus28-Jun-05 13:42
protectorChristian Graus28-Jun-05 13:42 
GeneralRe: User Control Pin
Ronniedevil29-Jun-05 3:58
Ronniedevil29-Jun-05 3:58 
GeneralRe: User Control Pin
Christian Graus29-Jun-05 11:46
protectorChristian Graus29-Jun-05 11:46 
GeneralPRINT DATAGRID FROM VB.NET Pin
ZULUCHIEF28-Jun-05 8:37
ZULUCHIEF28-Jun-05 8:37 
GeneralRe: PRINT DATAGRID FROM VB.NET Pin
Robert Rohde28-Jun-05 11:25
Robert Rohde28-Jun-05 11:25 
Generalcrying for help! Pin
mian rashed28-Jun-05 7:51
mian rashed28-Jun-05 7:51 
GeneralRe: crying for help! Pin
Robert Rohde28-Jun-05 11:27
Robert Rohde28-Jun-05 11:27 
GeneralRe: crying for help! Pin
mian rashed28-Jun-05 22:53
mian rashed28-Jun-05 22:53 
GeneralRe: crying for help! Pin
Christian Graus28-Jun-05 13:43
protectorChristian Graus28-Jun-05 13:43 
GeneralDatagridview for VB.net - Basics Pin
bruceleecc28-Jun-05 7:49
bruceleecc28-Jun-05 7:49 
GeneralThoughts? Pin
bruceleecc29-Jun-05 7:14
bruceleecc29-Jun-05 7:14 
GeneralRe: Datagridview for VB.net - Basics Pin
Muhammad Ali Shaikh10-Feb-12 19:11
Muhammad Ali Shaikh10-Feb-12 19:11 
Generalwidth of the last column in datagrid Pin
aimar_2028-Jun-05 5:46
aimar_2028-Jun-05 5:46 
Generalprint a form Pin
daneshmand28-Jun-05 5:25
daneshmand28-Jun-05 5:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.