Due to new software we need separate print objects for each TRAY on a printer (please, don't ask). Rather than manually creating hundreds of new queues called printername-T2, printername-T3, etc.....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23174797.ht...
I'm running the following simple line to execute a bat file in a vbscript;
Return = WshShell.Run("c:\fcsnomom\fcsnomom.bat /c", 1, true)
How do I either modify the wshshell.run command to hav...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_23727997.htm...
Hi,
I'm trying to run a sizeable (11K) batch file from a vbscript or windows script.
When I do, I get very different results from when I run it 'manually' in a command shell.
Basically it doesn'...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24671109.ht...
Hello Experts,
I am trying to call a .bat file on the ASP page to copy images to the live server, I have managed to write one but would need your experts advice whether it is ok as I cant test i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23397709.htm...
I Am running a VB Script that call a batch file like this
run = WshShell.Run ("\\sh-nav\vplogon\vplogon.bat",1,false)
But when the Batch is finished i have a problem the "MS Dos win...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21058384.html
Zones:
Visual BasicDate Answered: 07/14/2004 Rating: 9.4 Views: 9
hi
is possibale to make BAT file ot VBScript to Distribute many file to Different folder so the work of the script will be as follwoing for example..
if i have one folder and insaide it 20 f...
http://www.experts-exchange.com/Apple/Networking/AppleShare_IP/Q_24721040.html
Hello,
I have a PC in work, which is connected to a network outside my office. I do not have Administrator privileges.
For security reasons, if the user isn't active for 15 minutes, Windows e...
http://www.experts-exchange.com/Microsoft/Applications/Q_24848842.html
I have a vbsript and will to call a .bat file, can someone help me with the coding.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20564969.html
Zones:
Visual BasicDate Answered: 03/31/2003 Rating: 7.2 Views: 0
Our school district is wanting to redo all of our computer naming standards and are wanting to use the Description Field on the remote computer but we have found they do not update or sync with Act...
http://www.experts-exchange.com/Software/Server_Software/File_Servers/Active_Directory/Q_2...
Experts,
I am using a batch file to execute OSQL, which executes an SP to extract data and place it in an CSV file. Then the batch file calls a vbscript file to relocate it and email it as an at...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23185666.html