davidrobin
Programmer
I have a batch file as below:
@echo off
rem
rem
cd C:\WINNT
notepad.exe
exit
The problem I have is the command window is staying open as well as notepad. I need the command window to close. How can I make it close.
David
Visual Basic 6 Ent
@echo off
rem
rem
cd C:\WINNT
notepad.exe
exit
The problem I have is the command window is staying open as well as notepad. I need the command window to close. How can I make it close.
David
Visual Basic 6 Ent