summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanasiyadav2021-08-29 23:09:23 +0530
committermanasiyadav2021-08-29 23:09:23 +0530
commit04f8c79d58dbd7cdefb6617903586161f71b6a7c (patch)
tree2ad825a7c0c82ab6bd01f44ae93701a713168c78
parent840090d0eedac3c60026269f50f9bb8365e4801b (diff)
downloadeSim-04f8c79d58dbd7cdefb6617903586161f71b6a7c.tar.gz
eSim-04f8c79d58dbd7cdefb6617903586161f71b6a7c.tar.bz2
eSim-04f8c79d58dbd7cdefb6617903586161f71b6a7c.zip
Created Batch File eSim.bat
Created by Manasi Yadav, Sumanto Kar on 17.08.2021 This batch file is created to eliminate the path error that was observed in some systems, where the HOME variable of the system gets fixed to C:\SPB Data\ In eSim.bat, the HOME variable is set as the path of .esim folder i.e. C:\Users<username> Now the user has to run eSim.bat instead of eSim.exe. eSim.bat closes automatically and prompts eSim.exe to start.
-rw-r--r--eSim.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/eSim.bat b/eSim.bat
new file mode 100644
index 00000000..690605d8
--- /dev/null
+++ b/eSim.bat
@@ -0,0 +1,4 @@
+@echo off
+set HOME=C:\Users\<username>\
+start eSim.exe
+cd /d %HOME% \ No newline at end of file