|
| |
| |
|
WISE
SCRIPTS - ISQL.EXE
Check path for ISQL.EXE before attempting other ISQL
commands.
|
- Rem ***** Start - SQL Server check ISQL.EXE
- Rem ***** http://www.mcdbadirectory.com - by mark wehmhoefer
10/26/2000
- Rem ***** WISE script for checking ISQL.EXE is in the PC path
where the
- script is run
- Search for File ISQL.EXE in Path and place into variable
ISQLNOTFND
- If ISQLNOTFND equals "TRUE" then
- Display Message "Error locating SQL Utilities. Install
and try again."
- Exit Installation
- End
- Rem ***** End - SQL Server check ISQL.EXE
|
|
|
|
|