I will install around 30 printer in our network workstation. current our AD
login account load "login.bat" Now i have create map printer.vbs login
scripts. I want to know how to call vb script in logon.bat file.

Also when our network printer all of ricoh. I would like to know any vb
script for change the printer default page size to A4 size. Please advice.

ITTITIT

THX

Re: logon.bat load map printer scripts by Luuk

Luuk
Sat Mar 08 05:24:06 CST 2008

IT-BOY schreef:
> I will install around 30 printer in our network workstation. current our AD
> login account load "login.bat" Now i have create map printer.vbs login
> scripts. I want to know how to call vb script in logon.bat file.
>

cscript printer.vbs

> Also when our network printer all of ricoh. I would like to know any vb
> script for change the printer default page size to A4 size. Please advice.
>
> ITTITIT
>
> THX
>
>

why not change them, manually, to A4, and set that as default?

--
Luuk

Re: logon.bat load map printer scripts by IT-BOY

IT-BOY
Sat Mar 08 08:15:30 CST 2008

I have try default A4 before share printer, but when i try map printer, the
paper size still A4, please advice.

"Luuk" <Luuk@invalid.lan>
???????:jj9aa5-0vi.ln1@leafnode.a62-251-88-195.adsl.xs4all.nl...
> IT-BOY schreef:
>> I will install around 30 printer in our network workstation. current our
>> AD login account load "login.bat" Now i have create map printer.vbs login
>> scripts. I want to know how to call vb script in logon.bat file.
>>
>
> cscript printer.vbs
>
>> Also when our network printer all of ricoh. I would like to know any vb
>> script for change the printer default page size to A4 size. Please
>> advice.
>>
>> ITTITIT
>>
>> THX
>
> why not change them, manually, to A4, and set that as default?
>
> --
> Luuk



Re: logon.bat load map printer scripts by Luuk

Luuk
Sat Mar 08 08:38:44 CST 2008

IT-BOY schreef:
> I have try default A4 before share printer, but when i try map printer, the
> paper size still A4, please advice.
>

sorry, i don't understand what you mean, or even what you tried to do.

--
Luuk

Re: logon.bat load map printer scripts by IT-BOY

IT-BOY
Sat Mar 08 11:08:13 CST 2008

hi

Sorry. my mean is i tried set A4 size as default paper sze before share
printer. but when I map share printer in workstation. The paper is show
letter size.

Another question how to write commend call vb.vbs in login.bat from windows
2003 netlogon folder.

Please advice.


"Luuk" <Luuk@invalid.lan>
???????:g0laa5-75o.ln1@leafnode.a62-251-88-195.adsl.xs4all.nl...
> IT-BOY schreef:
>> I have try default A4 before share printer, but when i try map printer,
>> the paper size still A4, please advice.
>>
>
> sorry, i don't understand what you mean, or even what you tried to do.
>
> --
> Luuk



Re: logon.bat load map printer scripts by Luuk

Luuk
Sat Mar 08 11:37:01 CST 2008

IT-BOY schreef:
> hi
>
> Sorry. my mean is i tried set A4 size as default paper sze before share
> printer. but when I map share printer in workstation. The paper is show
> letter size.
>
> Another question how to write commend call vb.vbs in login.bat from windows
> 2003 netlogon folder.
>
> Please advice.
>
>
> "Luuk" <Luuk@invalid.lan>
> ???????:g0laa5-75o.ln1@leafnode.a62-251-88-195.adsl.xs4all.nl...
>> IT-BOY schreef:
>>> I have try default A4 before share printer, but when i try map printer,
>>> the paper size still A4, please advice.
>>>
>> sorry, i don't understand what you mean, or even what you tried to do.
>>
>> --
>> Luuk
>
>

about how to change the default papertype , i found some c-source-code
at http://tinyurl.com/266yv9

it seems too difficult to be done in a script.



--
Luuk

Re: logon.bat load map printer scripts by IT-BOY

IT-BOY
Sat Mar 08 19:54:37 CST 2008

thanks.

How about wtite commend in login script call map printer vb script. becuase
i tired write commend with

call "//ip address/netlogon/map prnter.vbs"

when user login show

"CMD.exe was started with the above path as the current directory.
UNC paths are not supported. defaulting to windows directory.

after prompt the box click open vb script or not.

I would like to auto run the vbscripts in user login. please advice.



After user login , it show cmd
"Luuk" <Luuk@invalid.lan>
???????:pevaa5-9r3.ln1@a62-251-88-195.adsl.xs4all.nl...
> IT-BOY schreef:
>> hi
>>
>> Sorry. my mean is i tried set A4 size as default paper sze before share
>> printer. but when I map share printer in workstation. The paper is show
>> letter size.
>>
>> Another question how to write commend call vb.vbs in login.bat from
>> windows 2003 netlogon folder.
>>
>> Please advice.
>>
>>
>> "Luuk" <Luuk@invalid.lan>
>> ???????:g0laa5-75o.ln1@leafnode.a62-251-88-195.adsl.xs4all.nl...
>>> IT-BOY schreef:
>>>> I have try default A4 before share printer, but when i try map printer,
>>>> the paper size still A4, please advice.
>>>>
>>> sorry, i don't understand what you mean, or even what you tried to do.
>>>
>>> --
>>> Luuk
>>
>>
>
> about how to change the default papertype , i found some c-source-code at
> http://tinyurl.com/266yv9
>
> it seems too difficult to be done in a script.
>
>
>
> --
> Luuk



Re: logon.bat load map printer scripts by Luuk

Luuk
Sun Mar 09 15:37:41 CDT 2008

IT-BOY schreef:
> thanks.
>
> How about wtite commend in login script call map printer vb script. becuase
> i tired write commend with
>
> call "//ip address/netlogon/map prnter.vbs"
>
> when user login show
>
> "CMD.exe was started with the above path as the current directory.
> UNC paths are not supported. defaulting to windows directory.
>
> after prompt the box click open vb script or not.
>
> I would like to auto run the vbscripts in user login. please advice.
>
>


as i wrote earlier (on 08-03-2008 12:24)

use:
CSCRIPT "\\ip address\netlogon\map prnter.vbs"



--
Luuk