text stringlengths 0 834k |
|---|
echo Input name of the new enviroment to activate it. |
set /p venv_name=Name of venv: |
:checkInput |
if exist %venv_name%\Scripts\activate.bat ( |
cd %venv_name%\Scripts\ |
goto selectIDE |
) else ( |
echo Virtual enviroment not found. |
goto venvName |
) |
:selectIDE |
choice /C SIN /m ""Do you want to open (s)pyder, (i)dle or (n)one"" |
goto %ERRORLEVEL% |
:1 |
activate.bat && spyder.exe |
:2 |
activate.bat && python -m idlelib.idle |
:3 |
start activate.bat |
pause |
",18.8461538462,67,0.6918367347 |
219693,f30c3b3511bc2fa7df76c472e3898515e32a0953,3166,cmd,Batchfile,Script Library/Production/NetBackup/Client 7.0 x64/silentclient.cmd,jeffbuenting/HyperV,61be6da00bda548ddc21da94f2e730facf802efe,['Apache-2.0'],6.0,2016-06-09T18:02:40.000Z,2021-06-26T01:08:08.000Z,Script Library/Production/NetBackup/Client 7.0 x64/silentclient.cmd,jeffbuenting/HyperV,61be6da00bda548ddc21da94f2e730facf802efe,['Apache-2.0'],,,,Script Library/Production/NetBackup/Client 7.0 x64/silentclient.cmd,jeffbuenting/HyperV,61be6da00bda548ddc21da94f2e730facf802efe,['Apache-2.0'],3.0,2016-06-21T01:16:50.000Z,2021-09-01T17:43:37.000Z,"REM $Id: silentclient.cmd,v 1.18 2009/09/28 14:45:09 $ |
REM |
REM bcpyrght |
REM ******************************************************************************* |
REM $VRTScprght: Copyright 1993 - 2009 Symantec Corporation, All Rights Reserved $ |
REM ******************************************************************************* |
REM ecpyrght |
REM |
@ECHO OFF |
REM Change the following lines to reflect the name of this master server, and any other servers |
REM allowed to access this client. These options have no effect when reinstalling NetBackup. |
SET CLIENT=. |
SET MASTERSERVER=VBBS002 |
REM Remove this line if you have no other media servers that will be allowed to access this machine |
SET ADDITIONALSERVERS=VBBS0003 |
REM Destination directory goes here. |
SET INSTALLDIR=C:\Program Files\VERITAS\ |
REM Use 1 to Install the Debug Symbols, 0 to not install them. |
SET INSTALLDEBUG=0 |
REM Use 1 to Start the NetBackup services, 0 to not start them. |
SET SERVICESTART=1 |
REM Use Automatic to set the services to automatically start, Manual to manually start them. |
REM This option has no effect when reinstalling NetBackup. |
SET SERVICESTARTTYPE=Automatic |
REM Set to 1 to start the Job Tracker at every login, 0 otherwise. This option has no effect |
REM when reinstalling NetBackup. |
SET STARTTRACKER=0 |
REM NetBackup Port Numbers |
SET BPCD_PORT=13782 |
SET BPRD_PORT=13720 |
REM Stop NetBackup Processes |
REM WARNING please make sure no NetBackup jobs are active and all databases are shutdown. |
SET STOP_NBU_PROCESSES=0 |
REM Abort install if reboot is required |
SET ABORT_REBOOT_INSTALL=0 |
REM -------------------------------------- |
REM Do not change anything after this line |
REM Install logs will be saved to %ALLUSERSPROFILE%\Symantec\NetBackup\InstallLogs |
REM -------------------------------------- |
SET RESPFILENAME=%TEMP%\%COMPUTERNAME%_silentclient.resp |
IF EXIST %RESPFILENAME% del %RESPFILENAME% |
@ECHO INSTALLDIR:%INSTALLDIR%>> %RESPFILENAME% |
@ECHO MASTERSERVERNAME:%MASTERSERVER%>> %RESPFILENAME% |
@ECHO ADDITIONALSERVERS:%ADDITIONALSERVERS%>> %RESPFILENAME% |
@ECHO NETBACKUPCLIENTINSTALL:1>> %RESPFILENAME% |
@ECHO SERVERS:%MASTERSERVER%,%ADDITIONALSERVERS%>> %RESPFILENAME% |
@ECHO CLIENTNAME:%CLIENT%>> %RESPFILENAME% |
@ECHO NBSTARTTRACKER:%STARTTRACKER%>> %RESPFILENAME% |
@ECHO STARTUP:%SERVICESTARTTYPE%>> %RESPFILENAME% |
@ECHO NBSTARTSERVICES:%SERVICESTART%>> %RESPFILENAME% |
@ECHO BPCD_PORT:%BPCD_PORT%>> %RESPFILENAME% |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.