|
Command AntiVirus™ SE_UTIL Deployment Frequently Asked Questions
If you have a question that is not answered on this page, contact Technical Support
Environment: Windows I've installed SE_UTIL properly but when I test the installation and manually run CHECK.BAT, I keep getting an "Out of environment space" error message; why is that ? COMMAND.COM requires environment space to store variables. If enough space is not specified, this error message will appear. Increasing the environment space will be required. If this is Windows for Workgroups (WFWG) 3.1x, use PIF Editor and edit the DOSPRMPT.PIF file to include enough space for the environment. Add /E:1024 on the "Optional Parameters" line. For Windows 95, edit the properties for the MS-DOS Prompt icon and add /E:1024 to the end of the CMD LINE entry. Environment: Windows Item name: CHECK c:\command.com /e:1024 /c s:\css\antivir\check.batWorking Directory: s:\css\antivir The above example assumes that the file location for CHECK.BAT is on the S: drive: use the correct drive letter for your system in this command. Environment: Windows 95 s:\css\antivir\check.bat
Working:
Batch file:
Run:
[x] Close on exit Next, select the MEMORY tab and enter the following values:
Total:
Initial Environment:
The above example assumes that CHECK.BAT is on the S: drive: be sure to substitute the correct drive letter for your system. Environment: Windows NT I have installed SE_UTIL correctly and want to implement it in a Windows NT login script. The login script is basically a DOS batch file so I know when you want to execute a batch file from a batch file you should use a CALL statement. When I use the following command CALL S:\CSS\ANTIVIR\CHECK.BAT the login script indicates an "Out of environment space" error message. What should I modify? Instead of using CHECK.BAT in the login script, use a batch file called CHECK2.BAT. An example :
NET USE S: \\NTMAIN\NT40 CALL S:\CSS\ANTIVIR\CHECK2.BAT This batch file creates a command environment with enough space to process the environment variable usage of SE_UTIL. Environment: Windows 95 / Novell NetWare / Client32 I've put the syntax to run SE_UTIL within the login script but now it is hanging. One error message I am seeing is "MPR not responding". What might be causing this ? MPR is an acronym for Multi-Protocol Router and is installed with Windows 95. When connecting to a Novell NetWare 4.1x server with Client32 running, it was discovered that there was a syntax problem that could cause this error if SE_UTIL was being used in the login script. The original syntax was:
#command /e:1024 /c s:\css\antivir\check.bat To correct the problem and eliminate the error, change the above syntax by substituting @ for the # symbol as follows @command /e:1024 /c s:\css\antivir\check.bat * Do not indent the line in the login script. Client32 does not "like" indentions. Environment: Windows 95 / Novell NetWare / Client32 & VLM Using SE_UTIL from a Novell logon script and Client32 with Win95 workstations and getting MPR not responding when SETUP.EXE executes. Other workstations not using Client32 did not have the problem. If an @ symbol was in the login script, no longer would there be an MPR (not responding) error, however the workstations that worked properly now received an error that it didn't recognize a command in the login script. SOLUTION: *THE FOLLOWING IS AN EXAMPLE OF *CLIENT32 & VLM IMPLEMENTATION *OF SE_UTIL IN A LOGIN SCRIPT * * OS_VERSION="V7.00" ARE NOT CLIENT32 * OS_VERSION="V4.00" ARE USING CLIENT32 If you have a question that is not answered on this page, contact Technical Support
|
||||||