Jump to content

geekdba

Active Members
  • Posts

    119
  • Joined

  • Last visited

Posts posted by geekdba

  1. I installed xcode onto my mbp but I just use the terminal (vi to write the code) and use gcc or g++ to compile, so far while learning the language it has not been bad, I am using the book The C programming language by Brian W kernighan & Dennis M Ritchie

    Hope this helps

  2. Quality show, look forward to the next dm with counter strike :-)

    Maybe you can set up a DM (darren & wes) on one team taking on other teams from the community or the other members of the hak5 crew on the live show

  3. I have a very simple batch file, see below.  The problem i have is it works fine until I schedule it, once I schedule it to run via the at scheduler it then does not move the dir, the copy works but I would like it to rename the dir first.  It does work when run manually ????

    @echo off

    echo %DATE% >> c:itunes.log

    if exist g:itunes move /Y g:itunes g:itunes.%date%

    md g:itunes

    xcopy /Y /S c:DOCUME~1CRAIGR~1mydocu~1mymusi~1itunes* g:itunes >> c:itunes.log

    All help is appreciated, thanks in advance

×
×
  • Create New...