@ECHO off if x%1==x (GOTO Usage) IF %1 == - ( CD /D %OLDPWD% SET OLDPWD=%CD% CD GOTO Exit ) ELSE ( SET OLDPWD=%CD% CD /D %1 CD GOTO Exit ) :Usage ECHO : ECHO : Usage Examples: ECHO : GO X:\some\dir # Don't need to do "X:" first. ECHO : ECHO : OR ECHO : ECHO : GO - # Go back to prior dir. ECHO : :Exit
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 23960 | noe_gonzalez | "Forking branch Dev of perforce-software-sdp to noe_gonzalez-sdp." | ||
//guest/perforce_software/sdp/dev/Server/Windows/p4/common/bin/go.bat | |||||
#3 | 22873 | C. Thomas Tyler |
Recovered go.bat accidentally deleted in @20536, which removed several *.bat files obsoleted by superior PowerShell scripts. But go.bat isn't obsolete! Recovered with 'p4 undo //guest/perforce_software/sdp/dev/Server/Windows/p4/common/bin/go.bat@20536'. #review @robert_cowham |
||
#2 | 20536 | Robert Cowham | Remove .bat files now replaced by .ps1 equivalents | ||
#1 | 10961 | C. Thomas Tyler | Merge down from main. | ||
//guest/perforce_software/sdp/main/Server/Windows/p4/common/bin/go.bat | |||||
#1 | 10872 | C. Thomas Tyler |
Added Windows SDP into The Workshop: * Combined (back) into Unix SDP structure. * Avoided adding duplicate files p4verify.pl, p4review.(py,cfg). * Upgraded 'dist.sh' utility to produce both Unix and Windows packages (*.tgz and *.zip), adjusting line endings on text files to be appropriate for Windows prior to packaging. To Do: * Resolve duplication of [template_]configure_new_server.bat. * Merge test suites for Windows and Unix into a cohesive set. |