Changeset 2803
- Timestamp:
- Apr 23, 2017 9:53:34 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makeBat.py
r2802 r2803 3 3 ==================================== 4 4 5 This script creates a file nnamed ``RunGSASII.bat`` and a desktop shortcut to that file.5 This script creates a file named ``RunGSASII.bat`` and a desktop shortcut to that file. 6 6 It registers the filetype .gpx so that the GSAS-II project files exhibit the 7 7 GSAS-II icon and so that double-clicking on them opens them in GSAS-II. -
trunk/makeMacApp.py
r2200 r2803 42 42 ''' 43 43 44 AppleScript += '''(* GSAS-II AppleScript by B. Toby (brian.toby@anl.gov)44 if __name__ == '__main__': AppleScript += '''(* GSAS-II AppleScript by B. Toby (brian.toby@anl.gov) 45 45 It can launch GSAS-II by double clicking or by dropping a data file 46 46 or folder over the app.
Note: See TracChangeset
for help on using the changeset viewer.