Questione : uscita del vbscript se la lima esiste

Ho uno scritto del vb che configura la prospettiva. Lo fa funzionare una volta su bisogno vagante del profiles
I soltanto al funzionamento. Se funziona i uers di seconda volta perdono tutti là lima di prospettiva settings.

The saranno: \ \ servername \ utenti \ username.domainname \ dati di Application \ Microsoft \ prospettiva \ Outlook.NK2

if che del
exeists di questa lima già hanno configurato lo scritto di outlook.

My è attaccato.  Esclude COSÌ fondamentale che cosa ho se questa lima exists.

Thanks
class= > " libero " del
> " del codeSnippet " del class= del
class= " lineNumbers " del
class= del
1:
2:
3:
4:
5:
6:
7:
id= " codeSnippet738656 " class= " del
 ' VBScript che renderà invalido lo stregone di profilo di prospettiva e genera un profilo di prospettiva
'
Regolare WSHShell = WScript.CreateObject (“WScript.Shell„)
Sull'errore riprendere dopo
WshShell.RegDelete “HKEY_CURRENT_USER \ software \ Microsoft \ ufficio \ 11.0 \ prospettiva \ ha installato \ FirstRun„
WshShell.RegDelete “HKEY_CURRENT_USER \ software \ Microsoft \ ufficio \ 11.0 \ prospettiva \ ha installato \ Primo-Fa funzionare„
WSHShell.RegWrite “HKEY_CURRENT_USER \ software \ Microsoft \ ufficio \ 11.0 \ prospettiva \ ha installato \ ImportPRF„, “c:\outlook.prf„, “REG_SZ„
class= del

Risposta : uscita del vbscript se la lima esiste

Se misread i vostri requisiti, quindi forse questo è tutto che abbiate bisogno di

            REGOLARE IL @CUSTOMORDER = IL @CUSTOMORDER + “ISNULL ([„ + CONVERTITO (NVARCHAR, @DATEFROM, 103) + “], 999999999) DESC,„

Ma se i requisiti sono corretti come sopra, quindi provare il codice qui sotto.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
ALTERARE LA PROCEDURA [dbo]. [spGetWeeklyTimesheet]
	datetime del @dateFROM,
	datetime	del @dateTO,
	@StaffID	nvarchar (5)
AS

DICHIARARE il @sql nvarchar (massimo)
DICHIARARE il datetime del @dateFROMReset
DICHIARARE il @sqlSUM nvarchar (massimo)
DICHIARARE il @CustomOrder nvarchar (massimo)	
DICHIARARE @CustomOrder2 nvarchar (massimo)	

REGOLARE il @dateFROMReset = il @dateFROM
REGOLARE il @sqlSUM = ''
REGOLARE il @CustomOrder = ''
REGOLAR @CustomOrder2 = ''

MENTRE '''<> DEL @DATEFROM=  + CONVERTITO (NVARCHAR, @DATEFROMRESET, 101) + '''
 E  CONVERTITO (NVARCHAR, StartTime, 101)  <>
           
Altre soluzioni  
 
programming4us programming4us