Enter Keywords:
1 - 10 of 60(0.039 seconds)
Sort By:
 
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...
Zones: Windows NT NetworkDate Answered: 07/31/2000 Rating: 7.6 Views: 0
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 ...
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...
Zones: Windows Batch, MS DOS, FTPDate Answered: 04/04/2008 Rating: 9.3 Views: 4
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 ...
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 ...
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...
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...
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...
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...
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?
Zones: ProgrammingDate Answered: 05/11/2003 Rating: 6.6 Views: 0