Summary: I have a problem with the command 'set' in a switch Cisco 2900, appear "not config" in the help and when i try to execute display error. I connect wit...
Summary: Thanks, Perl Script is amazing, i can connect automatic. But i have a problem with the command 'set' in the switch Cisco 2900, appear "not config" in ...
Summary: Are you talking about the AT command or the windows schedule you set in the control panel? Im not sure what you actually want.. Perhaps try english in...
Summary: Hello, I am using Jdeveloper 9.0.5.2 .When I compile a project , I receive error message: "Malformed input character in ...file." . When I double clic...
Summary: The AT command set of a modem is not the same as a communications protocol. In fact, it has nothing to do with the transfer of data except to modify ...
Summary: Iam facing a problem in Switch statement. The problem is that i will ask to integer from the user & if the user want to "+" , "-" or "*" operator the...
Summary: The difference is microseconds, unless we are talking extremes. "If you're using an interpreted language like Javascript (not Java), WSH, ASP, PHP, et...
Summary: HI there, I am trying to create a variable that will be read later on using the following command: Set INSTALLS=installed apps if I then do a SET I ca...
Summary: On WinXP Pro SP1: ========================================================= C:\>color /? Sets the default console foreground and background colors. CO...
Summary: Normally you do the same thing in Windows by opening a DOS command window. If you want to test it in Visual C++ do this: Select: Settings in Project m...
Summary: Ok, I just downloaded this article and it is in pdf format, and i dont have acrobat, so it may look a bit weird to you, and thats why... plus, just le...
Summary: The system() call is as simple as the command line itself, here is the syntax: int system(char *cmd); cmd is a null-terminated string containing a com...
Summary: I'd like to write a simple bat file that calls excel and sets the msoautomationsecuritylow so that the opened excel file does not prompt for enabling ...
Summary: I have carafully revised the For loop from your batch and that should work when applied the corrections I pointed out. Stated that inside a For loop y...
Summary: Hello everyone, I have a rather tricky (or maybe impossible) request... I work in a network operation center and we monitor routers and switches at br...
Summary: hey clint, I observed without the double quotes, that this command: set cmd=set a=123&set b=456&c=xyz short-circuits %cmd% to have a value of: set a=1...
Summary: Thanks ivo, Yes that is the solution. actually my question was not clear... echo current environemtnt %WINDIR%\system32\cmd.exe /k connect.cmd ::set u...
Summary: Put a command button on the form in the Click event put this code Private sub Command1_Click() Static Counter as long Counter=counter+1 Print Counter ...
Summary: I get 4 arguments at the command line in a C program. I need to to access one of the argument string, argv[2], and change a few of the characters in ...
Summary: How do I just plain copy a file in command prompt in Win XP home? it keeps on saying that the file doens't exist! I want to do this. Copy Game.exe to ...
Summary: There is no way to transfer the Set /P capabilities to Win 9X/ME or Win 3X/DOS, as Set is an internal command built in Cmd.exe, so there is no executa...
Summary: You could use 'net send' if you are sending files through a network (which I am assuming). There could be other ways to do it like through netBIOS but...
Summary: XCopy is part of the standard set of external commands stored in System32 folder while Choice.exe does not belong to all usual XP distributions. So it...
Summary: Hi, Use the command line mysql program to do these steps. Create your database: mysql> CREATE DATABASE test_database; mysql> USE test_database; mysql>...
Summary: Hai friends, Say i run some system command in perl like this `c:\\My_folder\\My_programs\\my_app.exe`; `c:\\winnt\\notepad.exe`; Now my_app.exe could ...