Necesito Expertos en BATCH

Iniciado por 123WAYO, 27 Marzo 2011, 08:51 AM

0 Miembros y 1 Visitante están viendo este tema.

123WAYO

Una preguntita!! Pero si yo uso el compilador BAT TO EXE también los datos siguen visibles aunque ponga los directorios temporables invisibles???

leogtz

Sí, alguien con un minimo de conocimientos puede acceder a los datos.
Código (perl) [Seleccionar]

(( 1 / 0 )) &> /dev/null || {
echo -e "stderrrrrrrrrrrrrrrrrrr";
}

http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com

123WAYO

MMM PERO NO IMPORTA, AQUI LAS PERSONAS DE MI TRABAJO CON COSTO SABEN UTILIZAR wORD, eXCEL, pOWER pOINT JA JA JA JA TU CREES QUE PUEDAS AYUDARME CON UN EJEMPLO???

leogtz

Código (perl) [Seleccionar]

(( 1 / 0 )) &> /dev/null || {
echo -e "stderrrrrrrrrrrrrrrrrrr";
}

http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com

123WAYO


123WAYO

Una pregunta mas... :)
Es que creo que ya lo pregunté pero nadie me supo decir :(
En mi trabajo no hay impresoras de Matriz de Puntos y los batch solo imprimen en este tipo de impresoras, hay alguna manera que yo pueda imprimir (comando print) desde un archivo bat a una impresora laser (No de Matriz de Puntos) por ejemplo a una Epson que está conectada directamente en mi computadora o mejor aún a una impresora Laser que se encuentra en la red????
Gracias por su ayuda y comentarios!!!!

SuperDraco

No se si es esto lo que buscas, porque no lo he probado, pero parece ser que con este programa configuras una impresora de red como predeterminada, y luego puedes imprimir :/





CON2PRT [ /? | /h | /f | [/c \\printserver\share | /cd \\printserver\share]+]
where:
/? - displays usage
/h - displays usage
/f - deletes all existing printer connections
/c - connects to printer at \\printserver\share
/cd - connects to printer at \\printserver\share and sets it as the default printer

Any number of /c and /cd parameters can be specified. However, only the first /cd sets the specified printer as the default.

Use Net View \\printserver to determine available print shares.


Descarga:
http://download.microsoft.com/download/2/6/0/260afc88-2253-45f8-9781-546cff07edd9/zak.exe




Aqui tienes más info:
http://support.microsoft.com/kb/181663





Aqui más:
The Con2prt.exe tool is a command-line utility for adding or removing network printers on Windows NT-based computers.
This tool can only configure NT based computers. A different method for Win2K computers is listed after the NT instructions.
Con2prt.exe is included with the Zero Administration Kit for Windows NT 4.0.
You can use the Con2prt.exe tool in a Windows NT login script or in conjunction with an unattended setup of Windows NT.
To install a network printer with the Con2prt.exe tool, you can either:
Run the Con2prt.exe Tool from a Login Script-

Use the Con2prt.exe tool to connect to a network printer in a Windows NT login script. To do so, follow these steps:
Copy the Con2prt.exe tool to the %SystemRoot% folder of the Windows NT-based client computer.
Configure your Windows NT login script to run the Con2prt.exe tool.
NOTE: You can display the command-line switches for the Con2prt.exe tool by typing "con2prt /?" or "con2prt /h" (without quotation marks).

Or run the Con2prt.exe Tool from a Batch File on the Distribution Share-

Use a batch file located in the $$ folder of your Windows NT Setup distribution share to run the Con2prt.exe tool.
You can automate the installation of the batch file with the tools used for an unattended installation of Windows NT.
To do so, follow these steps:

Copy the Con2prt.exe file to the $$ folder that is located in the $OEM$ folder of your Windows NT Setup distribution share.
Create a batch file in the $$ folder that runs the Con2prt.exe tool.

NOTE: Files located in the $$ folder of the distribution share are copied to the %SystemRoot% folder of the Windows NT-based client computer during Windows NT Setup.
Confirm that your Unattend.txt file contains the following entry in the [unattended] section:
OEMPreInstall = yes
Configure your Cmdlines.txt file to run a registry file that places the command to run your batch file in the Run key of the registry on the Windows NT-based client computer.

NOTE: You cannot run the Con2prt.exe tool directly from the Cmdlines.txt file.

For W2000 clients printing from an NT server:

This command only runs on a Windows 2000 computer against a Windows 2000 or a Windows NT 4.0 server or workstation.

This example adds an Agfa printer driver and creates a logical printer on a computer named SERVER.
NOTE: Both lines can be placed in a batch file or typed after each other at a command prompt. These two lines are wrapped for readability.

rundll32 printui.dll,PrintUIEntry /ia /c\\server /m "AGFA-AccuSet v52.3" /h "Intel" /v "Windows 2000" /f %windir%\inf\ntprint.inf

rundll32 printui.dll,PrintUIEntry /if /b "Test printer" /c\\SERVER /f "%windir%\inf\ntprint.inf" /r "lpt1:" /m "AGFA-AccuSet v52.3"

This example deletes an AGFA printer on a computer named SERVER:

rundll32 printui.dll,PrintUIEntry /dl /b "Test Printer" /c\\SERVER

For more information about the available switches, type /? after the command.

In addition, at a command prompt, type:
rundll32 printui.dll,PrintUIEntry /?

The preceding command displays the entire list of usage switches with extensive examples for using this method.

If this is of any help, good luck. Otherwise, good luck.




Si no te sirve, puedes pasarte por mi post:
http://foro.elhacker.net/scripting/batch_packs_de_aplicaciones_varias_para_usar_en_batch_actualizado_30marzo-t322976.0.html

Y mira en los enlaces de abajo del todo, en algún resource kit seguro que esta algo que te ayude...
No he vuelto, solo estoy de paso.

bolivianito

#17
CitarTe quería poner esos ejemplos, no creo que se pueda hacer mucho más
Manejandote un poco mas con colous, puedes hacerlo mas visual todavia, hasta hacer la GUI de Visual Basico de DOS.

Buscalo por el foro, se llama GUIC, pero está lleno de errores, asi que recomiendo hacerlo de 0 jaja  :-\