EXPERIENCE: Newbie to SQL SERVER
In working with Oracle, I have been able to run batch scripts by invoking SQLPLUS via the Windows Command Line. In searching through some of the threads, I believe this can be done for SQL SERVER.
Can someone help get me started on how to write batch scripts...
Here is the code:
[code]
x = Shell("C:\program files\winZip\winZip32.exe -a " & "c:\Out.Zip c:\in1.txt c:\in2.txt c:\in3.txt"
[\code]
I am currently running winzip in visual basic using SHELL. When I step through my application, I have no problems creating a zip file but when I simply run my application, it gives me a "52 - file not found error".
Does anyone have any idea why this is happening? I would appreciate...
Using Windows 2000 Professional OS:
I have been trying to use a DOS command to create a type of log file. This file would include a message indicating that my process completed along with the date and time (on the same line).
I've tried:
a)echo process completed - %date% %time%...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.