Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. twinmom

    batch scripts

    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...
  2. twinmom

    winzip via visual basic

    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]
  3. twinmom

    winzip via visual basic

    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...
  4. twinmom

    dos command to print message, date & time (same line)

    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%...

Part and Inventory Search

Back
Top