1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Send To

Discussion in 'Legacy Windows' started by Swelldom, 2003/02/10.

Thread Status:
Not open for further replies.
  1. 2003/02/10
    Swelldom

    Swelldom Inactive Thread Starter

    Joined:
    2002/07/08
    Messages:
    43
    Likes Received:
    0
    I'm having trouble with the a batch file placed in the 'send to' directory of the user's profile. The user's highlight multiple items, right click, select send to, then select the batch file created in order to send these files to a print queu. Send to is required, as opposed to associations, because multiple printers are required. The problem is that when multiple items are right clicked on, one fo these items gets the broken line around it, and only that item is sent. Does anyone know how to make all highlighted files work with the 'send to' command?
     
  2. 2003/02/10
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2
    Not at all sure what exactly is going on.

    One thing I'd check for is what app is running the batch file. cmd.exe will do lots of things better than command.com and I've had some problems in the past. Got a batch file now that will run cmd.exe nicely from the batch file but from a shortcut to it, dang things insists on using command.com and the results are ugly.

    Otherwise, maybe post a copy of the batch file and a sample of a job that it needs to process.
     
    Newt,
    #2

  3. to hide this advert.

  4. 2003/02/13
    Swelldom

    Swelldom Inactive Thread Starter

    Joined:
    2002/07/08
    Messages:
    43
    Likes Received:
    0
    It is using cmd.exe and not command.com. I've ran all the latest patches to no avail. The unfortunate thing is that I've fixed this before, but have no notes on what actions I took. The batch file contents are as follows:

    copy %1 //dfwnts01/8000n

    Pretty simple batch file really. We're just sending .plt files for ptinting, but there are normally ten or more per plan, so making booklets of multiple plans without the ability to send to is a real hassle. Any other suggestions? Microsoft's website yields little clues.
     
  5. 2003/02/13
    unixfan

    unixfan Inactive

    Joined:
    2002/01/26
    Messages:
    282
    Likes Received:
    0
    One way (for NT/Win2k/XP)...

    Code:
    for %%a in (%*) do copy %%a \\dfwnts01\8000n
     
  6. 2003/02/13
    Swelldom

    Swelldom Inactive Thread Starter

    Joined:
    2002/07/08
    Messages:
    43
    Likes Received:
    0
    I appreciate the help very much, but my problem persists. It seems that whatever file I right click on is the only one that actually gets sent. I don't think the problem lies with the batch file, but with how Windows is handling the things. Any other suggestions?
     
Thread Status:
Not open for further replies.

Share This Page

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