Created
March 13, 2015 11:26
-
-
Save pumbaEO/5207f9173415703f8414 to your computer and use it in GitHub Desktop.
старт 1с
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set tmp=T:\Temp | |
set temp=T:\Temp | |
ram set USERPROFILE=T:\Profile | |
if not exist T:\APPDATA mkdir T:\APPDATA | |
rem if not exist T:\APPDATA\1C\1CEStart\ mkdir T:\APPDATA\1C\1CEStart\ | |
rem xcopy %APPDATA%\1C\1CEStart\*.* t:\APPDATA\1C\1CEStart\ | |
if not exist T:\APPDATA\1C\1CEStart\ xcopy %APPDATA%\1C\1CEStart\*.* t:\APPDATA\1C\1CEStart\ | |
set APPDATA=t:\APPDATA | |
start /D "c:\Program Files (x86)\1cv82\common\" 1cestart.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment