Viewing 3 posts - 1 through 4 (of 4 total)
At last, I have found a better solution with in the OSQL code itself. No need of any BATCH or a SHELL SCRIPTING to achieve this...
Below is my code and...
December 24, 2011 at 9:17 am
#1425341
Found it:
cmd.exe /c "c:\test.bat"
December 23, 2011 at 6:46 pm
#1425305
Created a Batch file (.bat) and then put the below osql command in that file. In Batch file, I can access the current date & time values. Referred this link...
December 23, 2011 at 6:37 pm
#1425304