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

    Need to Repeat an Insert Once if Condition is Met Inside a Cursor

    I'm creating a fixed width report for a client and on occasion there are quantities that break the width rule in their requirement. In this instance, I need the quantities split in half and inserted in twice. The report looks like this, all done with a cursor: -----header line----- ---dtl line...
  2. dburrows1278

    Sending a Variable to a URL with Powershell

    Kind of stuck and I'm not getting much luck searching. I basically need to send a date/time stamp to a URL and can't seem to get any info on sending... I can read a stream and get the contents of a page, but that's really not what I need. So, I've created the dtstamp as a variable and now need...
  3. dburrows1278

    Problem deleting subfolders with loop

    For some reason the loop deleting the subfolders isn't working. If I comment out the IF statement, it runs fine. The file portion runs without a hitch. What am I missing? 'Setup Dim oFSO Dim sDirectoryPath Dim oFolder Dim oDelFolder Dim oFileCollection Dim oFile Dim iDaysOld 'Set...
  4. dburrows1278

    Need advice for file copy script

    I've got a job that copies select files to a particular folder on a daily basis. Our requirements have recently changed in such a way that I need these files split up into 2 folders instead of just 1. Usually there are some 80,000 files and I need a way to copy half of them into 1 folder and...

Part and Inventory Search

Back
Top