Search:

Type: Posts; User: neva4getme

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,014

    System Function

    How can I use a variable in my system function? I want to pass the system time into a bacth file I'm calling from the program.

    Thanks

    Sarah
  2. Replies
    2
    Views
    1,920

    Passing a parameter into the executable

    I want to create 12 shortcuts that point to the same executable. I want the command line of these shortcuts to pass two variables into the program. I know how to do this using batch programs (%1 %2)...
  3. Replies
    1
    Views
    1,105

    I figured it out

    I needed 4 \'s :) Duh!

    Sarah
  4. Replies
    1
    Views
    1,105

    Printing to a file problem

    I'm trying to print to a file, to make a batch file, and I need the \t to be ignored:

    infile = fopen("atline.bat", "w");
    fprintf(infile,"net use y: \\\TWPC-BELL-DC01\\c$\n");
    ...
  5. Thread: "Time" Math

    by neva4getme
    Replies
    1
    Views
    1,371

    "Time" Math

    I'm wondering if time math is possible in C. I need to get a time of 5 minutes later in order to schedule something in my Windows AT scheduler.

    So basicly my program has to get the time of 5...
Results 1 to 5 of 5