Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralC# equivalent to CStringList Pin
Glenn E. Lanier II2-Sep-04 5:59
Glenn E. Lanier II2-Sep-04 5:59 
GeneralRe: C# equivalent to CStringList Pin
Werdna2-Sep-04 6:03
Werdna2-Sep-04 6:03 
GeneralRe: C# equivalent to CStringList Pin
Colin Angus Mackay2-Sep-04 6:04
Colin Angus Mackay2-Sep-04 6:04 
GeneralRe: C# equivalent to CStringList Pin
Glenn E. Lanier II2-Sep-04 6:27
Glenn E. Lanier II2-Sep-04 6:27 
GeneralRe: C# equivalent to CStringList Pin
Colin Angus Mackay2-Sep-04 6:04
Colin Angus Mackay2-Sep-04 6:04 
GeneralRe: C# equivalent to CStringList Pin
Glenn E. Lanier II2-Sep-04 6:28
Glenn E. Lanier II2-Sep-04 6:28 
GeneralRe: C# equivalent to CStringList Pin
Nick Parker2-Sep-04 9:31
protectorNick Parker2-Sep-04 9:31 
GeneralDos commands in C# Pin
exhaulted2-Sep-04 4:31
exhaulted2-Sep-04 4:31 
Hi all,

I'm having a bit of a problem. The company i am working for run some scheduling software on WINNT which runs programmes at specific times. We are about to start rolling out upgraded back office PC's to our shops and we are going to be using XP for the OS.

The problem is, as if you can't see this one coming Smile | :) , the scheduling software isn't working on XP!

I've been looking into staring external programmes from within a C# app which i could install to run as a service. When i'm trying to run EXE's there is no problem
System.Diagnostics.Process.Start("c:\\MyExe.exe");

but, one of the applications is a Dos application and it's ran via a batch file
Set IRISDATA=j:
XM IRIS7


Simply using the command System.Diagnostics.Process.Start("j:\\iris7.exe"); doesn't work.

The question is, how can i run the batch file from a c# app?


Kev Pearman MCAD

P.S. The J drive is already mapped correctly!
GeneralRe: Dos commands in C# Pin
mav.northwind2-Sep-04 5:36
mav.northwind2-Sep-04 5:36 
GeneralRe: Dos commands in C# Pin
exhaulted2-Sep-04 6:14
exhaulted2-Sep-04 6:14 
GeneralRe: Dos commands in C# Pin
mav.northwind2-Sep-04 6:28
mav.northwind2-Sep-04 6:28 
GeneralThe Infragistics Web Grid Big BIG problem Pin
Anonymous2-Sep-04 4:20
Anonymous2-Sep-04 4:20 
GeneralRe: The Infragistics Web Grid Big BIG problem Pin
Dave Kreskowiak2-Sep-04 5:50
mveDave Kreskowiak2-Sep-04 5:50 
GeneralDouble Buffering API Theme paint problem Pin
Tristan Rhodes2-Sep-04 1:52
Tristan Rhodes2-Sep-04 1:52 
GeneralRe: Double Buffering API Theme paint problem Pin
Werdna2-Sep-04 6:06
Werdna2-Sep-04 6:06 
GeneralRe: Double Buffering API Theme paint problem Pin
Tristan Rhodes2-Sep-04 8:59
Tristan Rhodes2-Sep-04 8:59 
Generalscroll bars in a picture box Pin
gijoebijoe2-Sep-04 1:30
gijoebijoe2-Sep-04 1:30 
GeneralRe: scroll bars in a picture box Pin
Sebastian Schneider2-Sep-04 2:27
Sebastian Schneider2-Sep-04 2:27 
GeneralRe: scroll bars in a picture box Pin
Sebastian Schneider2-Sep-04 2:37
Sebastian Schneider2-Sep-04 2:37 
GeneralMy images are gone (c#) Pin
adnanh752-Sep-04 0:42
adnanh752-Sep-04 0:42 
GeneralRe: My images are gone (c#) Pin
exhaulted2-Sep-04 1:47
exhaulted2-Sep-04 1:47 
GeneralRe: My images are gone (c#) Pin
adnanh752-Sep-04 1:53
adnanh752-Sep-04 1:53 
GeneralRe: My images are gone (c#) Pin
exhaulted2-Sep-04 3:38
exhaulted2-Sep-04 3:38 
GeneralRe: My images are gone (c#) Pin
mav.northwind2-Sep-04 3:46
mav.northwind2-Sep-04 3:46 
GeneralRe: My images are gone (c#) Pin
adnanh752-Sep-04 5:08
adnanh752-Sep-04 5:08 

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.