Jump to content

SciFi

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About SciFi

Profile Information

  • OS
    none specified

SciFi's Achievements

0

Reputation

  1. I haven't tried it on W7. Ran it on XP a while back but, like Cygwin I thought it was a bit heavy weight, I was wanting a basic shell I could deploy easily where needed by some simple scripts.
  2. Thanks all, I'll run that on all systems (NT, XP, W7) today and see how it goes. Not going to have issues with spaces, naming conventions we use prohibit it. cheers
  3. Has anyone come across a bash shell that works with Windows 7 I have loads of scripts I run under XP using UnxUtils, but UnxUtils' sh.exe does not run under Windows 7 I don't want to install the whole CygWin thing (if it works), and none of the alternatives I have come across appear to work with W7
  4. Hey, can I do this in dos? Used to do similar on Unix but can't see how to make it work for Windows. ----- Set Pets=(Cats Dogs Horses) Set Cats=(FiFi FruFru Fluffy) Set Dogs=(Lassie MrMuggles RinTinTin) Set Horsese=(MrEd Trigger) FOR %%A in %Pets% DO ( FOR %%B in %%A DO ( Echo “%%A %%B” ) ) ----- Output should be… Cats FiFi Cats FruFru Cats Fluffy Dogs Lassie Dogs MrMuggles Dogs RinTinTin Horses MrEd Horses Trigger This obviously does not work, is there any way to achieve this? Simon.
×
×
  • Create New...