aziz rasul
Active member
- Local time
- Today, 23:20
- Joined
- Jun 26, 2000
- Messages
- 1,935
I have the following batch file D:\Telewest\TextFiles\IN\LO_DATA\DATTXT.BAT
The batch file converts .dat files to .txt file extensions. The .dat files are housed in the same directory as the batch file.
The db is housed under C:\ drive.
Behind a command button I have
Call Shell ("D:\Telewest\TextFiles\IN\LO_DATA\DATTXT.bat"', 1)
The DOS windows opens a split second but it doesn't executes the batch file. Running the batch file on its own works.
Can anyone enlighten me of what I'm doing wrong?
The batch file converts .dat files to .txt file extensions. The .dat files are housed in the same directory as the batch file.
The db is housed under C:\ drive.
Behind a command button I have
Call Shell ("D:\Telewest\TextFiles\IN\LO_DATA\DATTXT.bat"', 1)
The DOS windows opens a split second but it doesn't executes the batch file. Running the batch file on its own works.
Can anyone enlighten me of what I'm doing wrong?