Hi,
I have to import a number of 60MB - 70MB txt files into an access table, which works fine. However before importing I would like to remove the first 7 lines of the text.
I have had to do a similar thing in the past but with much smaller files and in VB6 using the below code:
Private...
Hi vmaxdlx,
set WshShell = CreateObject("WScript.Shell")
WshShell.Run "1.exe"
The above assumes the exe resides in the same directory as the script, if that is not the case you will need to specify this. Hope this helps.
Adam
Hi,
I use the below vbscript to setup a network printer on user logon. The script works fine however i want to do the same thing for our HP Laserjet 4250 printers. The problem i have is that i need to change the default paper tray from auto-select (which goes to tray 3) to Tray 2 for certain...
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.