Subject | batch script |
---|---|
Author | Mahesh Pratihari |
Post date | 2012-01-30T11:09:48Z |
Hi All,
Please guide me how to execute the batch script for a file, I have
written in this way, could you let me know where is my fault, it showing
error
@echo off
cls
set SName=bg4ws0650
set UName=sysdba
set Pwd=masterke
set DbName=D:\RiTEQFireBird\RELEASE2\TIMETEQ-FIREBIRD-TEST-RELEASE2.FDB
@echo on
CD C:\Program Files (x86)\Firebird\Firebird_2_5\bin
rem echo Importing Table and Stored Procedure to Firebird Database
rem echo Added on 05-01-2012 for Sales and Budget---------------------
isql.exe -U %UName% -P %Pwd% -d %DbName% -S %SName% -i
C:\SalesLabourBudget\spBudgetInputForFreshRevision.sql
pause
Thanks,
Mahesh Pratihari
Sonata Software Limited
Phone : +91 80 3097 1527
Mobile : +91 99808 37446
www.sonata-software.com <http://www.sonata-software.com>
Please don't print this email unless you really need to. This will
preserve trees on our planet.
[Non-text portions of this message have been removed]
Please guide me how to execute the batch script for a file, I have
written in this way, could you let me know where is my fault, it showing
error
@echo off
cls
set SName=bg4ws0650
set UName=sysdba
set Pwd=masterke
set DbName=D:\RiTEQFireBird\RELEASE2\TIMETEQ-FIREBIRD-TEST-RELEASE2.FDB
@echo on
CD C:\Program Files (x86)\Firebird\Firebird_2_5\bin
rem echo Importing Table and Stored Procedure to Firebird Database
rem echo Added on 05-01-2012 for Sales and Budget---------------------
isql.exe -U %UName% -P %Pwd% -d %DbName% -S %SName% -i
C:\SalesLabourBudget\spBudgetInputForFreshRevision.sql
pause
Thanks,
Mahesh Pratihari
Sonata Software Limited
Phone : +91 80 3097 1527
Mobile : +91 99808 37446
www.sonata-software.com <http://www.sonata-software.com>
Please don't print this email unless you really need to. This will
preserve trees on our planet.
[Non-text portions of this message have been removed]