• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

C# program needed any help would be nice

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

SpyderMatrix

Member
Joined
Jan 17, 2002
Location
VA
I need a program built and i suck at C#

It needs to have a GUI interface with the commant prompt embedded into it
then needs to have server buttons to the left for the following commands

gpupdate /force
ipconfig /flushdns
ipconfig /registerdns
del acr *.tmp /s

I will also need a Text Style box above the command prompt but centered on the form that says "Clean Up 1.0 please include the source files
 
I did a program similar to this awhile back but was written in java. Are you running this locally or is it communicating with another computer?

Mine was using sockets to send these same commands to a remote computer which then sends response back.

Is this a school project?
 
its not a school project is a personal project and no its not just a shortcut to the cmd prompt

it will be a fullly functional program written in c#
 
I could easily do something like this in python....

If this is for your own project why would you pick a language you suck at and then ask for someone to basically shove you along the right path?

Why not pick a language you would like to learn and make some attempts at it, and then ask for specific help afterwards?
 
Back