Click here to Skip to main content
15,890,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioni want to display all the countries in the world Pin
anujose13-Mar-07 20:04
anujose13-Mar-07 20:04 
AnswerRe: i want to display all the countries in the world Pin
JustChiragPatel13-Mar-07 20:11
JustChiragPatel13-Mar-07 20:11 
AnswerRe: i want to display all the countries in the world Pin
JustChiragPatel13-Mar-07 20:13
JustChiragPatel13-Mar-07 20:13 
GeneralRe: i want to display all the countries in the world Pin
anujose13-Mar-07 20:20
anujose13-Mar-07 20:20 
GeneralRe: i want to display all the countries in the world Pin
Sandeep Akhare13-Mar-07 20:33
Sandeep Akhare13-Mar-07 20:33 
JokeRe: i want to display all the countries in the world Pin
thomas_joyee13-Mar-07 20:39
thomas_joyee13-Mar-07 20:39 
GeneralRe: i want to display all the countries in the world Pin
JustChiragPatel13-Mar-07 21:26
JustChiragPatel13-Mar-07 21:26 
QuestionHow to run a batch file Pin
dwaravijaykumar13-Mar-07 19:54
dwaravijaykumar13-Mar-07 19:54 
Hi,

I have a batch file(test.bat) i wrote a command to rename a text file in this batch file. Both batch file and text files are in Network Shared Drive. I am trying to run that batch file from ASP.NET application using VB.NET as a code behind. The following is the code i wrote,

Dim p as new ProcessStartInfo

p.WorkingDirectory = "\\networkSharedDrive\SharedFolder\"

p.FileName = "testcab.bat"

p.UseShellExecute = True

Process.Start(p)

This code is executing fine, It is not giving any error also. But the text file name is not changing. When i directly double clicking on that Batch file the name of the text file is changed that means, batch file is executing fine. But Through the above code it is not working.....

Any ideas....pls help me......


Vijay Kumar
AnswerRe: How to run a batch file Pin
APDevelop13-Mar-07 20:31
APDevelop13-Mar-07 20:31 
QuestionJavascript And Web.config. Pin
Prashant C13-Mar-07 19:20
Prashant C13-Mar-07 19:20 
AnswerRe: Javascript And Web.config. Pin
Guffa13-Mar-07 19:54
Guffa13-Mar-07 19:54 
GeneralRe: Javascript And Web.config. Pin
keyur soni27-Jan-10 19:41
keyur soni27-Jan-10 19:41 
AnswerRe: Javascript And Web.config. Pin
thomas_joyee13-Mar-07 20:01
thomas_joyee13-Mar-07 20:01 
QuestionPaypal Integration Pin
Khan.Bangash13-Mar-07 19:20
Khan.Bangash13-Mar-07 19:20 
QuestionGetting following error while generating report in local mode Pin
mohd imran abdul aziz13-Mar-07 19:00
mohd imran abdul aziz13-Mar-07 19:00 
Questionweb mail server Pin
amit.code13-Mar-07 17:27
amit.code13-Mar-07 17:27 
AnswerRe: web mail server Pin
thomas_joyee13-Mar-07 17:57
thomas_joyee13-Mar-07 17:57 
GeneralRe: web mail server Pin
amit.code13-Mar-07 18:15
amit.code13-Mar-07 18:15 
GeneralRe: web mail server Pin
thomas_joyee13-Mar-07 18:32
thomas_joyee13-Mar-07 18:32 
GeneralRe: web mail server Pin
amit.code14-Mar-07 22:13
amit.code14-Mar-07 22:13 
AnswerRe: web mail server Pin
Venkatesh Mookkan13-Mar-07 19:53
Venkatesh Mookkan13-Mar-07 19:53 
GeneralRe: web mail server Pin
amit.code14-Mar-07 22:18
amit.code14-Mar-07 22:18 
GeneralRe: web mail server Pin
Venkatesh Mookkan15-Mar-07 16:12
Venkatesh Mookkan15-Mar-07 16:12 
GeneralRe: web mail server Pin
amit.code16-Mar-07 22:41
amit.code16-Mar-07 22:41 
Questionproblem on web mail server Pin
amit.code13-Mar-07 17:25
amit.code13-Mar-07 17: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.