source: next-generation-ikm/expeditee-desktop-drive/trunk/go-ikm.bat@ 1090

Last change on this file since 1090 was 1090, checked in by davidb, 7 years ago

Starting script

  • Property svn:executable set to *
File size: 232 bytes
Line 
1@echo off
2
3set EXPEDITEE_FILESYSTEM=D:\davidb\Google Drive\expeditee-filesystem-ikm
4
5if "%EXPEDITEE_HOME%" == "" (
6 call expeditee-setup.bat
7)
8
9pushd %EXPEDITEE_HOME%\in-the-cloud
10run-in-the-cloud.bat IKM-Next-Generation12
11popd
12
13
14
Note: See TracBrowser for help on using the repository browser.