Hello there, I am very new to Novell Zen it has been installed and is working on our Windows 7 clients, I am tasked with basically importing our Windows login script into Zen and making it run however I am very confused as to what bundles I should be running for example i am trying to import this part of a windows login script:
if exist "%userprofile%\appdata\roaming\microsoft\signature s\external.rtf" GOTO END
%windir%\system32\cmd.exe /C "START /WAIT CScript "\\server\share\file.vbs" //NoLogo"
Now as you can see I only want this to run once, and in Windows I was checking for a file to do this, if I run an executable in Zen I cannot see an option to run it once, is it there or am I using the wrong option?
Can someone perhaps hold my hand and guide me through this step by step? Novell seems a scary world!
Thanks in advance.
if exist "%userprofile%\appdata\roaming\microsoft\signature s\external.rtf" GOTO END
%windir%\system32\cmd.exe /C "START /WAIT CScript "\\server\share\file.vbs" //NoLogo"
Now as you can see I only want this to run once, and in Windows I was checking for a file to do this, if I run an executable in Zen I cannot see an option to run it once, is it there or am I using the wrong option?
Can someone perhaps hold my hand and guide me through this step by step? Novell seems a scary world!
Thanks in advance.