Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

windows scripting 4 teh n00b

  • 23-11-2002 5:10pm
    #1
    Closed Accounts Posts: 8,478 ✭✭✭


    due to the title im not too sure wether is should be here or in programming

    neway, my problem

    id like to setup an automatic network printer addition file that when the pc boots it searches the network and adds the pre-specifed printer.

    the reason i want this is that in CIT the pc's are not setup by our useless tech to the printers we want, and i tend to use the one printer all the time, but the routine of adding the printer to each pc is getting tiresome

    so ideas/downloads/tutorials aweh......


Comments

  • Registered Users, Registered Users 2 Posts: 19,608 ✭✭✭✭sceptre


    What OS?

    If it's 95/98 I've a nice small batch file here somewhere that should do the trick (if I can find it)


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    ooops, ya soz

    tis Windows 2000 ya c....


  • Registered Users, Registered Users 2 Posts: 1,842 ✭✭✭phaxx


    I helped with something like this once, I'll see what I can get for you on Monday when I'm back in school.


  • Registered Users, Registered Users 2 Posts: 2,743 ✭✭✭yankinlk


    try the net use command

    NET USE
    [devicename | *] [\\computername\sharename[\volume] [password | *]]
    [/USER:[domainname\]username]
    [/USER:[dotted domain name\]username]
    [/USER:[username@dotted domain name]
    [/SMARTCARD]
    [/SAVECRED]
    [/PERSISTENT:{YES | NO}

    NET USE {devicename | *} [password | *] /HOME

    NET USE [/PERSISTENT:{YES | NO}]


Advertisement