G
Guest
Isn't there a way to run a command-line string from .NET? Like:
Shell.Execute( "del *.tmp" );
Seems I remember one but can't find it right now. I thought it would be on
the Environment class, then I checked Console and Application. Or am I
smoking something? Anyone?
TIA - Ken
Shell.Execute( "del *.tmp" );
Seems I remember one but can't find it right now. I thought it would be on
the Environment class, then I checked Console and Application. Or am I
smoking something? Anyone?
TIA - Ken