I want to add 'DOS shell' menu, to the popup menu that shows that when i right click on a folder in windows explorer.
So that when i want to go to a dos window while being already in a certain d...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10863782.html
I'm making a program that uses Ping and Tracert. Problem is, when I shell to the program, it runs in a DOS window, finishes, and disapears giving the user no time to view the results.
Shell ...
http://www.experts-exchange.com/Programming/Misc/Q_20523326.html
Zones:
ProgrammingDate Answered: 10/06/2003 Rating: 7.2 Views: 0
Hey guys,
I have to FTP multiple files to a server via ftp on a weekly basis. The catch is that I have to send the files as .tmp files then rename them as .csv I am trying to write a simple batc...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23295429.htm...
The following just lists what intends to be achieved (not working code):
set val1=1
set str1=test
call :getVal %val1% %str1%
@echo value=%val2% for %str2%
goto :eof
:getVal
set /a val2 ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24562481.html
Zones:
MS DOSDate Answered: 07/15/2009 Rating: 9.5 Views: 0
Have two variables: Aa and Bb
set Aa=Sunday
set Bb=Sunday
if "%Aa%" == "%Ba%" (
@echo Aa equals to Bb
) else (
@echo Aa does not equal to Ba
)
I always got Aa != Bb
Is there any ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24638997.html
Zones:
MS DOSDate Answered: 08/10/2009 Rating: 9.8 Views: 0
Have a formatted text like the following:
Type test.txt
XXXX =
(SRV =
(ADDRESS = (PROTOCOL = TST)(HOST = AAAA01-TST)(PORT = 0000))
(ADDRESS = (PROTOCOL = TST)(HOST = AAAA02-TST)(PORT...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_24861431.html
Zones:
MS DOSDate Answered: 11/04/2009 Rating: 9.0 Views: 13
How do I write to the command shell from VB 5.0?
i.e. if a person executes a program of mine from the dos shell command line how do I write to that command line. I'm mostly trying to give someone...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10080577.html
Zones:
Visual BasicDate Answered: 09/15/1998 Rating: 7.8 Views: 0
Hi,
I am trying to print a textfile from VB4 , not using printer object but using
Shell("print.exe filename"), vbNormalFocus
this raises a problem cause it will ask for the PRN object in a DOS w...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10099480.html
Zones:
Visual BasicDate Answered: 12/19/1998 Rating: 6.0 Views: 0
I have VB program that shells out to a DOS app synchronously via my ShellWait routine to perform some DOS program functions. If an error occurs in the dos program it returns a DOS ErrorLevel.
I...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10317788.html
Zones:
Visual BasicDate Answered: 03/27/2000 Rating: 9.6 Views: 15
Hi experts,
I have no programming experience and I just want to know what is a dos shell and how do I open a dos shell in windows 98se machine?
http://www.experts-exchange.com/Programming/Misc/Q_20236840.html
Zones:
ProgrammingDate Answered: 05/11/2003 Rating: 6.6 Views: 0