- Jul
- 50
- 1
This alias is driving me nuts.
ff=iff %1. NE . then %+ "c:\program files\everything\es.exe" -w %1 | more %+ else %+ "c:\program files\everything\es.exe" -h %+ endiff
If I take out the more it works fine.
As it is when ran it will first run the tcstart.btm (but skip any pause statements I added to verify what was happening) I put a beep in the tcstart to verify the tcstart was running since it was skip the pause statement (Strange). Also with the pause, the alias does not work correctly. It does not find any files.
ff=iff %1. NE . then %+ "c:\program files\everything\es.exe" -w %1 | more %+ else %+ "c:\program files\everything\es.exe" -h %+ endiff
If I take out the more it works fine.
As it is when ran it will first run the tcstart.btm (but skip any pause statements I added to verify what was happening) I put a beep in the tcstart to verify the tcstart was running since it was skip the pause statement (Strange). Also with the pause, the alias does not work correctly. It does not find any files.