Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB bound data combo boxes. [SOLVED] Pin
ahulting11-May-10 3:01
ahulting11-May-10 3:01 
AnswerRe: VB bound data combo boxes. Pin
Johan Hakkesteegt11-May-10 3:11
Johan Hakkesteegt11-May-10 3:11 
GeneralRe: VB bound data combo boxes. Pin
ahulting11-May-10 3:14
ahulting11-May-10 3:14 
GeneralRe: VB bound data combo boxes. Pin
Johan Hakkesteegt11-May-10 3:20
Johan Hakkesteegt11-May-10 3:20 
GeneralRe: VB bound data combo boxes. Pin
ahulting11-May-10 6:14
ahulting11-May-10 6:14 
AnswerRe: VB bound data combo boxes. Pin
William Winner11-May-10 6:21
William Winner11-May-10 6:21 
GeneralRe: VB bound data combo boxes. Pin
ahulting11-May-10 6:28
ahulting11-May-10 6:28 
QuestionHow to run a .bat file in vb application? Pin
Orchid8510-May-10 19:17
Orchid8510-May-10 19:17 
Hi everyone,
I have a batch file same as below

SET INSTANCE=%1<br />
SET DatabaseName=%2<br />
SET USR_ID=%3<br />
SET USR_PWD=%4<br />
SET ScriptName=%5<br />
SET OutFile="C:\Output.out"<br />
SQLCMD -S %INSTANCE% -d %DatabaseName% -U %USR_ID% -P %USR_PWD% -i %ScriptName% -o %OutFile&



I would like to run this batch file in my vb application.
Could you please advise me how can I run and pass the arguments to this batch file?

Best Regards,
Orchid
AnswerRe: How to run a .bat file in vb application? Pin
Abhinav S10-May-10 19:46
Abhinav S10-May-10 19:46 
AnswerRe: How to run a .bat file in vb application? Pin
Johan Hakkesteegt11-May-10 3:34
Johan Hakkesteegt11-May-10 3:34 
AnswerRe: How to run a .bat file in vb application? Pin
Luc Pattyn11-May-10 4:19
sitebuilderLuc Pattyn11-May-10 4:19 
GeneralRe: How to run a .bat file in vb application? Pin
Orchid8511-May-10 20:33
Orchid8511-May-10 20:33 
GeneralRe: How to run a .bat file in vb application? Pin
Luc Pattyn12-May-10 1:43
sitebuilderLuc Pattyn12-May-10 1:43 
AnswerRe: How to run a .bat file in vb application? Pin
The Man from U.N.C.L.E.11-May-10 7:02
The Man from U.N.C.L.E.11-May-10 7:02 
QuestionCannot load control [ControlName]; license not found. Pin
Andraw Tang10-May-10 10:53
Andraw Tang10-May-10 10:53 
AnswerRe: Cannot load control [ControlName]; license not found. Pin
William Winner10-May-10 11:02
William Winner10-May-10 11:02 
AnswerRe: Cannot load control [ControlName]; license not found. Pin
DaveAuld10-May-10 11:24
professionalDaveAuld10-May-10 11:24 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
Andraw Tang10-May-10 11:30
Andraw Tang10-May-10 11:30 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
DaveAuld10-May-10 11:43
professionalDaveAuld10-May-10 11:43 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
Andraw Tang10-May-10 11:45
Andraw Tang10-May-10 11:45 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
DaveAuld10-May-10 11:48
professionalDaveAuld10-May-10 11:48 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
Andraw Tang10-May-10 11:50
Andraw Tang10-May-10 11:50 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
Andraw Tang10-May-10 12:01
Andraw Tang10-May-10 12:01 
GeneralRe: Cannot load control [ControlName]; license not found. Pin
DaveAuld10-May-10 12:05
professionalDaveAuld10-May-10 12:05 
GeneralRe: Cannot load control [ControlName]; license not found. [modified] Pin
Johnny J.11-May-10 1:06
professionalJohnny J.11-May-10 1:06 

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.