Hi Guys,
Currently writing a VBS logon script. If I was using a conventional .bat file I would use the following lines:
copy %logonserver%\netlogon\utils\bgconfig.bgi %systemdrive%\ 1>nul
call c:\bginfo c:\bgconfig.bgi /timer:0
Can anyone reply letting me know how I could achieve the file copy and run the application within the vbscript?
Currently writing a VBS logon script. If I was using a conventional .bat file I would use the following lines:
copy %logonserver%\netlogon\utils\bgconfig.bgi %systemdrive%\ 1>nul
call c:\bginfo c:\bgconfig.bgi /timer:0
Can anyone reply letting me know how I could achieve the file copy and run the application within the vbscript?