Can someone tell me how to get access to command line functions in windows xp sp3, when i run cmd.exe then ping ipconfig, telnet ftp etc from the cl i get the "is not recognized as an internal or external command...." error.
commands such as dir, cd etc work, but progs in the sytem32 folder dont work. my path var is ok and when i type path in the cl it returns the correct vals "c:\windows\sys tem32" etc. funnily enough my...
Search Result
Collapse
6 results in 0.0014 seconds.
Keywords
Members
Tags
-
Johnj Gilbert started a topic ping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3in Windowsping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3
-
JustinCase started a topic Trying to capture stdoutput, but Diagnostics.Process object causes process to hangin .NETTrying to capture stdoutput, but Diagnostics.Process object causes process to hang
Hi, I'm trying to capture the standard output from a program called cURL.
Running the program from the command line as such:
>curl www.youtube.com
will write out the HTML page returned by YouTube.
My objective is to "capture" and manipulate this data. I read about the systems.diagnos tics.process class and its ability to redirect stdoutput/stdinput and thought it would be perfect --... -
How to map network drive using .bat file
I want to create a .bat file (or any other type of file where I can have the user one-click) to map a network drive.
Right now I can open the command prompt and type:
("employee" is the password)Code:net use Z: \\server\foldername\ employee
Which mostly solves the problems I was having before when I mapped the network drive through tools -> map network drive, the password prompt would always show... -
Right-click context menu - passing short file name without path
Hello charitable,
I have a repetitive task that requires the user to go to a command prompt, navigate to a folder (usually deep in the system), and perform a syntax scan on a file (with an in-house program), and this occurs thousands of times a year across a few users. In order to simplify this task, I have gone into the registry and created a key that allows the user to navigate to the file through the gui, right-click on the file, and then... -
CMD Prompt for writing JAVA codes
Hi there, would you please explain me in detail on how to use the command prompt for writing, compiling and running java programs (JSE).
Thanks. -
Run Dos command from VB.Net
I am a complete newbie at programing, but i still want to try learning how to do it. Then i thought instead of writing large amounts of code, i could just use the included Dos commands. However, i am not even sure how to run those from VB.NET. Are there any examples or snippets out there for me to use?